From fadcb18c0f6b7f8a3146a9853668f03a811f2b90 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 23 Nov 2012 06:13:27 +0000 Subject: [PATCH] Update the short_open_tag documentation to reflect reality. This crept in when 5.3 briefly had short_open_tag as PHP_INI_ALL, but when the change was reverted, the documentation wasn't. Checking GitHub confirms that it's been PHP_INI_SYSTEM|PHP_INI_PERDIR since 4.0.1. Fixes doc bug #63585 (Unclear changeability for short_open_tag setting). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328462 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.core.xml | 4 ++-- appendices/ini.list.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml index f3719d9afd..7a9a8da638 100644 --- a/appendices/ini.core.xml +++ b/appendices/ini.core.xml @@ -58,8 +58,8 @@ short_open_tag "1" - PHP_INI_ALL - PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP < 5.3.0 + PHP_INI_PERDIR + PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP >= 4.0.1. asp_tags diff --git a/appendices/ini.list.xml b/appendices/ini.list.xml index 4f5bf48df1..8df3c6f08c 100644 --- a/appendices/ini.list.xml +++ b/appendices/ini.list.xml @@ -2798,8 +2798,8 @@ short_open_tag "1" - PHP_INI_ALL - PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP < 5.3.0 + PHP_INI_PERDIR + PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP >= 4.0.1. simple_cvs.authMethod