From 9d4a0cdebd0ad838d12ef19c0da9b3c5355db145 Mon Sep 17 00:00:00 2001 From: Titouan Christophe Date: Mon, 2 Feb 2026 12:03:38 +0100 Subject: [PATCH] package/php: bump to v8.3.30 This is a bugfix release for the 8.3 branch, backporting some fixes from the 8.5.2 release, mainly memory safety related. See the release notes: https://www.php.net/ChangeLog-8.php#8.3.30 Signed-off-by: Titouan Christophe (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 02ebf1b0f6..dc5f0e7a3c 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,5 +1,5 @@ # From https://www.php.net/downloads.php -sha256 f7950ca034b15a78f5de9f1b22f4d9bad1dd497114d175cb1672a4ca78077af5 php-8.3.29.tar.xz +sha256 67f084d36852daab6809561a7c8023d130ca07fc6af8fb040684dd1414934d48 php-8.3.30.tar.xz # License file sha256 b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a LICENSE diff --git a/package/php/php.mk b/package/php/php.mk index 37dabdcd1a..d184186cee 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 8.3.29 +PHP_VERSION = 8.3.30 PHP_SITE = https://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES