From 58a08565ccb44386ce148db9cf2e089e7a24b10a Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 21 May 2004 13:39:53 +0000 Subject: [PATCH] fix #28405: correcting the note about output git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159267 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/phpinfo.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/info/functions/phpinfo.xml b/reference/info/functions/phpinfo.xml index bb491fc283..b234f7d00c 100644 --- a/reference/info/functions/phpinfo.xml +++ b/reference/info/functions/phpinfo.xml @@ -1,5 +1,5 @@ - + @@ -146,9 +146,8 @@ phpinfo(INFO_MODULES); - Since PHP 4.3.0, if html_errors - is off, phpinfo outputs plain - text instead of HTML. + phpinfo outputs plain text instead of HTML when + using the CLI mode.