Re: [PHP-DEV] [PATCH] Repost: html_errors more readable

2003-08-14 Thread Jani Taskinen
Why don't you just use the existing ini options: ; String to output before an error message. ;error_prepend_string = "" ; String to output after an error message. ;error_append_string = "" ?? --Jani On Tue, 5 Aug 2003, Stefan Walk wrote: >

Re: [PHP-DEV] [PATCH] Repost: html_errors more readable

2003-08-11 Thread Stefan Walk
On Tue, Aug 05, 2003 at 03:32:54PM +0300, Jani Taskinen wrote: > Why don't you just use the existing ini options: > > ; String to output before an error message. > ;error_prepend_string = "" > > ; String to output after an error message. > ;error_append_string = ""

[PHP-DEV] [PATCH] Repost: html_errors more readable

2003-08-10 Thread Stefan Walk
Hi, A while ago I proposed a patch that improved html_errors, but i got no response from that, so i repost an improved version... The patch changes they way errors are displayed: 1) They are readable. The current version prints in black with no background at all, sometimes leading to black

Re: [PHP-DEV] [PATCH] Repost: html_errors more readable

2003-08-05 Thread Jani Taskinen
Nevermind, I should learn to read..you wanted to have different colors for different messages.. --Jani On Tue, 5 Aug 2003, Jani Taskinen wrote: > >Why don't you just use the existing ini options: > >; String to output before an error message. >;error_pre