[ciapug] Apache 2.x and PHP 5 on Windows

Tony Bibbs tony at tonybibbs.com
Thu Mar 8 11:44:49 CST 2007


There are a few settings you need:

error_reporting = E_ALL (and possibly ~E_NOTICE, if you don't want them)
display_errors = On

and the one most people forget:

log_errors = On

--Tony

David Champion wrote:
> What's your php.ini setting? On a development environment you probably 
> want:
> 
> error_reporting  =  E_ALL & ~E_NOTICE
> 
> -dc



More information about the ciapug mailing list