tedd schreef:
Jochem:

So, what's the verdict, is this Okay:

    ini_set('error_reporting', E_ALL | E_STRICT);

or should I lose the E_STRICT, or should it be something else?

I want to turn as much error checking as I can. I'm not using php 5, just yet.

Thanks.

tedd

Hi Tedd,

E_STRICT isn't available prior to PHP 5.

Best regards,


Andries Seutens
Belgium
http://andries.systray.be

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

Reply via email to