PHP 5.6 suhosin, PHP 7.0 no suhosin

Woutwo

New member
Joined
Nov 8, 2014
Messages
3
Hello everyone!

I am running DirectAdmin with two PHP versions (PHP 5.6 and PHP 7.0). I want to enable SUHOSIN for PHP 5.6, but ONLY for 5.6. Is there any way to accomplish this?

Best Regards,

Wouter
 
Hello,

Suhosin won't build for PHP 7.0 as of yet. So try and build PHP versions without suhosin first, then

Code:
./build set suhosin yes
./build suhosin
 
Back
Top