From a4ed29489b2964707e3b74c911af6610c05ee0e4 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Sat, 20 Mar 2010 01:13:06 +0000 Subject: [PATCH] As pointed out by "Robert P. J. Day" on PHP General (http://news.php.net/php.general/303020), sentence could use a slight rework. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296457 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/variables.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/language/variables.xml b/language/variables.xml index cc2b2b1493..217615d2ff 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -823,8 +823,9 @@ I am bar. import_request_variables('p', 'p_'); echo $p_username; -// Unavailable since PHP 6. As of PHP 5.0.0, these long predefined -// variables can be disabled with the register_long_arrays directive. +// As of PHP 5.0.0, these long predefined variables can be +// disabled with the register_long_arrays directive. As of +// PHP 6, they are completely unavailable. echo $HTTP_POST_VARS['username'];