From f8411a5873148947e347f065614bd6ba776427af Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Wed, 16 Oct 2013 10:57:24 +0000 Subject: [PATCH] fix set_magic_quotes_runtime docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331852 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../info/functions/set-magic-quotes-runtime.xml | 12 +++++++++++- reference/info/versions.xml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/reference/info/functions/set-magic-quotes-runtime.xml b/reference/info/functions/set-magic-quotes-runtime.xml index 0a0fbca5c6..5f29c07a64 100644 --- a/reference/info/functions/set-magic-quotes-runtime.xml +++ b/reference/info/functions/set-magic-quotes-runtime.xml @@ -16,9 +16,19 @@ Set the current active configuration setting of magic_quotes_runtime. - &warn.deprecated.function-5-3-0.removed-5-4-0; + + &warn.deprecated.function-5-3-0.removed-6-0-0; + + + &reftitle.errors; + + 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. + + + &reftitle.parameters; diff --git a/reference/info/versions.xml b/reference/info/versions.xml index 8c14b62096..157aa76406 100644 --- a/reference/info/versions.xml +++ b/reference/info/versions.xml @@ -55,7 +55,7 @@ - +