looks good and ssh2 working too :)
Update & overwrite your existing php-fpm.conf [y/n] I choose no Anything that I must fix or add or delete in there now after upgraded to v7.0.0?
updated 123.09beta01 for zend opcache huge pages support only if centos 7 detected + kernel supports it (and redis server isn't installed) and specifically disable for centos 6 add zend opcache opcache.huge_code_pages variable · centminmod/centminmod@67fb26a · GitHub PHP7 fpm - stalls on Centos 6 (Page 1) — User support — Remi's RPM repository - Forum (@Matt Williams might have been caught by this on centos 6 ?) PHP 7 Opcache adds Huge Pages support for extra performance | _ck_ says... Huge Page usage in PHP 7
I have seen bug on the new code added on zendopcache.ini. It doesn't create a new line instead just continue the line of opcache.validate_timestamps=1,
Instead of having this config on zendopcache.ini: Code: opcache.validate_timestamps=1 opcache.huge_code_pages=0 It just use single line like this: Code: opcache.validate_timestamps=1opcache.huge_code_pages=0