fix set_magic_quotes_runtime docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331852 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2013-10-16 10:57:24 +00:00
parent 5a3f0c18ac
commit f8411a5873
2 changed files with 12 additions and 2 deletions

View file

@ -16,9 +16,19 @@
Set the current active configuration setting of <link
linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
<!-- {{{ this seems crazy -->
&warn.deprecated.function-5-3-0.removed-6-0-0;
<!-- }}} -->
</refsect1>
<refsect1 role="errors"><!-- {{{ -->
&reftitle.errors;
<para>
Since PHP 5.3 this function has been deprecated and will raise an E_DEPRECATED warning upon execution.
Since PHP 5.4 this function will also raise an E_CORE_ERROR on trying to enable magic quotes.
</para>
</refsect1><!-- }}} -->
<refsect1 role="parameters">
&reftitle.parameters;
<para>

View file

@ -55,7 +55,7 @@
<function name='putenv' from='PHP 4, PHP 5'/>
<function name='restore_include_path' from='PHP 4 &gt;= 4.3.0, PHP 5'/>
<function name='set_include_path' from='PHP 4 &gt;= 4.3.0, PHP 5'/>
<function name='set_magic_quotes_runtime' from='PHP 4, PHP 5 &lt; 5.4.0'/>
<function name='set_magic_quotes_runtime' from='PHP 4, PHP 5'/>
<function name='set_time_limit' from='PHP 4, PHP 5'/>
<function name='sys_get_temp_dir' from='PHP 5 &gt;= 5.2.1'/>
<function name='version_compare' from='PHP 4 &gt;= 4.1.0, PHP 5'/>