[PHP] display_errors problem in PHP4 solved From: Hans H. Anderson (me <email protected>)
Date: 09/29/00

Hello,

I'm not on the list right now, but I thought I'd share the solution to the
display_errors problem (for some of us, changing the php.ini file
display_errors directive didn't do anything).

In your httpd.conf file, comment out the php_value display_errors
directive, no matter what it's set to. Then, turn in on in php.ini and
it'll show the errors. You might have to do this for all of your
VirtualHosts.

-- 
Hans Anderson -=- me <email protected>
http://www.hansanderson.com | PHP, SQL Databases, Flash 5 Animation &
   http://www.goofiness.com | Programming, Audio Production, Brewmeister.

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>