Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stanpinte

    (@stanpinte)

    My question are:

    1/ is this problem going to be fixed in upcoming releases of WordPress?

    I have digged the forums, but saw no definitive answer to this problem

    2/ in the meanwhile, without disabling Suhosin for my installation (like described here: https://myeasylinux.wordpress.com/2010/10/25/disable-suhosin/), is there anything we can do?

    Thanks in advance for your help!

    I have installed PHP 5.3.* with Suhosin and run WordPress on it successfully. That was on a VPS I was playing around with some months ago. I can’t remember any details though, as I didn’t use that configuration for any of our production servers. But it gives you hearsay hope that PHP+Suhosin+WP works.

    Aside from trying a later version of PHP (than 5.2.5), you may get away with disabling ini_set() in php ini (I think that’s one of the issues).

    Try this in an appropriate php.ini file:
    disable_functions = “ini_set”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Installation problem with PHP5.2.5 with Suhosin Patch 0.9.6.2’ is closed to new replies.