diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-10-19 22:37:07 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-20 14:17:23 +0200 |
commit | 8dc3d02bacc65aa6eb5660a7331e594651c4e7fd (patch) | |
tree | 269ab991fb91eb02788a717fe106049783de56e3 /package/php/php.mk | |
parent | e0a3e71adde53f32d467b00b0196f46225828a1e (diff) | |
download | buildroot-8dc3d02bacc65aa6eb5660a7331e594651c4e7fd.tar.gz buildroot-8dc3d02bacc65aa6eb5660a7331e594651c4e7fd.zip |
package/php: bump version to 7.2.11
Changelog: http://www.php.net/ChangeLog-7.php#7.2.11
Removed patch 0007, applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r-- | package/php/php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index f92e9b6565..4365847733 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.2.10 +PHP_VERSION = 7.2.11 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |