Skip to content

Commit 02e2f16

Browse files
committed
Go with 3.5.0alpha3
1 parent f9d69eb commit 02e2f16

File tree

4 files changed

+48
-25
lines changed

4 files changed

+48
-25
lines changed

package.xml

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

43-
<date>2025-10-07</date>
44-
<time>11:57:01</time>
43+
<date>2025-11-12</date>
44+
<time>17:30:23</time>
4545
<version>
46-
<release>3.5.0alpha2</release>
47-
<api>3.5.0alpha2</api>
46+
<release>3.5.0alpha3</release>
47+
<api>3.5.0alpha3</api>
4848
</version>
4949
<stability>
5050
<release>beta</release>
5151
<api>beta</api>
5252
</stability>
5353
<license uri="https://xdebug.org/license/1.03" filesource="LICENSE">Xdebug-1.03</license>
5454
<notes>
55-
Tue, Oct 07, 2025 - Xdebug 3.5.0alpha2
56-
57-
+ New features:
58-
59-
- Fixed issue #2213: Expose __EXCEPTION virtual variable for current EG(exception)
60-
- Fixed issue #2369: Implement &quot;Native Xdebug Path Mapping&quot; project
61-
- Fixed issue #2370: PHP 8.5 support
62-
63-
+ Improvements
64-
65-
- Fixed issue #2336: Optimise xdebug_init_oparray
66-
- Fixed issue #2337: Modify xdebug_add_stack_frame to always work on the passed execute_data
67-
- Fixed issue #2338: Add experimental support for Windows Named Pipes control socket
68-
- Fixed issue #2363: Add better debugging support for PHP 8.5&#039;s pipes
69-
- Fixed issue #2367: Debugger should not break on return out of include files when return value debugger is enabled
55+
Wed, Nov 12, 2025 - Xdebug 3.5.0alpha3
7056

7157
= Fixed bugs:
7258

73-
- Fixed issue #2335: Failed dbgp connection is not marked as not active
74-
- Fixed issue #2345: DBGP&#039;s detach does not support base64 encoded strings
59+
- Fixed issue #2372: Build failed on MSVC
60+
- Fixed issue #2374: Breakpoints in mapped paths don&#039;t trigger as they&#039;re mapped back before matching
7561

7662
</notes>
7763

@@ -242,6 +228,43 @@ Tue, Oct 07, 2025 - Xdebug 3.5.0alpha2
242228
<zendextsrcrelease />
243229
<changelog>
244230

231+
<release>
232+
<date>2025-10-07</date>
233+
<time>11:57:01</time>
234+
<version>
235+
<release>3.5.0alpha2</release>
236+
<api>3.5.0alpha2</api>
237+
</version>
238+
<stability>
239+
<release>beta</release>
240+
<api>beta</api>
241+
</stability>
242+
<license uri="https://xdebug.org/license/1.03" filesource="LICENSE">Xdebug-1.03</license>
243+
<notes>
244+
Tue, Oct 07, 2025 - Xdebug 3.5.0alpha2
245+
246+
+ New features:
247+
248+
- Fixed issue #2213: Expose __EXCEPTION virtual variable for current EG(exception)
249+
- Fixed issue #2369: Implement &quot;Native Xdebug Path Mapping&quot; project
250+
- Fixed issue #2370: PHP 8.5 support
251+
252+
+ Improvements
253+
254+
- Fixed issue #2336: Optimise xdebug_init_oparray
255+
- Fixed issue #2337: Modify xdebug_add_stack_frame to always work on the passed execute_data
256+
- Fixed issue #2338: Add experimental support for Windows Named Pipes control socket
257+
- Fixed issue #2363: Add better debugging support for PHP 8.5&#039;s pipes
258+
- Fixed issue #2367: Debugger should not break on return out of include files when return value debugger is enabled
259+
260+
= Fixed bugs:
261+
262+
- Fixed issue #2335: Failed dbgp connection is not marked as not active
263+
- Fixed issue #2345: DBGP&#039;s detach does not support base64 encoded strings
264+
265+
</notes>
266+
</release>
267+
245268
<release>
246269
<date>2025-10-06</date>
247270
<time>09:45:27</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.5.0alpha3-dev"
21+
#define XDEBUG_VERSION "3.5.0alpha3"
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,5,0,4
18-
#define VERSIONSTR "3.5.0alpha3-dev"
17+
#define VERSIONDESC 3,5,0,5
18+
#define VERSIONSTR "3.5.0alpha3"
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.5.0alpha2 — do not modify by hand
2+
; for Xdebug 3.5.0alpha3 — do not modify by hand
33

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

0 commit comments

Comments
 (0)