I have a VPS with Linode and the out-of-the-box Ubuntu server setup comes with the Suhosin PHP security patch. The annoying problem is that it's effecting a few things, namely CakePHP session/cookies and a couple of side affects with phpMyAdmin.
As I'm the only person with any sort of login to the server and will be writing all code on it, is the suhosin patch completely necessary? I'm also using frameworks and what is generally accepted as "secure" software. Is it easy to remove if I don't need it?
Update
For those who want to remove it, this command worked for me: apt-get remove php5-suhosin, additionally, you may want to remove any config files (named suhosin.ini) that might have been left behind.