php-general | 2001062
Date: 06/21/01
- Next message: Aaron Bennett: "RE: [PHP] Apache config + PHP include paths"
- Previous message: DAve Goodrich: "Re: [PHP] Apache config + PHP include paths"
- In reply to: Jeff Armstrong: "[PHP] PHP no longer logging errors"
- Next in thread: lenar: "Re: [PHP] PHP no longer logging errors - found them!"
- Reply: lenar: "Re: [PHP] PHP no longer logging errors - found them!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Little Bo jeff has lost his logs,
and doesn't know where to find them!
Fix up the conf
and they will come home
dragging their hints behind them!
I moved some php config values into httpd.conf so that I could
manage my virtual sites better (e.g. phpMyAdmin needs globals)
and assumed that the names and values would be the same as php.ini
so I had
php_value display_errors on
php_value log_errors on
This doesnt work! The following does work though:
php_value display_errors 1
php_value log_errors 1
regards
Jeff
-- 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>
- Next message: Aaron Bennett: "RE: [PHP] Apache config + PHP include paths"
- Previous message: DAve Goodrich: "Re: [PHP] Apache config + PHP include paths"
- In reply to: Jeff Armstrong: "[PHP] PHP no longer logging errors"
- Next in thread: lenar: "Re: [PHP] PHP no longer logging errors - found them!"
- Reply: lenar: "Re: [PHP] PHP no longer logging errors - found them!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

