mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
cb3821f796
commit
fadcb18c0f
2 changed files with 4 additions and 4 deletions
|
@ -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 < 5.3.0</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP >= 4.0.1.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.asp-tags">asp_tags</link></entry>
|
||||
|
|
|
@ -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 < 5.3.0</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>PHP_INI_ALL in PHP 4.0.0. PHP_INI_PERDIR in PHP >= 4.0.1.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>simple_cvs.authMethod</entry>
|
||||
|
|
Loading…
Reference in a new issue