php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20804 html_error=Off causes phpinfo() to output result in plain-text format
Submitted: 2002-12-04 00:40 UTC Modified: 2002-12-04 00:42 UTC
From: ruslan_y at visit dot ru Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.3.0RC2 OS: win2k pro
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ruslan_y at visit dot ru
New email:
PHP Version: OS:

 

 [2002-12-04 00:40 UTC] ruslan_y at visit dot ru
; Disable the inclusion of HTML tags in error messages.
html_errors = Off
-------------------------

after setting "html_errors" to flag "Off"
phpinfo() stops output result in html format (all tags and styles are disappeared), but phpinfo() it's not an error message, so it's should not be affected by "html_errors=Off" in php.ini.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-04 00:42 UTC] derick@php.net
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

This is expected behavior in 4.3.0 and higher to make it possible for CLI to have a nice output too.

Derick

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 02:02:52 2024 UTC