I don't really know how to or want to compile php from source, but i need php without suhosin. As you may know the main repository comes with suhosin patch. this is causing errors on my website and I need it gone. the attempts to disable built-in suhosin failed and the only reliable option i have is to install php from source.
Is there a repository that comes with php5 but without built-in suhosin patch, so i can just install php through apt-get and be done? Thanks.