From 888c4d44ab4e5d6f2efd7f9beafd0218625110b1 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 29 Dec 2004 12:06:49 +0000 Subject: [PATCH] correct description of PHP_SELF in CLI git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175882 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 75fee7f644..3eee7af8fa 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -347,8 +347,8 @@ included) file. - If PHP is running as a command-line processor, this variable - is not available. + If PHP is running as a command-line processor this variable contains + the script name since PHP 4.3.0. Previously it was not available.