If your production PHP code is generating so many entires in a log
file that it's a problem for the log file size, then, really, you've
got much bigger problems than the log file size...

At dealnews, we have been using PHP since PHP/FI. We have written A LOT of code that never expected E_NOTICE to be on. While we strive to write new code in such a way that E_NOTICE would not be a problem (I have gotten used to writing Phorum that way), we do not enable it on our dev machines or production machines due to legacy code. Perhaps when we can make money rewriting all our code from scratch we will look into it. ;)

--

Brian Moon
-------------
http://dealnews.com/
Its good to be cheap =)

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to