diff --git a/package/php/php.hash b/package/php/php.hash index b4cce93b43..a4f10678cd 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,5 +1,5 @@ # From https://www.php.net/downloads.php -sha256 8cc44d51bb2506399ec176f70fe110f0c9e1f7d852a5303a2cd1403402199707 php-8.2.21.tar.xz +sha256 80a5225746a9eb484475b312d4c626c63a88a037d8e56d214f30205e1ba1411a php-8.2.24.tar.xz # License file sha256 b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a LICENSE diff --git a/package/php/php.mk b/package/php/php.mk index 81a122784d..e79613d5ed 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 8.2.21 +PHP_VERSION = 8.2.24 PHP_SITE = https://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES