diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-17 15:38:06 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-17 09:53:31 -0700 |
commit | 486153255da95c1b4152a37168cc8f4528a1549e (patch) | |
tree | 18df58fb96b131f993c2299b2f85a66cf4ae9e8f /meta-oe/recipes-devtools/php | |
parent | 4b28dff276ba1a167128ca0a8020e9861fccbf75 (diff) | |
download | meta-openembedded-486153255da95c1b4152a37168cc8f4528a1549e.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>
Diffstat (limited to 'meta-oe/recipes-devtools/php')
-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 d5954d976..ff432f3ad 100644 --- a/meta-oe/recipes-devtools/php/php_8.2.4.bb +++ b/meta-oe/recipes-devtools/php/php_8.2.5.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] = "79186f94bd510db86e31e535dd448277a1eb92a87878303a1ead44602d8b1197" | 37 | SRC_URI[sha256sum] = "e5a80663cca4f6044ad86a489798147c7af037eca96f6cd357ab36d28cb63757" |
38 | 38 | ||
39 | CVE_CHECK_IGNORE += "\ | 39 | CVE_CHECK_IGNORE += "\ |
40 | CVE-2007-2728 \ | 40 | CVE-2007-2728 \ |