From 2ae91fd40e8d0445ceaee3214e67641b2b29fd4f Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 18 Jan 2026 23:49:42 +0100 Subject: [PATCH] package/php: bump version to 8.4.17 Release notes: https://news-web.php.net/php.announce/480 Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_4 Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain (cherry picked from commit 04ce8230f44457f9f4355d68990e8fe03b1099ec) Signed-off-by: Thomas Perale --- package/php/php.hash | 2 +- 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 4a9d2e4bb4..23ca842b72 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,5 +1,5 @@ # From https://www.php.net/downloads.php?source=Y -sha256 f66f8f48db34e9e29f7bfd6901178e9cf4a1b163e6e497716dfcb8f88bcfae30 php-8.4.16.tar.xz +sha256 28b234e347286158cae921d61283eb1169d89bc9d2e5f5976567260ff38b0bfa php-8.4.17.tar.xz # License file sha256 b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a LICENSE diff --git a/package/php/php.mk b/package/php/php.mk index 7524187649..aa6050c1a7 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 8.4.16 +PHP_VERSION = 8.4.17 PHP_SITE = https://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES