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!'>