[PHP] Re: Help! the Error_Reporting doesn't work

2003-09-25 Thread Greg Beaver
Um, E_ALL & ~E_NOTICE disables notices. Try E_ALL Greg Luckyeagle wrote: I write some PHP files including some errors When it runs on another server,it will display "notice",but on my computer,it won't. "Luckyeagle" <[EMAIL PROTECTED]> дÈëÓʼþ news:[EMAIL PROTECTED] I have set the PHP.INI a

[PHP] Re: Help! the Error_Reporting doesn't work

2003-09-25 Thread LuckyEagle
I write some PHP files including some errors When it runs on another server,it will display "notice",but on my computer,it won't. "Luckyeagle" <[EMAIL PROTECTED]> дÈëÓʼþ news:[EMAIL PROTECTED] > I have set the PHP.INI as follow: > > error_reporting = E_ALL & ~E_NOTICE > display_errors = On > disp

Re: [PHP] Re: Help! the Error_Reporting doesn't work

2003-09-25 Thread Curt Zirzow
* Thus wrote Raquel Rice ([EMAIL PROTECTED]): > On Thu, 25 Sep 2003 08:32:03 -0500 > "Shawn McKenzie" <[EMAIL PROTECTED]> wrote: > > > "Luckyeagle" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > I have set the PHP.INI as follow: > > > > > > error_reporting = E_ALL & ~E_NOTIC

[PHP] Re: Help! the Error_Reporting doesn't work

2003-09-25 Thread Shawn McKenzie
What do you mean "it doesn't work"? It doesn't display errors? How do you know that you have errors? Are you running your own script or someone else's? -Shawn "Luckyeagle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have set the PHP.INI as follow: > > error_reporting = E_AL