in php.ini play with
error_append_string = ''
error_prepend_string = ''
even better, in php.ini
error_reporting = E_ALL
display_errors = On
error_log = /var/log/php_err.log
now all errors will not be displayed. they will be writen to a file.
tail -f /var/log/php_err.log
will show you all the
do you know of an easy way to change the errors generated by PHP to come
out in WML instead of HTML do they're easier to debug in a WML emulator?
thanks.
todd kennedy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
2 matches
Mail list logo