Page 1 of 1

ROUND2: disabling/enabling fucntions with suhosin

Posted: Wed Dec 03, 2014 7:50 pm
by faris
I've discovered that if you disable functions with suhosin rather than using php's native disable_fuctions, you cannot then re-enable individual functions on a per-vhost basis *IF* you are running php in FastCGI mode.

This seems a bit odd when it is (or at least was) possible to do so when using php in mod_php mode.

You can, however, disable suhosin (or rather you can enable simulation mode) on a per-vhost level.

Has anyone else encountered this issue? Or is everybody using php's native disable_functions these days? I take it they CAN be disabled on a per-domain basis with phpg in FastCGI mode, which wasn't the case for mod_php and was the reason I used suhosin to do so!

Faris.