Linked by Thom Holwerda on Fri 1st Feb 2008 20:49 UTC, submitted by anonymous
Thread beginning with comment 299026
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
The good thing about this is all the work we get paid to do. First they paid us for writing systems in <PHP4, then they paid us for maintaining them, and then for migrating them to PHP4, and now we get paid to migrate their systems to PHP5
... aaahh the miracle of the never ending software upgrade cycle 





Member since:
2005-07-06
There's actually a lot of things they could have had trouble with in moving to PHP5. I imagine their scripts weren't very extensive.
). It actually wasn't too damn. A few instances of domxml. Some issues with implementation of the __call method (it differs between 4 and 5 yet that isnt documented), nusoap (named soapclient), etc.
I am just finishing moving my companies code to work with PHP5 from PHP4 (and with register_globals off...
The real bitch was fixing the code to work with register_globals off (and error_reporting set to E_ALL for most of the code).
We're developing a new platform now though and it's going to be developed strictly on PHP5 with E_STRICT on. Thank god.