]> granicus.if.org Git - php/commitdiff
[DOC] make short_open_tag user-accessible
authorStanislav Malyshev <stas@php.net>
Thu, 20 Mar 2008 17:30:14 +0000 (17:30 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 20 Mar 2008 17:30:14 +0000 (17:30 +0000)
main/main.c

index 47a54cc5feb135021677a1479a339b9d80eff2d9..e6f93d5b13b5577dc240916eb55f90dd0e1e8b57 100644 (file)
@@ -406,7 +406,7 @@ PHP_INI_BEGIN()
 #endif
        STD_PHP_INI_ENTRY("safe_mode_include_dir",      NULL,           PHP_INI_SYSTEM,         OnUpdateString,                 safe_mode_include_dir,  php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("safe_mode_gid",            "0",            PHP_INI_SYSTEM,         OnUpdateBool,                   safe_mode_gid,                  php_core_globals,       core_globals)
-       STD_PHP_INI_BOOLEAN("short_open_tag",   DEFAULT_SHORT_OPEN_TAG, PHP_INI_SYSTEM|PHP_INI_PERDIR,          OnUpdateBool,                   short_tags,                             zend_compiler_globals,  compiler_globals)
+       STD_PHP_INI_BOOLEAN("short_open_tag",   DEFAULT_SHORT_OPEN_TAG, PHP_INI_ALL,            OnUpdateBool,                   short_tags,                             zend_compiler_globals,  compiler_globals)
        STD_PHP_INI_BOOLEAN("sql.safe_mode",            "0",            PHP_INI_SYSTEM,         OnUpdateBool,                   sql_safe_mode,                  php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("track_errors",                     "0",            PHP_INI_ALL,            OnUpdateBool,                   track_errors,                   php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("y2k_compliance",           "1",            PHP_INI_ALL,            OnUpdateBool,                   y2k_compliance,                 php_core_globals,       core_globals)