0

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

hakre
  • 193,403
  • 52
  • 435
  • 836
Hayden
  • 361
  • 4
  • 18

1 Answers1

1

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

You can find that path with phpinfo();

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

Meetai.com
  • 6,622
  • 3
  • 31
  • 38