In phpmyadmin it says...

"suhosin.log.* should not include SQL, otherwise you get big slowdown"

How do I totally disable suhosin.log in php.ini?

thanks

link|improve this question

40% accept rate
feedback

1 Answer

up vote 1 down vote accepted

/etc/php5/apache2/conf.d/suhosin.ini

You can find that path with phpinfo();

Look for "Additional ini files parsed" in phpinfo() output.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.