quadomatic said:
Monk said:
EvilDragon said:
Geeez, all I did was upgrade from PHP 5.2.xx to 5.3.1
Why do PHP updates always seem to BREAK something?
I had someone ask me tha tseriously once (soemthing along the lines of "why aren't new versions of Windows 100% compatible with old ones?". :rolleyes
That's pretty different...new PHP 5.xx executables are supposed to be compatible with code written for any version of PHP 5
I'm not sure that's technically possible. After all, if the software has changed then it will behave differently. Theoretically some PHP code could work around or even rely on behaviour which has now been "fixed" - and so things will be "broken".
There is only one piece of software that is 100% compatible - and that is itself. Make a change, there's a change. It's inevitable. Even if it's just in the timing of how long it takes for an action to occur.