Philip Thompson wrote:
In my php.ini, I have
error_reporting = E_ALL & ~E_NOTICE
When I run a script from the command line, I get a lot of notices....
even when I said I don't want them. Also, in my script, I specified
error_reporting(E_ERROR) in attempts to explicitly tell it what I want.
It doesn't work either.
Why am I still getting notices?! BTW, I don't receive notices via a web
browser, just CLI.
I double-checked to see what INI file was loaded and it's the one I
expected to see:
[pthompson@pthompson scripts]$ php --ini
Configuration File (php.ini) Path: /etc
Loaded Configuration File: /etc/php.ini
Thoughts on what's happening would be awesome! Thanks in advance.
Are you including another script (eg pear mail or mbd2 or whatever)?
Maybe it's setting something and overriding your attempt. A quick grep
would be able to check that.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php