Monthly Archives: July 2009
Assigning the return value of new by reference is deprecated
I recently upgraded to PHP 5.3.0 after having some issues with FASTCGI and 5.2.x on Windows but the moment I did this I started getting numerous warnings. The one that appeared the most was:
Assigning the return value of new by reference is deprecated
Apparently in PHP5 all objects are passed as reference and 5.3.0 formally deprecated [...]





Fix/Int (Floor) function oddity in ColdFusion 8