Skip to content

Commit

Permalink
php: upgrade 8.2.6 -> 8.2.7
Browse files Browse the repository at this point in the history
Changelog:
==========
  . Fixed bug GH-11152 (Unable to alias namespaces containing reserved class
    names).
  . Fixed bug GH-9068 (Conditional jump or move depends on uninitialised
    value(s)).
  . Fixed bug GH-11189 (Exceeding memory limit in zend_hash_do_resize leaves
    the array in an invalid state).
  . Fixed bug GH-11063 (Compilation error on old GCC versions).
  . Fixed bug GH-11222 (foreach by-ref may jump over keys during a rehash).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Jun 13, 2023
1 parent 14de253 commit 796f6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SRC_URI:append:class-target = " \
"

S = "${WORKDIR}/php-${PV}"
SRC_URI[sha256sum] = "44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100"
SRC_URI[sha256sum] = "5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f"

CVE_CHECK_IGNORE += "\
CVE-2007-2728 \
Expand Down

0 comments on commit 796f6f1

Please sign in to comment.