@@ -33,31 +33,36 @@ Xdebug also provides:
33
33
<active >yes</active >
34
34
</lead >
35
35
36
- <date >2020-12 -04</date >
37
- <time >15:53:10 </time >
36
+ <date >2021-01 -04</date >
37
+ <time >17:08:58 </time >
38
38
<version >
39
- <release >3.0.1 </release >
40
- <api >3.0.1 </api >
39
+ <release >3.0.2 </release >
40
+ <api >3.0.2 </api >
41
41
</version >
42
42
<stability >
43
43
<release >stable</release >
44
44
<api >stable</api >
45
45
</stability >
46
46
<license uri =" http://www.opensource.org/licenses/bsd-license.php" >BSD style</license >
47
47
<notes >
48
- Fri, Dec 4, 2020 - xdebug 3.0.1
48
+ Mon, Jan 04, 2021 - Xdebug 3.0.2
49
49
50
50
= Fixed bugs:
51
51
52
- - Fixed issue #1893: Crash with ext-fiber and xdebug.mode=coverage
53
- - Fixed issue #1896: Segfault with closures that are not created from user code
54
- - Fixed issue #1897: Crash when removing a breakpoint
55
- - Fixed issue #1900: Update README and add run-xdebug-tests.php to package
56
- - Fixed issue #1901: Stack traces are shown (with a broken time) when Xdebug's mode includes 'debug' but not 'develop' or 'trace'
57
- - Fixed issue #1902: Compillation failure on AIX
58
- - Fixed issue #1903: Constants should always be available, regardless of which mode Xdebug is in
59
- - Fixed issue #1904: Profile and trace files using %t or %u do not get the right names
60
- - Fixed issue #1905: Debugger does not disable request timeouts
52
+ - Fixed issue #1907: Empty exception message when setting the $message property to a stringable object
53
+ - Fixed issue #1910: Code coverage misses constructor property promotion code
54
+ - Fixed issue #1914: Compillation failure on OpenBSD
55
+ - Fixed issue #1915: Debugger should only start with XDEBUG_SESSION and not XDEBUG_PROFILE
56
+ - Fixed issue #1918: Warn if PHP's Garbage Collection is disabled in gc_stats mode
57
+ - Fixed issue #1919: Crash when enabling filter without the right mode active
58
+ - Fixed issue #1921: Xdebug does not start step debugging if start_with_request=trigger
59
+ - Fixed issue #1922: Code coverage misses array assignment lines
60
+ - Fixed issue #1924: Deprecated INI settings displayed in phpinfo()
61
+ - Fixed issue #1925: xdebug.start_with_request and start_upon_error display inconsistent values
62
+ - Fixed issue #1926: Add Xdebug mode's source to xdebug_info() output
63
+ - Fixed issue #1927: Crash when calling xdebug_stop_trace without a trace in progress
64
+ - Fixed issue #1928: xdebug_stop_gcstats() can also return false
65
+
61
66
</notes >
62
67
63
68
<contents >
@@ -194,6 +199,35 @@ Fri, Dec 4, 2020 - xdebug 3.0.1
194
199
<providesextension >xdebug</providesextension >
195
200
<zendextsrcrelease />
196
201
<changelog >
202
+
203
+ <release >
204
+ <date >2020-12-04</date >
205
+ <time >15:53:10</time >
206
+ <version >
207
+ <release >3.0.1</release >
208
+ <api >3.0.1</api >
209
+ </version >
210
+ <stability >
211
+ <release >stable</release >
212
+ <api >stable</api >
213
+ </stability >
214
+ <license uri =" http://www.opensource.org/licenses/bsd-license.php" >BSD style</license >
215
+ <notes >
216
+ Fri, Dec 4, 2020 - xdebug 3.0.1
217
+
218
+ = Fixed bugs:
219
+
220
+ - Fixed issue #1893: Crash with ext-fiber and xdebug.mode=coverage
221
+ - Fixed issue #1896: Segfault with closures that are not created from user code
222
+ - Fixed issue #1897: Crash when removing a breakpoint
223
+ - Fixed issue #1900: Update README and add run-xdebug-tests.php to package
224
+ - Fixed issue #1901: Stack traces are shown (with a broken time) when Xdebug's mode includes 'debug' but not 'develop' or 'trace'
225
+ - Fixed issue #1902: Compillation failure on AIX
226
+ - Fixed issue #1903: Constants should always be available, regardless of which mode Xdebug is in
227
+ - Fixed issue #1904: Profile and trace files using %t or %u do not get the right names
228
+ - Fixed issue #1905: Debugger does not disable request timeouts
229
+ </notes >
230
+ </release >
197
231
198
232
<release >
199
233
<date >2020-11-25</date >
0 commit comments