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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 15:01:29 2024 UTC