Php 5.6.16

Erulezz

Verified User
Joined
Sep 14, 2015
Messages
956
Location
🇳🇱
Version 5.6.16

26 Nov 2015
Core:
Fixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a non-existent constant).
Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l).
Mysqlnd:
Fixed bug #68344 (MySQLi does not provide way to disable peer certificate validation) by introducing MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT connection flag.
OCI8:
Fixed bug #68298 (OCI int overflow).
PDO_DBlib:
Fixed bug #69757 (Segmentation fault on nextRowset).
SOAP:
Fixed bug #70875 (Segmentation fault if wsdl has no targetNamespace attribute).
SPL:
Fixed bug #70852 (Segfault getting NULL offset of an ArrayObject).
 
I need to update my php to 5.6.16, too.

Currently custombuild says:

Code:
Latest version of PHP 5.6: 5.6.12
Installed version of PHP 5.6: 5.6.12

But how should I upgrade to 5.6.16?

Thank you
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build php n
 
Back
Top