Ferenc Kovacs Continue reading...
I am afraid cause I do not remember will upgrading ruined some of my custom settings (not that in custom php.ini) couse I do not remember was I changed somothing or not. Also, I am not sure with caching then, and settings about that, and... I'm just not sure. I dive into linux sea just month ago
updated Code: php -v PHP 5.6.16 (cli) (built: Nov 27 2015 02:14:16) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
Code: [root@tvor-ocean ~]# php -v PHP 5.6.16 (cli) (built: Nov 27 2015 03:43:17) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies [root@tvor-ocean ~]# THANKS eva2000 & RoldanLT Will I have to do something (reinstall) imagick or with some other php extension?
PHP minor version upgrades generally do not need php extension recompiles that is why it's skipped (unless you have issues with the php extension). Major PHP version upgrades do need php extension recompiles.
5.6.17 seems to be out now too for security fixes ! Code: php -v PHP 5.6.17 (cli) (built: Jan 7 2016 12:26:22) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies