ID: 21007
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: win2k
PHP Version: 4.3.0RC3
New Comment:
I've submitted a note to document this behavior in the PHP Manual.
Previous Comments:
------------------------------------------------------------------------
[2002-12-14 06:31:19] [EMAIL PROTECTED]
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
------------------------------------------------------------------------
[2002-12-14 06:19:32] [EMAIL PROTECTED]
It's indeed intended like this (and I already forgave your typo :).
Derick
------------------------------------------------------------------------
[2002-12-14 06:16:29] [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] [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] [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