I've been getting a lot of errors like:
Declaration of listText::setText() should be compatible with that of listBase::setText()
I understand why it's happening (default parameters in child class function must match parameters in parent class function), but I don't understand why I've never seen this before and why all of a sudden I'm getting so many from sites hosted at Pair Networks.
I asked and they haven't recently upgraded their PHP installations - but I'm suspecting maybe they have, and something is set differently in the new installation.
Does anyone know if a recent release of PHP now comes with something enabled by default that would make these errors appear? Perhaps an incremental update?
Also - the pages concerned still seem accessible. Should I worry about it? Are things no longer working as they should be, and I just haven't discovered how yet...?