How to disable suhosin.log?

1.2k Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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

You can find that path with phpinfo();

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