On Wed, 2003-06-11 at 13:40, Mark wrote:
> Or you can simply turn off NOTICE error reporting in the php.ini file
> or use ini_set or error_reporting() to not include notices. This
> should not affect functionality. 

That's not a good idea; it's treating the symptom, not the problem. A
better idea is to crank up error reporting all the way on your dev box,
write your code so that it doesn't generate any NOTICES etc, and then
turn off display_errors on the production box. It's a good idea to log
the errors or write a handler or something for when errors aren't being
displayed.



-- 
 Torben Wilson <[EMAIL PROTECTED]>                        +1.604.709.0506
 http://www.thebuttlesschaps.com          http://www.inflatableeye.com
 http://www.hybrid17.com                  http://www.themainonmain.com
 -----==== Boycott Starbucks!  http://www.haidabuckscafe.com ====-----




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

Reply via email to