diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-13 09:40:07 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-14 09:41:35 -0700 |
| commit | d6c5cb3d4f8163fd02b7307d5148179efa0491b0 (patch) | |
| tree | 2a4c83b607c707591a8f16bfd74002ad57cf74b2 | |
| parent | 8ed3dea40ba5f3f37400470e5b81361b1c39f239 (diff) | |
| download | meta-openembedded-d6c5cb3d4f8163fd02b7307d5148179efa0491b0.tar.gz | |
php: upgrade 8.2.6 -> 8.2.7
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>
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_8.2.7.bb (renamed from meta-oe/recipes-devtools/php/php_8.2.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.2.6.bb b/meta-oe/recipes-devtools/php/php_8.2.7.bb index 404ff393b2..b5da7b3444 100644 --- a/meta-oe/recipes-devtools/php/php_8.2.6.bb +++ b/meta-oe/recipes-devtools/php/php_8.2.7.bb | |||
| @@ -34,7 +34,7 @@ SRC_URI:append:class-target = " \ | |||
| 34 | " | 34 | " |
| 35 | 35 | ||
| 36 | S = "${WORKDIR}/php-${PV}" | 36 | S = "${WORKDIR}/php-${PV}" |
| 37 | SRC_URI[sha256sum] = "44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100" | 37 | SRC_URI[sha256sum] = "5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f" |
| 38 | 38 | ||
| 39 | CVE_CHECK_IGNORE += "\ | 39 | CVE_CHECK_IGNORE += "\ |
| 40 | CVE-2007-2728 \ | 40 | CVE-2007-2728 \ |
