Remove Suhosin Patch

Jesse

Verified User
Joined
Nov 1, 2010
Messages
9
Anyone knows how to remove suhosin php patch from the server?

Thanks in advance,
 
If is patch remove php* from /usr/local/directadmin/custombuild/

then
Code:
./build clean
./build update
./build php n

If is just the extension remove the link to suhosin.so present in php.ini

Regards
 
Back
Top