From bb1ec86f9da24fe6b49bae68353d53ba96b7228f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 8 Mar 2006 00:43:32 +0000 Subject: - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR --- main/php_globals.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main/php_globals.h') diff --git a/main/php_globals.h b/main/php_globals.h index ae14971a60..6b03b00da1 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -50,10 +50,6 @@ typedef struct _arg_separators { } arg_separators; struct _php_core_globals { - zend_bool magic_quotes_gpc; - zend_bool magic_quotes_runtime; - zend_bool magic_quotes_sybase; - zend_bool safe_mode; zend_bool allow_call_time_pass_reference; -- cgit v1.2.1