Hi,
part of my options.conf:
part of ./build versions
after ./build php still ./build versions give same information and php actually is 7.0.8
From console php -v:
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?
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?