Security & bug fix releases PHP 5.6.35, 7.0.29, 7.1.16, 7.2.4

Security & bug fix releases

http://fi2.php.net/ChangeLog-5.php#5.6.35

http://fi2.php.net/ChangeLog-7.php#7.0.29

http://fi2.php.net/ChangeLog-7.php#7.1.16

http://fi2.php.net/ChangeLog-7.php#7.2.4

The PHP development team announces the immediate availability of PHP 7.2.4. This is a security release with also contains several minor bug fixes.

All PHP 7.2 users are encouraged to upgrade to this version.

For source downloads of PHP 7.2.4 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

How to build the latest PHP version before it has DirectAdmin

PHP 5.6

cd /usr/local/directadmin/custombuild
wget http://am1.php.net/get/php-5.6.35.tar.gz/from/this/mirror -O php-5.6.35.tar.gz
perl -pi -e "s#php56:.*#php56:5.6.35:aed69568b3cef4bf3de950ee84ee2cb2#" versions.txt
./build php

PHP 7.0

cd /usr/local/directadmin/custombuild
wget http://am1.php.net/get/php-7.0.29.tar.gz/from/this/mirror -O php-7.0.29.tar.gz
perl -pi -e "s#php70:.*#php70:7.0.29:b9af88aa9841c6d71ad5d76febdc14bd#" versions.txt
./build php

PHP 7.1

cd /usr/local/directadmin/custombuild
wget http://am1.php.net/get/php-7.1.16.tar.gz/from/this/mirror -O php-7.1.16.tar.gz
perl -pi -e "s#php71:.*#php71:7.1.16:b0e1becfd4a7b1d29438d59f47e4ad02#" versions.txt
./build php

PHP 7.2

cd /usr/local/directadmin/custombuild
wget http://am1.php.net/get/php-7.2.4.tar.gz/from/this/mirror -O php-7.2.4.tar.gz
perl -pi -e "s#php72:.*#php72:7.2.4:d41d8cd98f00b204e9800998ecf8427e#" versions.txt
./build php

Leave a Reply

Your email address will not be published. Required fields are marked *