mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix the setting here too.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157475 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c529af7095
commit
3094f7df75
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<section id="filesystem.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -18,7 +18,7 @@
|
|||
<row>
|
||||
<entry>allow_url_fopen</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>user_agent</entry>
|
||||
|
@ -63,6 +63,11 @@
|
|||
<link linkend="ref.zlib">zlib</link> may register additional
|
||||
wrappers.
|
||||
</para>
|
||||
<note>
|
||||
<warning>
|
||||
This setting can only be set in php.ini due to security reasons.
|
||||
</warning>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
This option was introduced immediately after the release of version
|
||||
|
|
Loading…
Reference in a new issue