@@ -40,29 +40,30 @@ Code Coverage Analysis
4040 <active >yes</active >
4141 </lead >
4242
43- <date >2025-03-09 </date >
44- <time >16:10:30 </time >
43+ <date >2025-05-14 </date >
44+ <time >09:37:56 </time >
4545 <version >
46- <release >3.4.2 </release >
47- <api >3.4.2 </api >
46+ <release >3.4.3 </release >
47+ <api >3.4.3 </api >
4848 </version >
4949 <stability >
5050 <release >stable</release >
5151 <api >stable</api >
5252 </stability >
5353 <license uri =" https://xdebug.org/license/1.03" filesource =" LICENSE" >Xdebug-1.03</license >
5454 <notes >
55- Sun, Mar 09 , 2025 - Xdebug 3.4.2
55+ Wed, May 14 , 2025 - Xdebug 3.4.3
5656
5757= Fixed bugs:
5858
59- - Fixed issue #2313: var_dump does not output some Russian characters
60- - Fixed issue #2314: Class properties with hooks are always shown as null
61- - Fixed issue #2315: xdebug_dump_superglobals() leaks memory
62- - Fixed issue #2317: Code coverage leaks memory
63- - Fixed issue #2321: Segfault when null is assigned to a superglobal
64- - Fixed issue #2323: xdebug_notify() does not respect xdebug.var_display_max_* Settings
65- - Fixed issue #2327: Segmentation Fault 139 if exception thrown in callback since PHP 8.4
59+ - Fixed issue #2322: Xdebug tries to open debugging connection in destructors during shutdown
60+ - Fixed issue #2325: Referred chrome browser extension is no longer working
61+ - Fixed issue #2326: Step debugger finishes if property debugging handler in PHP throws an exception
62+ - Fixed issue #2331: Segmentation fault with ' invalid' variable names
63+ - Fixed issue #2339: Trying to throw an exception can cause a zend_mm_heap corrupted error under specific circumstances
64+ - Fixed issue #2340: Xdebug case sensitivity issues on some files introduced since 3.3.0
65+ - Fixed issue #2343: Fatal error on virtual property hook step debugging
66+ - Fixed issue #2348: Xdebug does not resolve breakpoints in property hooks
6667
6768 </notes >
6869
@@ -218,6 +219,34 @@ Sun, Mar 09, 2025 - Xdebug 3.4.2
218219 <zendextsrcrelease />
219220 <changelog >
220221
222+ <release >
223+ <date >2025-03-09</date >
224+ <time >16:10:30</time >
225+ <version >
226+ <release >3.4.2</release >
227+ <api >3.4.2</api >
228+ </version >
229+ <stability >
230+ <release >stable</release >
231+ <api >stable</api >
232+ </stability >
233+ <license uri =" https://xdebug.org/license/1.03" filesource =" LICENSE" >Xdebug-1.03</license >
234+ <notes >
235+ Sun, Mar 09, 2025 - Xdebug 3.4.2
236+
237+ = Fixed bugs:
238+
239+ - Fixed issue #2313: var_dump does not output some Russian characters
240+ - Fixed issue #2314: Class properties with hooks are always shown as null
241+ - Fixed issue #2315: xdebug_dump_superglobals() leaks memory
242+ - Fixed issue #2317: Code coverage leaks memory
243+ - Fixed issue #2321: Segfault when null is assigned to a superglobal
244+ - Fixed issue #2323: xdebug_notify() does not respect xdebug.var_display_max_* Settings
245+ - Fixed issue #2327: Segmentation Fault 139 if exception thrown in callback since PHP 8.4
246+
247+ </notes >
248+ </release >
249+
221250 <release >
222251 <date >2025-01-06</date >
223252 <time >15:43:11</time >
0 commit comments