[PHP-DB] error_reporting()

2002-09-30 Thread Ryan Jameson (USA)
I do the following ?PHP error_reporting(E_ALL); echo error_reporting(); ? and it says 2047 and still reports no errors. What overrides my setting? Thanks... Ryan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

AW: [PHP-DB] error_reporting()

2002-09-30 Thread Thomas Lamy
Do you have display_errors = On in your php.ini ? Ryan Jameson (USA) wrote: I do the following ?PHP error_reporting(E_ALL); echo error_reporting(); ? and it says 2047 and still reports no errors. What overrides my setting? Thanks... Ryan -- PHP Database Mailing List

RE: [PHP-DB] error_reporting()

2002-09-30 Thread Ryan Jameson (USA)
: [PHP-DB] error_reporting() ... my first guess would be to check the setting of display_errors in your php.ini. It's set to off, by default. Hope this helps. -Original Message- From: Ryan Jameson (USA) [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 3:26 PM To: [EMAIL

[PHP-DB] error_reporting = off dont works!?

2002-06-14 Thread Hermann Otteneder
hi, I've following system: apache 2.0.36 on a w2k server with PHP/4.2.1 as a module. I configured the php.ini in this way: error_reporting = E_ALL ~E_NOTICE to avoid php displaying warnings and notices. ( of course I restartet the apache service ). But I got even so warnings and notices