diff mbox series

[meta-oe] php: upgrade 8.2.3 -> 8.2.4

Message ID 1679617669-27228-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] php: upgrade 8.2.3 -> 8.2.4 | expand

Commit Message

Mingyu Wang (Fujitsu) March 24, 2023, 12:27 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 meta-oe/recipes-devtools/php/{php_8.2.3.bb => php_8.2.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/php/{php_8.2.3.bb => php_8.2.4.bb} (99%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/php/php_8.2.3.bb b/meta-oe/recipes-devtools/php/php_8.2.4.bb
similarity index 99%
rename from meta-oe/recipes-devtools/php/php_8.2.3.bb
rename to meta-oe/recipes-devtools/php/php_8.2.4.bb
index f7639cd5f..aec222b58 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 \