If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
PHP70 is now stable ; but I am unable to use php-fpm sapi in php70 with cloudlinux as cl-apache-patches.tar.gz at repo.cloudlinux doesnt have a patch for php70 yet.
Please would you let me know when this can be expected?
I have just tried patching php7.0.0 and was able to do it successfully using fpm-lve-php5.6_autoconf.patch . Checked compiled binary and it contains all needed code, so I suppose it will work.
Steps used:
Code:
wget [URL]http://php.net/get/php-7.0.0.tar.gz/from/this/mirror[/URL]
mv mirror php-7.0.0.tar.gz
tar xfz php-7.0.0.tar.gz
cd php-7.0.0
wget [URL]http://repo.cloudlinux.com/cloudlinux/sources/da/cl-apache-patches.tar.gz[/URL]
tar xfz cl-apache-patches.tar.gz
patch -p1 < fpm-lve-php5.6_autoconf.patch
autoconf
./configure --enable-fpm
make
strings ./sapi/fpm/php-fpm | grep -i lve
After that you have just to hit make install , or manually replace php-fpm binary.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment