diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-03-10 13:11:06 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-03-10 17:19:02 +0100 |
commit | 34d19a23ad8d46166a83da9cd84910ae1c5b2a43 (patch) | |
tree | 3328648bdfdc2f3691c54f1d35574946d40abc79 | |
parent | 53c07aa3a24d0f0a647e0e6858af5e65c6e81833 (diff) | |
download | buildroot-34d19a23ad8d46166a83da9cd84910ae1c5b2a43.tar.gz buildroot-34d19a23ad8d46166a83da9cd84910ae1c5b2a43.zip |
php: bump to version 7.1.2
7.1.2 is a bugfix release, fixing a number of issues:
http://www.php.net/ChangeLog-7.php#7.1.2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/php/php.hash | 2 | ||||
-rw-r--r-- | package/php/php.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/php/php.hash b/package/php/php.hash index 9c94b9e4cf..47e99d4800 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,2 +1,2 @@ # From http://php.net/downloads.php -sha256 b3565b0c1441064eba204821608df1ec7367abff881286898d900c2c2a5ffe70 php-7.1.1.tar.xz +sha256 d815a0c39fd57bab1434a77ff0610fb507c22f790c66cd6f26e27030c4b3e971 php-7.1.2.tar.xz diff --git a/package/php/php.mk b/package/php/php.mk index 1379ad571b..5b113d1b3f 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.1.1 +PHP_VERSION = 7.1.2 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |