Welcome Guest, Not a member yet? Register   Sign In
Codeigniter that suitable for PHP 6
#5

[eluser]xwero[/eluser]
Deprecated functions are still usable if you add
Code:
error_reporting(E_ALL ^ E_DEPRECATED);
You will get no error messages.

The set_magic_quotes_runtime function was added to make the framework safe in every php environment. In php6 the magic quotes are removed so the function has no purpose anymore.


Messages In This Thread
Codeigniter that suitable for PHP 6 - by El Forum - 09-28-2008, 10:38 PM
Codeigniter that suitable for PHP 6 - by El Forum - 09-28-2008, 10:57 PM
Codeigniter that suitable for PHP 6 - by El Forum - 09-28-2008, 11:58 PM
Codeigniter that suitable for PHP 6 - by El Forum - 09-28-2008, 11:59 PM
Codeigniter that suitable for PHP 6 - by El Forum - 09-29-2008, 12:15 AM
Codeigniter that suitable for PHP 6 - by El Forum - 09-29-2008, 12:18 AM
Codeigniter that suitable for PHP 6 - by El Forum - 09-29-2008, 01:21 AM
Codeigniter that suitable for PHP 6 - by El Forum - 09-29-2008, 03:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB