mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
ipaddr(v6) is not set when not configured which makes sense but PHP wants us to acknowlege that we really want nothing when the value doesn't exist. Stuffing it through the parse_config() was another idea but in practice in legacy code null equals <sometag/> and '' equals <sometag></sometag> so if we prime both fields using null we write them back as empty which isn't bad per se but also best avoided.