From ebeceee71361c5dc5da1443161527470fe003b0d Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 22 Feb 2003 13:56:27 +0000 Subject: [PATCH] New note entities for register_globals and superglobals git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117564 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/language-snippets.ent b/language-snippets.ent index 00b03827b8..a4c43fe931 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -64,6 +64,19 @@ the recode or YAZ extensions. This is due to the fact that they both share the same internal symbol.'> +register_globals: important +noteSince PHP 4.2.0, the default value for the PHP directive +register_globals is +off. The PHP community encourages all to not rely on this +directive but instead use other means, such as the &link.superglobals;. +'> + +Superglobals: availability note +Since PHP 4.1.0, superglobal arrays such as $_GET +, $_POST, and $_SERVER, +etc. have been available. For more information, read the manual section +on &link.superglobals;'> + This function is not (yet) binary safe!'>