Various bug fixes and changes. Link: https://www.php.net/ChangeLog-8.php#8.3.8 Signed-off-by: Andreas Helmcke <[email protected]> --- rules/php8.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/php8.make b/rules/php8.make index 52aae8d03..01925bf93 100644 --- a/rules/php8.make +++ b/rules/php8.make @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_PHP8) += php8 # # Paths and names # -PHP8_VERSION := 8.3.3 -PHP8_MD5 := f8e821c23e4da0cd52710181532cb853 +PHP8_VERSION := 8.3.8 +PHP8_MD5 := 3a731ebd24cd36c70148416703ba2f0e PHP8 := php-$(PHP8_VERSION) PHP8_SUFFIX := tar.xz PHP8_SOURCE := $(SRCDIR)/$(PHP8).$(PHP8_SUFFIX) -- 2.43.0
