html_errors off text-only output in phpinfo
| Bug #21007 | html_errors off text-only output in phpinfo | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2002-12-14 05:28 UTC | Modified: | 2003-03-30 08:15 UTC |
|
||||||||||
| From: | holliwell at gmx dot net | Assigned: | helly (profile) | |||||||||||
| Status: | Closed | Package: | PHP options/info functions | |||||||||||
| PHP Version: | 4.3.0 | OS: | all | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2002-12-14 05:28 UTC] holliwell at gmx dot net
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
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2002-12-14 06:16 UTC] holliwell at gmx dot net
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:19 UTC] derick@php.net
[2002-12-14 06:31 UTC] holliwell at gmx dot net
[2002-12-14 13:39 UTC] davidbulock at tech-center dot com
[2002-12-14 15:17 UTC] philip@php.net
[2002-12-29 23:56 UTC] philip@php.net
[2003-01-04 10:02 UTC] axel_kollmorgen at hotmail dot com
[2003-03-30 08:15 UTC] helly@php.net