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
This commit is contained in:
Adam Harvey 2012-11-23 06:13:27 +00:00
parent cb3821f796
commit fadcb18c0f
2 changed files with 4 additions and 4 deletions

View file

@ -58,8 +58,8 @@
<row>
<entry><link linkend="ini.short-open-tag">short_open_tag</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP &lt; 5.3.0</entry>
<entry>PHP_INI_PERDIR</entry>
<entry>PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP &gt;= 4.0.1.</entry>
</row>
<row>
<entry><link linkend="ini.asp-tags">asp_tags</link></entry>

View file

@ -2798,8 +2798,8 @@
<row>
<entry><link linkend="ini.short-open-tag">short_open_tag</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP &lt; 5.3.0</entry>
<entry>PHP_INI_PERDIR</entry>
<entry>PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP &gt;= 4.0.1.</entry>
</row>
<row>
<entry>simple_cvs.authMethod</entry>