aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-24 08:27:48 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-23 21:46:12 -0700
commit5dc09b571bafb50543cac76401b462ffb7ec5fd8 (patch)
tree9ac427b678ed605ee1944e053542376d8a8a0b94
parent604f3a307506d046e780ecc48bd999d80782d6ab (diff)
downloadmeta-openembedded-5dc09b571bafb50543cac76401b462ffb7ec5fd8.tar.gz
php: upgrade 8.2.3 -> 8.2.4
Changelog: =========== - Core: . Fixed incorrect check condition in type inference. . Fix incorrect check in zend_internal_call_should_throw(). . Fixed overflow check in OnUpdateMemoryConsumption. . Fixed bug GH-9916 (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoidable fatal error or crashes). . Fixed bug GH-10437 (Segfault/assertion when using fibers in shutdown function after bailout). . Fixed SSA object type update for compound assignment opcodes. . Fixed language scanner generation build. . Fixed zend_update_static_property() calling zend_update_static_property_ex() misleadingly with the wrong return type. . Fix bug GH-10570 (Fixed unknown string hash on property fetch with integer constant name). . Fixed php_fopen_primary_script() call resulted on zend_destroy_file_handle() freeing dangling pointers on the handle as it was uninitialized. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/php/php_8.2.4.bb (renamed from meta-oe/recipes-devtools/php/php_8.2.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.2.3.bb b/meta-oe/recipes-devtools/php/php_8.2.4.bb
index f7639cd5f0..aec222b587 100644
--- a/meta-oe/recipes-devtools/php/php_8.2.3.bb
+++ b/meta-oe/recipes-devtools/php/php_8.2.4.bb
@@ -33,7 +33,7 @@ SRC_URI:append:class-target = " \
"
S = "${WORKDIR}/php-${PV}"
-SRC_URI[sha256sum] = "87bb58865f38f5e2941813029152cea2102fe2961bb4d68b88f831ddd0548d0f"
+SRC_URI[sha256sum] = "79186f94bd510db86e31e535dd448277a1eb92a87878303a1ead44602d8b1197"
CVE_CHECK_IGNORE += "\
CVE-2007-2728 \