From b1ca18e900f6a164e6596005bf6e6055be0d973a Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sun, 30 Nov 2025 19:43:35 +0100 Subject: [PATCH] php8: update to 8.4.15 Upstream changelog: https://www.php.net/ChangeLog-8.php#8.4.15 Signed-off-by: Michael Heimpold --- lang/php8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php8/Makefile b/lang/php8/Makefile index d9fa7339f6..8ad436b468 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.4.14 +PKG_VERSION:=8.4.15 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:php:php PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.php.net/distributions/ -PKG_HASH:=bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a3 +PKG_HASH:=a060684f614b8344f9b34c334b6ba8db1177555997edb5b1aceab0a4b807da7e PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 -- 2.30.2