![]() |
Upgrading to 1.7.1 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Upgrading to 1.7.1 (/showthread.php?tid=20776) |
Upgrading to 1.7.1 - El Forum - 07-21-2009 [eluser]frist44[/eluser] We are currently using 1.7.0 and looking to upgrade PHP to 5.3.0. When I added 5.3.0 on my WAMP test server, I got the following message: A PHP Error was encountered Severity: 8192 Message: Function set_magic_quotes_runtime() is deprecated Filename: codeigniter/CodeIgniter.php Line Number: 60 A PHP Error was encountered Severity: 8192 Message: Assigning the return value of new by reference is deprecated Filename: libraries/Loader.php Line Number: 255 A PHP Error was encountered Severity: 8192 Message: Assigning the return value of new by reference is deprecated Filename: database/DB.php Line Number: 133 Is this fixed in the newer version of codeigniter? Or should we wait to do this upgrade? Thanks, Brandon Upgrading to 1.7.1 - El Forum - 07-21-2009 [eluser]Cro_Crx[/eluser] http://ellislab.com/forums/viewthread/122149/ Near the bottom. Upgrading to 1.7.1 - El Forum - 07-21-2009 [eluser]frist44[/eluser] Great, thanks! |