mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
5a3f0c18ac
commit
f8411a5873
2 changed files with 12 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<function name='putenv' from='PHP 4, PHP 5'/>
|
||||
<function name='restore_include_path' from='PHP 4 >= 4.3.0, PHP 5'/>
|
||||
<function name='set_include_path' from='PHP 4 >= 4.3.0, PHP 5'/>
|
||||
<function name='set_magic_quotes_runtime' from='PHP 4, PHP 5 < 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 >= 5.2.1'/>
|
||||
<function name='version_compare' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
|
|
Loading…
Reference in a new issue