diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-17 15:38:06 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-07 12:23:59 -0400 |
commit | 1761c7d8e52c11ca51c81112d5921a1397af7dea (patch) | |
tree | e5d58ca592860a05d8264b46b3e30794680f7972 | |
parent | 2c543c3698ef54eece61d6fb6e5f3e5483ab7a97 (diff) | |
download | meta-openembedded-1761c7d8e52c11ca51c81112d5921a1397af7dea.tar.gz |
php: upgrade 8.2.4 -> 8.2.5
Changelog:
==========
Added optional support for max_execution_time in ZTS/Linux builds
Fixed use-after-free in recursive AST evaluation.
Fixed bug GH-8646 (Memory leak PHP FPM 8.1).
Re-add some CTE functions that were removed from being CTE by a mistake.
Remove CTE flag from array_diff_ukey(), which was added by mistake.
Fixed bug GH-10801 (Named arguments in CTE functions cause a segfault).
Fixed bug GH-8789 (PHP 8.0.20 (ZTS) zend_signal_handler_defer crashes on apache).
Fixed bug GH-10015 (zend_signal_handler_defer crashes on apache shutdown).
Fixed bug GH-10810 (Fix NUL byte terminating Exception::__toString()).
Fix potential memory corruption when mixing __callStatic() and FFI.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 486153255da95c1b4152a37168cc8f4528a1549e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/php/php_8.2.5.bb (renamed from meta-oe/recipes-devtools/php/php_8.2.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.2.4.bb b/meta-oe/recipes-devtools/php/php_8.2.5.bb index aec222b587..48a0d6b228 100644 --- a/meta-oe/recipes-devtools/php/php_8.2.4.bb +++ b/meta-oe/recipes-devtools/php/php_8.2.5.bb | |||
@@ -33,7 +33,7 @@ SRC_URI:append:class-target = " \ | |||
33 | " | 33 | " |
34 | 34 | ||
35 | S = "${WORKDIR}/php-${PV}" | 35 | S = "${WORKDIR}/php-${PV}" |
36 | SRC_URI[sha256sum] = "79186f94bd510db86e31e535dd448277a1eb92a87878303a1ead44602d8b1197" | 36 | SRC_URI[sha256sum] = "e5a80663cca4f6044ad86a489798147c7af037eca96f6cd357ab36d28cb63757" |
37 | 37 | ||
38 | CVE_CHECK_IGNORE += "\ | 38 | CVE_CHECK_IGNORE += "\ |
39 | CVE-2007-2728 \ | 39 | CVE-2007-2728 \ |