php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7227 Incorrect values in phpinfo for error_*pend_string
Submitted: 2000-10-15 18:10 UTC Modified: 2001-05-06 11:24 UTC
From: mrobinso@php.net Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 4.0.3 OS: RHL7.0
Private report: No CVE-ID: None
 [2000-10-15 18:10 UTC] mrobinso@php.net
In php.ini, I have:

error_prepend_string  =  "<font color=ff0000>"
error_append_string   =  "</font>"

and any error messages come up in red, but
phpinfo() shows:

error_append_string   Off Off 
error_prepend_string  Off Off 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-23 05:00 UTC] sniper@php.net
reclassify
 [2001-05-06 11:17 UTC] derick@php.net
is this still the case with php 4.0.5 ?
 [2001-05-06 11:24 UTC] sniper@php.net
Fixed in CVS now.

--Jani


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC