Problem with update second PHP

Magician

Verified User
Joined
Jan 31, 2010
Messages
135
Location
EU / PL
Hi,

part of my options.conf:
Code:
php1_release=5.6
php2_release=7.0
php1_mode=php-fpm
php2_mode=php-fpm

part of ./build versions
Code:
PHP 7.0: 7.0.8 to 7.0.9 update is available.

after ./build php still ./build versions give same information and php actually is 7.0.8

From console php -v:
Code:
PHP 7.0.9 (cli) (built: Jul 26 2016 01:14:47) ( ZTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies

I`m not sure but probably the problem start after I use ./build php_expert 7 without type.

What can I change to make update works?
 
Hello,

That's probably because build process fails, make sure to disable zend, ioncube, suhosin and try to update PHP once more.
 
Back
Top