From 34c40031ca8a9b8739fd9543e7e10b90fc61630a Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 6 Jun 2000 19:16:57 +0000 Subject: @- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work @ on a per-directory basis as well, e.g. from .htaccess files (Zeev) --- main/php_globals.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'main/php_globals.h') 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; -- cgit v1.2.1