Re: [PHP] Error Display

2006-12-13 Thread Jochem Maas
Craige Leeder wrote: > I have been working with PHP5 since it's release, and until a few > months ago, have never experienced the problem I am about to describe > to you. I am not sure weather it has been discovered previously or > not, nor do I know exactly how to replicate it, but I would like to

[PHP] Error Display

2006-12-09 Thread Craige Leeder
I have been working with PHP5 since it's release, and until a few months ago, have never experienced the problem I am about to describe to you. I am not sure weather it has been discovered previously or not, nor do I know exactly how to replicate it, but I would like to know if you have encountere

Re: [PHP] error display problem

2005-05-13 Thread Jason Wong
On Saturday 14 May 2005 09:49, hima wrote: > can any one plesae help me as I am a learner. I am > working on a Mac OS x machine and I want to see the > errors displayed to the browser. I had changed > display_errors option On in > the php.ini file but still cannot see them displayed. Did you rest

Re: [PHP] error display problem

2005-05-13 Thread Richard Lynch
On Fri, May 13, 2005 6:49 pm, hima said: > can any one plesae help me as I am a learner. I am > working on a Mac OS x machine and I want to see the > errors displayed to the browser. I had changed > display_errors option On in > the php.ini file but still cannot see them displayed. Did you re-star

[PHP] error display problem

2005-05-13 Thread hima
Hi all, can any one plesae help me as I am a learner. I am working on a Mac OS x machine and I want to see the errors displayed to the browser. I had changed display_errors option On in the php.ini file but still cannot see them displayed. Any pointers as how to display errors to browser while

Re: [PHP] Error display

2003-06-12 Thread John Nichel
Alex Earl wrote: I have error reporting set to E_ALL, but no matter what I do, no errors display. Is there somewhere else in the .ini that I have to set something? I believe there is a print_errors or show_errors directive in the php.ini file. Check on php.net for sure. Alex Thanks guys. -- PH

Re: [PHP] Error display

2003-06-12 Thread John Nichel
Belay this question. Found it. display_errors = On John Nichel wrote: I have error reporting set to E_ALL, but no matter what I do, no errors display. Is there somewhere else in the .ini that I have to set something? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Error display

2003-06-12 Thread Alex Earl
> I have error reporting set to E_ALL, but no matter what I do, no errors > display. Is there somewhere else in the .ini that I have to set > something? > I believe there is a print_errors or show_errors directive in the php.ini file. Check on php.net for sure. Alex -- PHP General Mailing List

[PHP] Error display

2003-06-12 Thread John Nichel
I have error reporting set to E_ALL, but no matter what I do, no errors display. Is there somewhere else in the .ini that I have to set something? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php