From 65bbbd599b2a1f9bda0eb96373c04bfea9d97621 Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Tue, 23 Mar 2010 18:38:54 +0000 Subject: [PATCH] Removed obsolete warnings about things that were removed in the old PHP 6. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296686 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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