Re: [PHP] Question about error_reporting()

2004-10-09 Thread Jason Wong
On Saturday 02 October 2004 00:34, Greg Donald wrote: The manual is not clear on this point. Also, must I have a an existing error file for the errors to append to? No, the web server error log is where they shoudl appear. No, PHP errors DO NOT appear in the apache logs[1], they are

Re: [PHP] Question about error_reporting()

2004-10-01 Thread Greg Donald
On Fri, 01 Oct 2004 10:36:28 -0400, Al [EMAIL PROTECTED] wrote: If I place this at the top of my script file, the page just hangs. error_reporting (E_ERROR | E_WARNING); A virtual host on a Unix/Apache system. Runs fine without the error_reporting(). The default system error reporting

Re: [PHP] Question about error_reporting()

2004-10-01 Thread Al
Greg Donald wrote: On Fri, 01 Oct 2004 10:36:28 -0400, Al [EMAIL PROTECTED] wrote: If I place this at the top of my script file, the page just hangs. error_reporting (E_ERROR | E_WARNING); A virtual host on a Unix/Apache system. Runs fine without the error_reporting(). The default system error

Re: [PHP] Question about error_reporting()

2004-10-01 Thread Greg Donald
On Fri, 01 Oct 2004 12:13:18 -0400, Al [EMAIL PROTECTED] wrote: What's puzzling is that I can simply comment out the error_reporting line and the code runs fine. Also, the Apache error log doesn't show any errors. with or without the error_reporting. Make sure you have log_errors = On in