Actually I can not do that.
The point of my question was, that I'm running kilu.de, a German Freehosting service. But many of our users can not cope with the error messages, occurring from the disabled_functions!

I can't log to the error log, because the errors need to be displayed to our users.

Regards,
Samy

a better solution would be

error_reporting = E_ALL
display_errors = off
log_errors = on

this sends all error messages to the apache log, as you mentioned above.

see:
http://hu2.php.net/manual/en/ref.errorfunc.php
http://hu2.php.net/manual/en/ref.errorfunc.php#ini.display-errors

greets
Zoltán Németh

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to