mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix Doc Bug #60047: allow_url_fopen has inconsistent 'Changable' locations
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320701 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
123babdf91
commit
0037813fdd
2 changed files with 1 additions and 11 deletions
|
@ -33,11 +33,10 @@
|
|||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>PHP_INI_ALL in PHP 4.0.0. Removed in PHP 5.4.0.</entry>
|
||||
</row>
|
||||
<!-- FIXME PHP_6 PHP_INI_SYSTEM in PHP < 6. -->
|
||||
<row>
|
||||
<entry><link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.3.4.</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
|
@ -21,10 +21,6 @@
|
|||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.3.4. Available since PHP 4.0.4.</entry>
|
||||
<!-- FIXME PHP_6
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.3.4. PHP_INI_SYSTEM in PHP < 6. Available since PHP 4.0.4.</entry>
|
||||
-->
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.allow-url-include">allow_url_include</link></entry>
|
||||
|
@ -79,11 +75,6 @@
|
|||
<link linkend="ref.zlib">zlib</link> may register additional
|
||||
wrappers.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This setting can only be set in php.ini due to security reasons.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
This option was introduced immediately after the release of version
|
||||
|
|
Loading…
Reference in a new issue