From: "Christian Schlaefcke" <cschlaefcke@xxxxxxxxxxxxxx>
This is what I have in my php.ini
error_reporting = E_ALL display_errors = On
Have you looked at a phpinfo() page to ensure you're editing the correct php.ini?
<?php phpinfo(); ?>
In the first block, it tells you what php.ini file PHP is using. If it just lists a directory, then that's where PHP expects to find the php.ini file.
---John Holmes...
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php