Welcome Guest, Not a member yet? Register   Sign In
WTF?? php 5.3
#1

[eluser]zeros0[/eluser]
Function set_magic_quotes_runtime() is deprecated,....

codeigniter file, common.php, line 130... Sad
#2

[eluser]Colin Williams[/eluser]
Latest code in SVN is 5.3 compatible.
#3

[eluser]jedd[/eluser]
This was fixed in the latest HEAD, if you want to grab the new version it's conveniently grabbable from github:


[url="http://github.com/cbosuna/codeigniter/tree/master"]git://github.com/cbosuna/codeigniter.git[/url]
#4

[eluser]zawaruddin[/eluser]
try to replace

set_magic_quotes_runtime(0);

with

ini_set(“magic_quotes_runtime”, 0);

then restart your web server application.,.,.




Theme © iAndrew 2016 - Forum software by © MyBB