From 7d1f425d7242d762408f4429e478d07e78796508 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 22 May 2004 08:52:07 +0000 Subject: [PATCH] fix -i swith output. Patch by Voytsekhovskyy Alexander git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159368 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/commandline.xml b/features/commandline.xml index 75e5e543c1..35f946f762 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -769,8 +769,8 @@ ctype out the results. If PHP is not working correctly, it is advisable to use php -i and see whether any error messages are printed out before or in place of the information tables. - Beware that the output is in HTML and therefore - quite huge. + Beware that when using the CGI mode the output is in HTML + and therefore quite huge.