Skip to content

Commit 18384ea

Browse files
committed
Go with 3.4.4
1 parent ab284c7 commit 18384ea

File tree

4 files changed

+42
-17
lines changed

4 files changed

+42
-17
lines changed

package.xml

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,26 @@ Code Coverage Analysis
4040
<active>yes</active>
4141
</lead>
4242

43-
<date>2025-05-14</date>
44-
<time>09:37:56</time>
43+
<date>2025-06-12</date>
44+
<time>11:51:46</time>
4545
<version>
46-
<release>3.4.3</release>
47-
<api>3.4.3</api>
46+
<release>3.4.4</release>
47+
<api>3.4.4</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-
Wed, May 14, 2025 - Xdebug 3.4.3
55+
Thu, Jun 12, 2025 - Xdebug 3.4.4
5656

5757
= Fixed bugs:
5858

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 &#039;invalid&#039; 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
59+
- Fixed issue #2349: Regression in Xdebug 3.4.3 breaks throwing exceptions in nested generators
60+
- Fixed issue #2350: Crash when a certain page generates an exception since Xdebug 3.4.3
61+
- Fixed issue #2352: Crash when using latest Xdebug version when throwing exceptions
62+
- Fixed issue #2354: The __invoke frame in call stacks don&#039;t have the argument name in the trace
6763

6864
</notes>
6965

@@ -219,6 +215,35 @@ Wed, May 14, 2025 - Xdebug 3.4.3
219215
<zendextsrcrelease />
220216
<changelog>
221217

218+
<release>
219+
<date>2025-05-14</date>
220+
<time>09:37:56</time>
221+
<version>
222+
<release>3.4.3</release>
223+
<api>3.4.3</api>
224+
</version>
225+
<stability>
226+
<release>stable</release>
227+
<api>stable</api>
228+
</stability>
229+
<license uri="https://xdebug.org/license/1.03" filesource="LICENSE">Xdebug-1.03</license>
230+
<notes>
231+
Wed, May 14, 2025 - Xdebug 3.4.3
232+
233+
= Fixed bugs:
234+
235+
- Fixed issue #2322: Xdebug tries to open debugging connection in destructors during shutdown
236+
- Fixed issue #2325: Referred chrome browser extension is no longer working
237+
- Fixed issue #2326: Step debugger finishes if property debugging handler in PHP throws an exception
238+
- Fixed issue #2331: Segmentation fault with &#039;invalid&#039; variable names
239+
- Fixed issue #2339: Trying to throw an exception can cause a zend_mm_heap corrupted error under specific circumstances
240+
- Fixed issue #2340: Xdebug case sensitivity issues on some files introduced since 3.3.0
241+
- Fixed issue #2343: Fatal error on virtual property hook step debugging
242+
- Fixed issue #2348: Xdebug does not resolve breakpoints in property hooks
243+
244+
</notes>
245+
</release>
246+
222247
<release>
223248
<date>2025-03-09</date>
224249
<time>16:10:30</time>

php_xdebug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define PHP_XDEBUG_H
1919

2020
#define XDEBUG_NAME "Xdebug"
21-
#define XDEBUG_VERSION "3.4.4-dev"
21+
#define XDEBUG_VERSION "3.4.4"
2222
#define XDEBUG_AUTHOR "Derick Rethans"
2323
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2025 by Derick Rethans"
2424
#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2025"

template.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1414
# define THANKS_GUYS ""
1515
#endif
1616

17-
#define VERSIONDESC 3,4,4,0
18-
#define VERSIONSTR "3.4.4-dev"
17+
#define VERSIONDESC 3,4,4,1
18+
#define VERSIONSTR "3.4.4"
1919

2020
//Version
2121
VS_VERSION_INFO VERSIONINFO

xdebug.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; This file is generated by the 'xdebug.org:html/docs/convert.php' robot
2-
; for Xdebug 3.4.3 — do not modify by hand
2+
; for Xdebug 3.4.4 — do not modify by hand
33

44
; -----------------------------------------------------------------------------
55
; xdebug.cli_color

0 commit comments

Comments
 (0)