Hi, guy My blacklisted problem going to cause me more problem. I am decided to uninstall suhosin patch that come win php5. I figured out that suhosin is not a .so module but complied to php5. My questions are: 1. How do I uninstall suhosin. (Some says that I have to download the source, removing suhosin then recompile php5) 2. If I recompile php5, will it cause a problem with running ispconfig? 3. Do I have to reinstall ispconfig after that? Thanks in advance
1) Yes, thats most likely the case. 2) No.ISPCOnfig has its own php and does not need the php from ubuntu. 3) No.
i also want to uninstall the suhosin patch can i just install a .deb file from an older php version? what was the last php version not to have suhosin patch?
If you installed suhosin with apt, you can uninstall it with apt. Just use apt-get remove instead of apt-get install.
that's my problem suhosin patch somes with php5 and it's causing me A LOT of problems and i need it removing but i can't do it with apt-get
What kind of problems is it causing? Can't you just change some of the default settings in your php.ini?
Take a look at your php.ini and the files included in it. I guess you can comment out the suhosin extension somewhere. Restart Apache afterwards.
Have you looked at the config page? http://www.hardened-php.net/suhosin/configuration.html There is an option for simulation mode which will only log events and not prevent them. This should help you find any problems with your script. Otherwise, suhosin is two parts, and patch and extension, sounds like the patch is applied to your php install so the easiest fix I think would be to at least try the simulation mode and see what happens. You'll have to add the option to your php.ini.