[snip]
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off

But it doesn't work
How can i solve it?
[/snip]

I am going toask the obvious, did you restart Apache after editing the
php.ini? Is php looking at this .ini? (You can see where php is looking,
plus a whole lot of other stuff by putting a page with

<?php

phpinfo();

?>

in it)

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

Reply via email to