Remove set_magic_quotes_runtime

And the alias magic_quotes_runtime
This commit is contained in:
Nikita Popov 2014-09-10 17:30:25 +02:00
parent 4c115b6b71
commit a60efc5e11
9 changed files with 3 additions and 111 deletions

View file

@ -76,7 +76,6 @@ PHP_FUNCTION(set_time_limit);
PHP_FUNCTION(header_register_callback);
PHP_FUNCTION(get_cfg_var);
PHP_FUNCTION(set_magic_quotes_runtime);
PHP_FUNCTION(get_magic_quotes_runtime);
PHP_FUNCTION(get_magic_quotes_gpc);