Skip to content

Commit 61a198d

Browse files
committed
Go with 3.4.7
1 parent 507f0d8 commit 61a198d

File tree

4 files changed

+35
-11
lines changed

4 files changed

+35
-11
lines changed

package.xml

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

43-
<date>2025-10-06</date>
44-
<time>09:45:27</time>
43+
<date>2025-10-26</date>
44+
<time>13:37:32</time>
4545
<version>
46-
<release>3.4.6</release>
47-
<api>3.4.6</api>
46+
<release>3.4.7</release>
47+
<api>3.4.7</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-
Mon, Oct 06, 2025 - Xdebug 3.4.6
55+
Sun, Oct 26, 2025 - Xdebug 3.4.7
5656

5757
= Fixed bugs:
5858

59-
- Fixed issue #2328: Stream resource references in stored stack traces don&#039;t hold, and can cause crashes
60-
- Fixed issue #2360: Debugging DateInterval (and other internal objects) causes a crash
59+
- Fixed issue #2359: PHP 8.4 Lazy Ghost Object inoperable/defunct when Xdebug is enabled
60+
- Fixed issue #2371: Step debugging initialize lazy objects
61+
- Fixed issue #2375: Xdebug&#039;s exception trace conversion initialises lazy objects
6162

6263
</notes>
6364

@@ -213,6 +214,29 @@ Mon, Oct 06, 2025 - Xdebug 3.4.6
213214
<zendextsrcrelease />
214215
<changelog>
215216

217+
<release>
218+
<date>2025-10-06</date>
219+
<time>09:45:27</time>
220+
<version>
221+
<release>3.4.6</release>
222+
<api>3.4.6</api>
223+
</version>
224+
<stability>
225+
<release>stable</release>
226+
<api>stable</api>
227+
</stability>
228+
<license uri="https://xdebug.org/license/1.03" filesource="LICENSE">Xdebug-1.03</license>
229+
<notes>
230+
Mon, Oct 06, 2025 - Xdebug 3.4.6
231+
232+
= Fixed bugs:
233+
234+
- Fixed issue #2328: Stream resource references in stored stack traces don&#039;t hold, and can cause crashes
235+
- Fixed issue #2360: Debugging DateInterval (and other internal objects) causes a crash
236+
237+
</notes>
238+
</release>
239+
216240
<release>
217241
<date>2025-07-14</date>
218242
<time>14:58:54</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.7-dev"
21+
#define XDEBUG_VERSION "3.4.7"
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,7,0
18-
#define VERSIONSTR "3.4.7-dev"
17+
#define VERSIONDESC 3,4,7,1
18+
#define VERSIONSTR "3.4.7"
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.6 — do not modify by hand
2+
; for Xdebug 3.4.7 — do not modify by hand
33

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

0 commit comments

Comments
 (0)