Welcome Guest, Not a member yet? Register   Sign In
PHP5.3 Support
#1

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

[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);

 
 
 
 
#3

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

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

 
 




Theme © iAndrew 2016 - Forum software by © MyBB