summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index fb1550cb31..7c5a0fb919 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -58,8 +58,6 @@ struct _php_core_globals {
zend_bool magic_quotes_runtime;
zend_bool magic_quotes_sybase;
- zend_bool asp_tags;
- zend_bool short_tags;
zend_bool allow_call_time_pass_reference;
zend_bool zend_set_utility_values;
zend_bool output_buffering;
@@ -72,7 +70,6 @@ struct _php_core_globals {
long memory_limit;
- int error_reporting;
zend_bool track_errors;
zend_bool display_errors;
zend_bool log_errors;