That looks like it's the problem. I expected the directive to override the setting, 
but it must work the other way around. :-\ Thanks!

<>< Ryan

-----Original Message-----
From: Hutchins, Richard [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 30, 2002 1:30 PM
To: Ryan Jameson (USA)
Subject: RE: [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 PROTECTED]
> Subject: [PHP-DB] error_reporting()
> 
> 
> 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
> 

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to