summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-03-08 14:41:45 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-03-08 14:41:45 +0000
commit27e175eef0ccd796d282effdeb7c984e54c51208 (patch)
treee49e336eba11387fef01e3e8b15405d121c52b13 /main/php_globals.h
parent689eea9c3c89c946bc34939158e2fcc773ed26b7 (diff)
downloadphp-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.h6
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;