[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 =

[PHP] Help! the Error_Reporting doesn't work

2003-09-25 Thread LuckyEagle
I have set the PHP.INI as follow: error_reporting = E_ALL & ~E_NOTICE display_errors = On display_startup_errors = Off log_errors = On log_errors_max_len = 1024 ignore_repeated_errors = Off ignore_repeated_source = Off report_memleaks = On track_errors = Off But it doesn't work How can i solve it

[PHP] Help! the Error_Reporting doesn't work

2003-09-25 Thread LuckyEagle
I have set the PHP.INI as follow: error_reporting = E_ALL & ~E_NOTICE display_errors = On display_startup_errors = Off log_errors = On log_errors_max_len = 1024 ignore_repeated_errors = Off ignore_repeated_source = Off report_memleaks = On track_errors = Off But it doesn't work How can i solve it