diff --git a/language-snippets.ent b/language-snippets.ent index e9666bda90..e953b13dbd 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -233,6 +233,9 @@ the names of its functions and any other documentation surrounding this extension may change without notice in a future release of PHP. This extension should be used at your own risk.'> + + + This feature has been DEPRECATED as of PHP 5.3.0. Relying on this feature diff --git a/reference/info/functions/get-magic-quotes-gpc.xml b/reference/info/functions/get-magic-quotes-gpc.xml index 86cfee4c53..697e187390 100644 --- a/reference/info/functions/get-magic-quotes-gpc.xml +++ b/reference/info/functions/get-magic-quotes-gpc.xml @@ -45,10 +45,16 @@ + + 8.0.0 + + &removed.function; + + 7.4.0 - This function has been deprecated. + &deprecated.function; diff --git a/reference/info/functions/get-magic-quotes-runtime.xml b/reference/info/functions/get-magic-quotes-runtime.xml index 87807df2fb..dd8c73ea7c 100644 --- a/reference/info/functions/get-magic-quotes-runtime.xml +++ b/reference/info/functions/get-magic-quotes-runtime.xml @@ -45,10 +45,16 @@ + + 8.0.0 + + &removed.function; + + 7.4.0 - This function has been deprecated. + &deprecated.function; diff --git a/reference/info/functions/restore-include-path.xml b/reference/info/functions/restore-include-path.xml index 6d9d66c722..7f4a310c15 100644 --- a/reference/info/functions/restore-include-path.xml +++ b/reference/info/functions/restore-include-path.xml @@ -35,6 +35,36 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.0.0 + + &removed.function; + + + + 7.4.0 + + &deprecated.function; + + + + + + + + &reftitle.examples; diff --git a/reference/mail/functions/ezmlm-hash.xml b/reference/mail/functions/ezmlm-hash.xml index 0a58109e0d..0b79db4bf7 100644 --- a/reference/mail/functions/ezmlm-hash.xml +++ b/reference/mail/functions/ezmlm-hash.xml @@ -45,7 +45,37 @@ The hash value of addr. - + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.0.0 + + &removed.function; + + + + 7.4.0 + + &deprecated.function; + + + + + + + + &reftitle.examples; diff --git a/reference/reflection/reflectionmethod/export.xml b/reference/reflection/reflectionmethod/export.xml index 216aebaf8f..2223311d18 100644 --- a/reference/reflection/reflectionmethod/export.xml +++ b/reference/reflection/reflectionmethod/export.xml @@ -63,6 +63,36 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.0.0 + + &removed.function; + + + + 7.4.0 + + &deprecated.function; + + + + + + + + &reftitle.seealso; diff --git a/reference/reflection/reflector/export.xml b/reference/reflection/reflector/export.xml index fe66a6991d..0334055512 100644 --- a/reference/reflection/reflector/export.xml +++ b/reference/reflection/reflector/export.xml @@ -37,6 +37,36 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.0.0 + + &removed.function; + + + + 7.4.0 + + &deprecated.function; + + + + + + + + &reftitle.seealso; diff --git a/reference/strings/functions/convert-cyr-string.xml b/reference/strings/functions/convert-cyr-string.xml index 69fea99e88..616fb7f6a5 100644 --- a/reference/strings/functions/convert-cyr-string.xml +++ b/reference/strings/functions/convert-cyr-string.xml @@ -97,6 +97,36 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.0.0 + + &removed.function; + + + + 7.4.0 + + &deprecated.function; + + + + + + + + &reftitle.notes; ¬e.bin-safe; diff --git a/reference/strings/functions/hebrevc.xml b/reference/strings/functions/hebrevc.xml index 1a95da058f..977984506d 100644 --- a/reference/strings/functions/hebrevc.xml +++ b/reference/strings/functions/hebrevc.xml @@ -58,6 +58,36 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.0.0 + + &removed.function; + + + + 7.4.0 + + &deprecated.function; + + + + + + + + &reftitle.seealso; diff --git a/reference/strings/functions/money-format.xml b/reference/strings/functions/money-format.xml index 3d297ed5dc..fc4e44c685 100644 --- a/reference/strings/functions/money-format.xml +++ b/reference/strings/functions/money-format.xml @@ -245,10 +245,16 @@ + + 8.0.0 + + &removed.function; + + 7.4.0 - This function has been deprecated. Instead, + &deprecated.function; Instead, use NumberFormatter::formatCurrency.