Skip to content

Commit 4085f14

Browse files
committed
Go with 3.4.5
1 parent df94fbb commit 4085f14

File tree

4 files changed

+36
-13
lines changed

4 files changed

+36
-13
lines changed

package.xml

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

43-
<date>2025-06-12</date>
44-
<time>11:51:46</time>
43+
<date>2025-07-14</date>
44+
<time>14:58:54</time>
4545
<version>
46-
<release>3.4.4</release>
47-
<api>3.4.4</api>
46+
<release>3.4.5</release>
47+
<api>3.4.5</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-
Thu, Jun 12, 2025 - Xdebug 3.4.4
55+
Mon, Jul 14, 2025 - Xdebug 3.4.5
5656

5757
= Fixed bugs:
5858

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
59+
- Fixed issue #2332: Segmentation fault for code coverage with nested fibers
60+
- Fixed issue #2356: Reading properties with get hooks may modify property value
6361

6462
</notes>
6563

@@ -215,6 +213,31 @@ Thu, Jun 12, 2025 - Xdebug 3.4.4
215213
<zendextsrcrelease />
216214
<changelog>
217215

216+
<release>
217+
<date>2025-06-12</date>
218+
<time>11:51:46</time>
219+
<version>
220+
<release>3.4.4</release>
221+
<api>3.4.4</api>
222+
</version>
223+
<stability>
224+
<release>stable</release>
225+
<api>stable</api>
226+
</stability>
227+
<license uri="https://xdebug.org/license/1.03" filesource="LICENSE">Xdebug-1.03</license>
228+
<notes>
229+
Thu, Jun 12, 2025 - Xdebug 3.4.4
230+
231+
= Fixed bugs:
232+
233+
- Fixed issue #2349: Regression in Xdebug 3.4.3 breaks throwing exceptions in nested generators
234+
- Fixed issue #2350: Crash when a certain page generates an exception since Xdebug 3.4.3
235+
- Fixed issue #2352: Crash when using latest Xdebug version when throwing exceptions
236+
- Fixed issue #2354: The __invoke frame in call stacks don&#039;t have the argument name in the trace
237+
238+
</notes>
239+
</release>
240+
218241
<release>
219242
<date>2025-05-14</date>
220243
<time>09:37:56</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.5-dev"
21+
#define XDEBUG_VERSION "3.4.5"
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,5,0
18-
#define VERSIONSTR "3.4.5-dev"
17+
#define VERSIONDESC 3,4,5,1
18+
#define VERSIONSTR "3.4.5"
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.4 — do not modify by hand
2+
; for Xdebug 3.4.5 — do not modify by hand
33

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

0 commit comments

Comments
 (0)