diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-03-08 14:41:45 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-03-08 14:41:45 +0000 |
| commit | 27e175eef0ccd796d282effdeb7c984e54c51208 (patch) | |
| tree | e49e336eba11387fef01e3e8b15405d121c52b13 /main/php_globals.h | |
| parent | 689eea9c3c89c946bc34939158e2fcc773ed26b7 (diff) | |
| download | php-git-27e175eef0ccd796d282effdeb7c984e54c51208.tar.gz | |
So long safe_mode mode.
Also removed the magic_quotes configure option, no longer relevant since
the magic is gone :-).
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 6b03b00da1..74b6c12f63 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -50,15 +50,11 @@ typedef struct _arg_separators { } arg_separators; struct _php_core_globals { - zend_bool safe_mode; - zend_bool allow_call_time_pass_reference; zend_bool implicit_flush; long output_buffering; - char *safe_mode_include_dir; - zend_bool safe_mode_gid; zend_bool sql_safe_mode; zend_bool enable_dl; @@ -67,8 +63,6 @@ struct _php_core_globals { char *unserialize_callback_func; long serialize_precision; - char *safe_mode_exec_dir; - long memory_limit; long max_input_time; |
