buy tb500

Disable Suhosin in Linux Server

I commented out the following line in /usr/local/lib/php.ini to disable this:

extension = “suhosin.so”

you can test after that in phpinfo or using below command to make sure is disabled.

php -v

Thank you.

Leave a Reply