CodeIgniter Forums
PHP5.3 Support - 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: PHP5.3 Support (/showthread.php?tid=20706)



PHP5.3 Support - El Forum - 07-19-2009

[eluser][x26]VOLAND[/eluser]
When will it be implemented?


PHP5.3 Support - El Forum - 07-19-2009

[eluser]John_Betong[/eluser]
 
I have just upgraded my Windows XP systen to WAMP Latest release:
WampServer 2.0i [07/11/09]

- Apache 2.2.11
- MySQL 5.1.36
- PHP 5.3.0

I did have initial problems but searched on this board and found that by using ~E_DEPRECATED in the index.php error_reporting() it eliminated the majority of the CI 1.71

Code:
error_reporting((E_ALL & ~E_DEPRECATED) | E_STRICT);

 
 
 
 


PHP5.3 Support - El Forum - 07-19-2009

[eluser][x26]VOLAND[/eluser]
An error appears: The URI you submitted has disallowed characters.
How to correct it?


PHP5.3 Support - El Forum - 07-19-2009

[eluser]John_Betong[/eluser]
 
I came across that problem and found a solution here:
 http://ellislab.com/forums/viewthread/122954/