[PHP-DOC] #21007 [Bgs->Opn]: html_errors off text-only output in phpinfo From: holliwell <email protected>
Date: 12/14/02

 ID: 21007
 User updated by: holliwell <email protected>
 Reported By: holliwell <email protected>
-Status: Bogus
+Status: Open
-Bug Type: PHP options/info functions
+Bug Type: Documentation problem
 Operating System: win2k
 PHP Version: 4.3.0RC3
 New Comment:

If this is intended behaviour, this seems to be a doc problem, since I
can't find anything about in the docs.

Regards
Friedhelm Betz

Previous Comments:
------------------------------------------------------------------------

[2002-12-14 06:19:32] derick <email protected>

It's indeed intended like this (and I already forgave your typo :).

Derick

------------------------------------------------------------------------

[2002-12-14 06:16:29] holliwell <email protected>

Sorry a misleading typo, but the script should be:
<?php
ini_set("html_errors","off");
phpinfo();
?>
or php.ini html_errors=off

Is it intended behaviour with this settings that phpinfo() produces
text-only output no html-formated output?

Sorry if my first post wasn't clear enough.
BTW, I wasn'able to find anything in the docs, that setting html_errors
off causes phpinfo() to display text-only output.

Regards
Friedhelm Betz

------------------------------------------------------------------------

[2002-12-14 06:05:28] derick <email protected>

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

------------------------------------------------------------------------

[2002-12-14 05:28:36] holliwell <email protected>

Hi,
tested with the cgi-Version, also with the Apache-module with Apache
1.3.27. Setting html_errors off or this little skript:

<?php
ini_set("html_errors","on");
phpinfo();
?>

causes phpinfo() output text-only.

Regards
Friedhelm Betz

------------------------------------------------------------------------

-- 
Edit this bug report at http://bugs.php.net/?id=21007&edit=1

-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php