W Woutwo New member Joined Nov 8, 2014 Messages 3 Jan 12, 2016 #1 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 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
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,358 Location www.poralix.com Jan 14, 2016 #2 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
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
A amphora Verified User Joined Feb 21, 2013 Messages 56 Apr 13, 2016 #3 What about implementing Suhosin7 in custombuild? https://github.com/sektioneins/suhosin7 edit: oh, still alpha, guess it's too early for that... Last edited: Apr 13, 2016
What about implementing Suhosin7 in custombuild? https://github.com/sektioneins/suhosin7 edit: oh, still alpha, guess it's too early for that...