[ciapug] Apache 2.x and PHP 5 on Windows
David Champion
dchampion at visionary.com
Thu Mar 8 11:14:29 CST 2007
carl-olsen at mchsi.com wrote:
> I'm not getting any error messages when I deliberately introduce errors into my PHP code. I have the php.ini file set to show all errors and notices and the httpd.conf file is set to the location of the php.ini file. I'm running Apache 2.2.x on Windows XP and PHP 5.1.x (Apache/2.2.3 (Win32) PHP/5.1.4). Can anyone tell me why it will not display the errors?
>
> Carl Olsen
> Drake University
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