diff --git a/language-snippets.ent b/language-snippets.ent
index 13a62a3662..730336b920 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -73,8 +73,7 @@ to seed the random number generator with srand or
register_globals: important
noteAs of PHP 4.2.0, the default value for the PHP directive
register_globals is
-off, and it was completely removed as of PHP 6.0.0. The PHP community
-discourages developers from relying on this directive, and encourages the use
+off. The PHP community discourages developers from relying on this directive, and encourages the use
of other means, such as the &link.superglobals;.'>
This is a 'superglobal', or
@@ -147,13 +146,13 @@ is highly discouraged.'>
This feature has been
-DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0.
-Relying on this feature is highly discouraged.'>
+DEPRECATED as of PHP 5.3.0. Relying on this feature is
+highly discouraged.'>
This function has been
-DEPRECATED as of PHP 5.3.0 and REMOVED
-as of PHP 6.0.0. Relying on this feature is highly discouraged.'>
+DEPRECATED as of PHP 5.3.0. Relying on this feature is
+highly discouraged.'>
This function has been