summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-09-01 16:15:22 -0400
committerKhem Raj <raj.khem@gmail.com>2025-09-01 15:52:05 -0700
commit51a526de203d6f0bdfb5f740e190890751aa2eac (patch)
tree0c82e7256076cb2e72d8aa90954cb7cfc794e786
parent2eefbef7954780bf4028c8fd848b5332372d3ee6 (diff)
downloadmeta-openembedded-51a526de203d6f0bdfb5f740e190890751aa2eac.tar.gz
xdebug: upgrade 3.4.2 -> 3.4.5
[2025-07-14] — Xdebug 3.4.5 Fixed bug #2332: Segmentation fault for code coverage with nested fibers Fixed bug #2356: Reading properties with get hooks may modify property value [2025-06-12] — Xdebug 3.4.4 Fixed bug #2349: Regression in Xdebug 3.4.3 breaks throwing exceptions in nested generators Fixed bug #2350: Crash when a certain page generates an exception since Xdebug 3.4.3 Fixed bug #2352: Crash when using latest Xdebug version when throwing exceptions Fixed bug #2354: The __invoke frame in call stacks don't have the argument name in the trace [2025-05-14] — Xdebug 3.4.3 Fixed bug #2322: Xdebug tries to open debugging connection in destructors during shutdown Fixed bug #2325: Referred chrome browser extension is no longer working Fixed bug #2326: Step debugger finishes if property debugging handler in PHP throws an exception Fixed bug #2331: Segmentation fault with 'invalid' variable names Fixed bug #2339: Trying to throw an exception can cause a zend_mm_heap corrupted error under specific circumstances Fixed bug #2340: Xdebug case sensitivity issues on some files introduced since 3.3.0 Fixed bug #2343: Fatal error on virtual property hook step debugging Fixed bug #2348: Xdebug does not resolve breakpoints in property hooks Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-webserver/recipes-php/xdebug/xdebug_3.4.5.bb (renamed from meta-webserver/recipes-php/xdebug/xdebug_3.4.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-webserver/recipes-php/xdebug/xdebug_3.4.2.bb b/meta-webserver/recipes-php/xdebug/xdebug_3.4.5.bb
index 32a10f75ee..fdde88e44f 100644
--- a/meta-webserver/recipes-php/xdebug/xdebug_3.4.2.bb
+++ b/meta-webserver/recipes-php/xdebug/xdebug_3.4.5.bb
@@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=afd6ce4aa04fdc346e5b3c6e634bd75c"
4 4
5DEPENDS = "php re2c-native" 5DEPENDS = "php re2c-native"
6 6
7SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz" 7SRC_URI = "https://xdebug.org/files/xdebug-${PV}.tgz"
8 8
9SRC_URI[sha256sum] = "a043888c86e1526ac5ddb220d37ed3a1809e79a16bbb059b9c7e2d2f83b43cc1" 9SRC_URI[sha256sum] = "f58442306ce55fe3b811c31759a247242989164f2a7933f05c8d59b06665b9c9"
10 10
11UPSTREAM_CHECK_REGEX = "xdebug-(?P<pver>\d+(\.\d+)+)\.tgz" 11UPSTREAM_CHECK_REGEX = "xdebug-(?P<pver>\d+(\.\d+)+)\.tgz"
12 12