1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.10.12" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3 <name>xdebug</name>
4 <channel>pecl.php.net</channel>
5 <summary>Xdebug is a debugging and productivity extension for PHP</summary>
6 <description>Xdebug and provides a range of features to improve the PHP development
7experience.
8
9Step Debugging
10    A way to step through your code in your IDE or editor while the script is
11    executing.
12
13Improvements to PHP&apos;s error reporting
14    An improved var_dump() function, stack traces for Notices, Warnings, Errors
15    and Exceptions to highlight the code path to the error
16
17Tracing
18    Writes every function call, with arguments and invocation location to disk.
19    Optionally also includes every variable assignment and return value for
20    each function.
21
22Profiling
23    Allows you, with the help of visualisation tools, to analyse the
24    performance of your PHP application and find bottlenecks.
25
26Code Coverage Analysis
27    To show which parts of your code base are executed when running unit tests
28    with PHP Unit.</description>
29 <lead>
30  <name>Derick Rethans</name>
31  <user>derick</user>
32  <email>derick@xdebug.org</email>
33  <active>yes</active>
34 </lead>
35 <date>2021-12-01</date>
36 <time>15:43:49</time>
37 <version>
38  <release>3.1.2</release>
39  <api>3.1.2</api>
40 </version>
41 <stability>
42  <release>stable</release>
43  <api>stable</api>
44 </stability>
45 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
46 <notes>
47Wed, Dec 01, 2021 - Xdebug 3.1.2
48
49= Fixed bugs:
50
51  - Fixed issue #2036: Segfault on fiber switch in finally block in garbage collected fiber
52  - Fixed issue #2037: Crash when profile file can not be created
53  - Fixed issue #2041: __debugInfo is not used for var_dump output
54  - Fixed issue #2046: Segault on xdebug_get_function_stack inside a Fiber
55 </notes>
56 <contents>
57  <dir name="/">
58   <file md5sum="fa28ad9a867573b5be5b840cb27aa324" name="contrib/tracefile-analyser.php" role="doc" />
59   <file md5sum="ed01d7b0936a39822cd5c9144852e1b9" name="contrib/xt.vim" role="doc" />
60   <file md5sum="372197f5b791b837269177402b31688c" name="build/clocks.m4" role="src" />
61   <file md5sum="c55adfb3a3094c8029687ae1f7a46120" name="build/pkg.m4" role="src" />
62   <file md5sum="1a8a24cdabd1ed24acc3d6fbe9fe6a6f" name="src/base/base.c" role="src" />
63   <file md5sum="7db372db630677292df705a90c07e21c" name="src/base/base.h" role="src" />
64   <file md5sum="4bc56e4bf66e6105ba31458fa3219ae9" name="src/base/base_globals.h" role="src" />
65   <file md5sum="baf483b8b3f68c10d0c3f8863accf0c3" name="src/base/base_private.h" role="src" />
66   <file md5sum="fa3b00f14861cce856ed07764dac284b" name="src/base/filter.c" role="src" />
67   <file md5sum="cfcba73b7c5a588bcfd7d69d0a08e772" name="src/base/filter.h" role="src" />
68   <file md5sum="5bd6e0617b2e3e22a8e9b23ef3ad0fdf" name="src/lib/usefulstuff.c" role="src" />
69   <file md5sum="36f17d040407ee39a71c74b30e88f8b1" name="src/lib/usefulstuff.h" role="src" />
70   <file md5sum="a2685b4fd650d89696762f191f60da7a" name="src/lib/compat.c" role="src" />
71   <file md5sum="4655f7167b6a47eecdaf114df5f0746d" name="src/lib/compat.h" role="src" />
72   <file md5sum="5ded1e8050a567ddf31f15ccf8fc92d8" name="src/lib/crc32.c" role="src" />
73   <file md5sum="8e3d5ef843f03afab4cb27c4944d204f" name="src/lib/crc32.h" role="src" />
74   <file md5sum="592be0d3095ac9a8be6340192daa2091" name="src/lib/file.c" role="src" />
75   <file md5sum="5c262995cdd25eb6b65a1fb76eedfd11" name="src/lib/file.h" role="src" />
76   <file md5sum="53ae56622dd00dccdbffc92c938fe5a0" name="src/lib/hash.c" role="src" />
77   <file md5sum="77bef9854199eb280ecbd97a83737648" name="src/lib/hash.h" role="src" />
78   <file md5sum="b95fb17e72285dd3c99ddd49356cbf80" name="src/lib/headers.c" role="src" />
79   <file md5sum="b05e34ecc50ab77d02933c583d88551b" name="src/lib/headers.h" role="src" />
80   <file md5sum="d0a16e869cfcbb0f2e73eae2529ddc2e" name="src/lib/lib.c" role="src" />
81   <file md5sum="632fcd173241224b8792e33020842736" name="src/lib/lib.h" role="src" />
82   <file md5sum="a9d381a26a166fd8a7c6eb6aabb148f0" name="src/lib/log.c" role="src" />
83   <file md5sum="2ded0176decc29f511215987461419ff" name="src/lib/log.h" role="src" />
84   <file md5sum="8026528d3daa7d18021442eddbf60176" name="src/lib/lib_private.h" role="src" />
85   <file md5sum="88171fff82c5233a96d05341e0fcdcf9" name="src/lib/llist.c" role="src" />
86   <file md5sum="833b8b23d247ee19d10a58a0e9159174" name="src/lib/llist.h" role="src" />
87   <file md5sum="78eb2398cc1a535be67632e0de82b727" name="src/lib/mm.h" role="src" />
88   <file md5sum="7ad345e09f5c1768900ce690e5efd770" name="src/lib/set.c" role="src" />
89   <file md5sum="dc03fc37187e29189e906e577d5b9c4c" name="src/lib/set.h" role="src" />
90   <file md5sum="51ae57e6480f0c40aa90f387b5b1ec97" name="src/lib/str.c" role="src" />
91   <file md5sum="de7ed2c4e5f8f10fd684b607660a32e5" name="src/lib/str.h" role="src" />
92   <file md5sum="326ce360a40b63e768992aee68fe0c9d" name="src/lib/timing.c" role="src" />
93   <file md5sum="637e3b5e753e6afc8b014b02cec7b0ec" name="src/lib/timing.h" role="src" />
94   <file md5sum="b901cf347f68720b0ce8270c64a2703c" name="src/lib/var.c" role="src" />
95   <file md5sum="6e7077d2c6982e333d258e9609788cf3" name="src/lib/var.h" role="src" />
96   <file md5sum="dd87a632c0d1c6fc0e7a34c6163fb60a" name="src/lib/var_export_html.c" role="src" />
97   <file md5sum="ab2c1ac724a54c2b50946c7746ee135c" name="src/lib/var_export_html.h" role="src" />
98   <file md5sum="a1b4b481c2ecad67961a212903dce6db" name="src/lib/var_export_line.c" role="src" />
99   <file md5sum="a865240b02e1f698ce57098f01693399" name="src/lib/var_export_line.h" role="src" />
100   <file md5sum="15cab0d1d149690bf2c6affb5a8075fc" name="src/lib/var_export_text.c" role="src" />
101   <file md5sum="ce4f91762755006f5df6353465e9927b" name="src/lib/var_export_text.h" role="src" />
102   <file md5sum="eac1be0afbe5e9b6e4a2d0a50b035125" name="src/lib/var_export_xml.c" role="src" />
103   <file md5sum="dc4f5766d9ebe581d6de6319fcc966ab" name="src/lib/var_export_xml.h" role="src" />
104   <file md5sum="8d1a4cb863697a98bf063b6a4ab79050" name="src/lib/vector.h" role="src" />
105   <file md5sum="a637b4abdfcc5a1a74ea7fcb94ebf0db" name="src/lib/xml.c" role="src" />
106   <file md5sum="add5c4a5256e6ba49f9f772d8a462200" name="src/lib/xml.h" role="src" />
107   <file md5sum="92d72ed5ef9a4dd4317f92bd04582572" name="src/coverage/branch_info.c" role="src" />
108   <file md5sum="963e2650561b374f99943254bda93688" name="src/coverage/branch_info.h" role="src" />
109   <file md5sum="95d5c3b4700b5c42fa332a1a7010d625" name="src/coverage/code_coverage.c" role="src" />
110   <file md5sum="c7c6c4688b7654d2a481e64a519596a3" name="src/coverage/code_coverage.h" role="src" />
111   <file md5sum="8a73ee60f8eba6df2712da9085d419f9" name="src/coverage/code_coverage_private.h" role="src" />
112   <file md5sum="9c7381bbe83085c5e2e78ba5ea15136a" name="src/develop/develop.c" role="src" />
113   <file md5sum="6b059569e6b7c4ba3c46aea147ff9126" name="src/develop/develop.h" role="src" />
114   <file md5sum="8bc34c16b460129c99c0a43ef3db87e4" name="src/develop/develop_private.h" role="src" />
115   <file md5sum="75d302506fc6c1aabcbc501b7d6c0c2a" name="src/develop/monitor.c" role="src" />
116   <file md5sum="e29f144cd504ee14ebddee4f8ab5b714" name="src/develop/monitor.h" role="src" />
117   <file md5sum="a6a76454d90efdb6106c8e76a035e9e0" name="src/develop/php_functions.c" role="src" />
118   <file md5sum="85803cddf8cc9ef72a733b723baf4451" name="src/develop/stack.c" role="src" />
119   <file md5sum="59ef2237151c3bf77c1493b65c7d1111" name="src/develop/stack.h" role="src" />
120   <file md5sum="e784721dd6938c070fe209f9032d2636" name="src/develop/superglobals.c" role="src" />
121   <file md5sum="de5e6312abee7eea0ac07bcb4920f704" name="src/develop/superglobals.h" role="src" />
122   <file md5sum="ee8f03f7901682f21cfad84872075491" name="src/debugger/com.c" role="src" />
123   <file md5sum="64d7afd2dfda444cb74382106f9edb3c" name="src/debugger/com.h" role="src" />
124   <file md5sum="6292891b2ad8a944a61bd27624f3b638" name="src/debugger/debugger.c" role="src" />
125   <file md5sum="82013c30b962631a67d3c37f2b221e3e" name="src/debugger/debugger.h" role="src" />
126   <file md5sum="57dc7787f58e11c1b703b3c2e32808fe" name="src/debugger/debugger_private.h" role="src" />
127   <file md5sum="ebb7b99fc1253c60f3caf63bdba60e32" name="src/debugger/handlers.c" role="src" />
128   <file md5sum="46940b69874be77442128d0c13df742a" name="src/debugger/handlers.h" role="src" />
129   <file md5sum="417f4954b72549471ea6a4f5c9e851a9" name="src/debugger/handler_dbgp.c" role="src" />
130   <file md5sum="2512b85a30418041ec34f3717fc428a5" name="src/debugger/handler_dbgp.h" role="src" />
131   <file md5sum="959c645a3e04b6bf1fa05184432d05e5" name="src/gcstats/gc_stats.c" role="src" />
132   <file md5sum="3bf056d2ba948c4db6ec0375225ace32" name="src/gcstats/gc_stats.h" role="src" />
133   <file md5sum="574739da937d570df6371efbbe4369fb" name="src/gcstats/gc_stats_private.h" role="src" />
134   <file md5sum="bec6f424a59cd84b0f9f3c5b6db75693" name="src/profiler/profiler.c" role="src" />
135   <file md5sum="9dad15fe395223bebdc646341803242a" name="src/profiler/profiler.h" role="src" />
136   <file md5sum="bed3b315bb5ac1e7ea43cc09897d3257" name="src/profiler/profiler_private.h" role="src" />
137   <file md5sum="e61e89725884ed936649ca606615724e" name="src/tracing/tracing.c" role="src" />
138   <file md5sum="e5b4b45b1dfe1ea3b486b1e822ffa6ab" name="src/tracing/tracing.h" role="src" />
139   <file md5sum="5d09da4c1a1b82e95553600a6348620e" name="src/tracing/tracing_private.h" role="src" />
140   <file md5sum="f27d93527161a2112d2f37a9bd131fa7" name="src/tracing/trace_textual.c" role="src" />
141   <file md5sum="13b0dca161acbf3c2f80c0b110b134e8" name="src/tracing/trace_textual.h" role="src" />
142   <file md5sum="33c9b4522a907ca81e8c7122f30512ec" name="src/tracing/trace_computerized.c" role="src" />
143   <file md5sum="caf12732954476c16d0057cafee32451" name="src/tracing/trace_computerized.h" role="src" />
144   <file md5sum="a5511cced1005685ec26a1f735e3845d" name="src/tracing/trace_html.c" role="src" />
145   <file md5sum="cb9721509e7356c52dd87d724c5b6ddc" name="src/tracing/trace_html.h" role="src" />
146   <file md5sum="be28995bd46e18052ed8a941145ba745" name="config.m4" role="src" />
147   <file md5sum="7bc1315e7ae78f0f512cdacfc4717112" name="config.w32" role="src" />
148   <file md5sum="8f9a93feba6ff23c4bc1bc2929babcc4" name="CREDITS" role="doc" />
149   <file md5sum="92d94a330d34ee6edc2638450736f119" name="LICENSE" role="doc" />
150   <file md5sum="09013455c4ea74cb5affba890773dc04" name="xdebug.ini" role="doc" />
151   <file md5sum="82ad7174e13d1bb8c64835f8cefeb494" name="Makefile.frag" role="src" />
152   <file md5sum="935f1fad118f9542b9f968e29f504de7" name="CONTRIBUTING.rst" role="doc" />
153   <file md5sum="10e4e8f9ef7aa548bd000e265ebb0df0" name="README.rst" role="doc" />
154   <file md5sum="8a50eb9f2f429d6632addc0cb62f40d1" name="run-xdebug-tests.php" role="src" />
155   <file md5sum="53b9d4d3f7196d827cb63c704cbcc382" name="xdebug.c" role="src" />
156   <file md5sum="21544a91b74f474bd9987fd0bbb317c5" name="php_xdebug.h" role="src" />
157   <file md5sum="ada484ed09ba0ed095502d343714fce7" name="php_xdebug_arginfo.h" role="src" />
158  </dir>
159 </contents>
160 <dependencies>
161  <required>
162   <php>
163    <min>7.2.0</min>
164    <max>8.1.99</max>
165   </php>
166   <pearinstaller>
167    <min>1.9.1</min>
168   </pearinstaller>
169  </required>
170 </dependencies>
171 <providesextension>xdebug</providesextension>
172 <zendextsrcrelease />
173 <changelog>
174  <release>
175   <date>2021-10-15</date>
176   <time>13:19:59</time>
177   <version>
178    <release>3.1.1</release>
179    <api>3.1.1</api>
180   </version>
181   <stability>
182    <release>stable</release>
183    <api>stable</api>
184   </stability>
185   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
186   <notes>
187Fri, Oct 15, 2021 - Xdebug 3.1.1
188
189= Fixed bugs:
190
191  - Fixed issue #2016: apache gives no output with xdebug 3.1.0b2 installed
192  - Fixed issue #2024: Apache restarts in a loop under PHP 8.1.0 RC3
193  - Fixed issue #2029: incorrect and inaccurate date and time displayed in xdebug.log and trace files
194  - Fixed issue #2030: PhpStorm step-debug not working on PHP 8.0.11
195  - Fixed issue #2032: Use runtime PHP version in DBGp and info pages instead of compiled-against version
196  - Fixed issue #2034: Xdebug throws a Segmentation fault when &apos;set_time_limit&apos; function is disabled
197  - Fixed issue #2035: Xdebug block everything with localhost in XAMMP
198   </notes>
199  </release>
200  <release>
201   <date>2021-10-04</date>
202   <time>09:33:42</time>
203   <version>
204    <release>3.1.0</release>
205    <api>3.1.0</api>
206   </version>
207   <stability>
208    <release>stable</release>
209    <api>stable</api>
210   </stability>
211   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
212   <notes>
213Mon, Oct 04, 2021 - Xdebug 3.1.0
214
215= Fixed bugs:
216
217  - Fixed issue #1472: Add assignments to computer readable trace format
218  - Fixed issue #1537: Add links to documentation to various different &quot;features&quot; after wizard has run
219  - Fixed issue #1738: Add xdebug_notify() function to send data through DBGp to a debugging client
220  - Fixed issue #1853: Enable profile compression for cachegrind files
221  - Fixed issue #1890: Add connected client and protocol features to diagnostic page
222  - Fixed issue #1898: API for querying the currently active mode(s)
223  - Fixed issue #1933: Allow for cloud ID to be set through the trigger
224  - Fixed issue #1938: Branches in traits aren’t marked as executed
225  - Fixed issue #1948: Do not redirect warning and error messages to PHP&apos;s error log if an Xdebug log is active
226  - Fixed issue #1949: private properties for internal classes can&apos;t be fetched for debugging
227  - Fixed issue #1963: php exit code = -1073741819 when xdebug.mode = off (Windows Thread Safe Only)
228  - Fixed issue #1969: Provide breakpoint ID / info in DBGp run command responses
229  - Fixed issue #1970: xdebug_get_function_stack with unnamed (internal) parameters have wrong index
230  - Fixed issue #1972: Add support for PHP 8.1 Fibers
231  - Fixed issue #1974: Add gzip support to trace files
232  - Fixed issue #1976: Switch debug session cookie to Lax, and remove expiry time
233  - Fixed issue #1978: Xdebug&apos;s log messages are cut off at 512 bytes
234  - Fixed issue #1980: PHP 8.1: Mark enum classes as &quot;enum&quot;
235  - Fixed issue #1986: Add support for multiple trigger values
236  - Fixed issue #1989: Profiling does not output correct class when parent keyword is used
237  - Fixed issue #1992: Code Coverage with filter produces Segmentation fault on xdebug_stop_code_coverage()
238  - Fixed issue #1993: eval-ing broken code causes stepping to break
239  - Fixed issue #1996: Add support for Closure visualisation in traces, debugging, and Xdebug&apos;s var_dump
240  - Fixed issue #1997: Added xdebug_connect_to_client() to attempt a debugging connect while running code
241  - Fixed issue #1998: Double facet attribute generated for enums that are stored in properties
242  - Fixed issue #1999: Add &quot;readonly&quot; facet to PHP 8.1 readonly properties
243  - Fixed issue #2001: Add &apos;xdebug.use_compression&apos; setting to turn on/off compression for profiling files
244  - Fixed issue #2004: Figure out what &quot;XDEBUG_SHOW_FNAME_TODO&quot; define is for
245  - Fixed issue #2007: xdebug 3.x fails to build on OS X 10.11 or earlier due to clock_gettime_nsec_np requirement
246  - Fixed issue #2008: Using the XDEBUG_SESSION cookie could bypass shared-secret checks
247  - Fixed issue #2009: xdebug_stop_code_coverage&apos;s argument has type mismatch
248  - Fixed issue #2011: Closures as protected properties have double facet XML attribute
249  - Fixed issue #2013: Support PHP 8.1
250  - Fixed issue #2018: zlib compression support on Windows
251  - Fixed issue #2019: Xdebug crash because of uninitialized memory
252  - Fixed issue #2020: segfault if xdebug.dump.GET=* and integer key without value in URL
253  - Fixed issue #2021: Segmentation fault due to NULL bytes in internal anonymous class names
254  - Fixed issue #2025: Anonymous classes which extend are not detected as anonymous classes since PHP 8.0
255   </notes>
256  </release>
257  <release>
258   <date>2021-09-07</date>
259   <time>13:53:49</time>
260   <version>
261    <release>3.1.0beta2</release>
262    <api>3.1.0beta2</api>
263   </version>
264   <stability>
265    <release>beta</release>
266    <api>beta</api>
267   </stability>
268   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
269   <notes>
270Tue, Sep 07, 2021 - Xdebug 3.1.0beta2
271
272= Fixed bugs:
273  - This is a packaging fix only release. The package missed a file that were needed
274    for building on PHP 7.2 and 8.1.
275   </notes>
276  </release>
277  <release>
278   <date>2021-09-05</date>
279   <time>16:22:41</time>
280   <version>
281    <release>3.1.0beta1</release>
282    <api>3.1.0beta1</api>
283   </version>
284   <stability>
285    <release>beta</release>
286    <api>beta</api>
287   </stability>
288   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
289   <notes>
290Sun, Sep 05, 2021 - Xdebug 3.1.0beta1
291
292+ New features:
293
294  - Fixed issue #1738: Add xdebug_notify() function to send data through DBGp to a debugging client
295  - Fixed issue #1853: Enable profile compression for cachegrind files
296  - Fixed issue #1898: API for querying the currently active mode(s)
297  - Fixed issue #1972: Add support for PHP 8.1 Fibers
298  - Fixed issue #1974: Add gzip support to trace files
299  - Fixed issue #1997: Added xdebug_connect_to_client() to attempt a debugging connect while running code
300  - Fixed issue #2001: Add &apos;xdebug.use_compression&apos; setting to turn on/off compression for profiling files
301  - Fixed issue #2013: Support PHP 8.1
302
303+ Improvements:
304
305  - Fixed issue #1472: Add assignments to computer readable trace format
306  - Fixed issue #1890: Add connected client and protocol features to diagnostic page
307  - Fixed issue #1933: Allow for cloud ID to be set through the trigger
308  - Fixed issue #1969: Provide breakpoint ID / info in DBGp run command responses
309  - Fixed issue #1976: Switch debug session cookie to Lax, and remove expiry time
310  - Fixed issue #1980: PHP 8.1: Mark enum classes as &quot;enum&quot;
311  - Fixed issue #1986: Add support for multiple trigger values
312  - Fixed issue #1996: Add support for Closure visualisation in traces, debugging, and Xdebug&apos;s var_dump
313  - Fixed issue #1999: Add &quot;readonly&quot; facet to PHP 8.1 readonly properties
314
315= Fixed bugs:
316
317  - Fixed issue #1938: Branches in traits aren’t marked as executed
318  - Fixed issue #1948: Do not redirect warning and error messages to PHP&apos;s error log if an Xdebug log is active
319  - Fixed issue #1949: private properties for internal classes can&apos;t be fetched for debugging
320  - Fixed issue #1963: php exit code = -1073741819 when xdebug.mode = off (Windows Thread Safe Only)
321  - Fixed issue #1970: xdebug_get_function_stack with unnamed (internal) parameters have wrong index
322  - Fixed issue #1978: Xdebug&apos;s log messages are cut off at 512 bytes
323  - Fixed issue #1989: Profiling does not output correct class when parent keyword is used
324  - Fixed issue #1992: Code Coverage with filter produces Segmentation fault on xdebug_stop_code_coverage()
325  - Fixed issue #1993: eval-ing broken code causes stepping to break
326  - Fixed issue #1998: Double facet attribute generated for enums that are stored in properties
327  - Fixed issue #2004: Figure out what &quot;XDEBUG_SHOW_FNAME_TODO&quot; define is for
328  - Fixed issue #2008: Using the XDEBUG_SESSION cookie could bypass shared-secret checks
329  - Fixed issue #2009: xdebug_stop_code_coverage&apos;s argument has type mismatch
330  - Fixed issue #2011: Closures as protected properties have double facet XML attribute
331
332+ Documentation
333
334  - Fixed issue #1537: Add links to documentation to various different &quot;features&quot; after wizard has run
335   </notes>
336  </release>
337  <release>
338   <date>2021-04-08</date>
339   <time>10:32:42</time>
340   <version>
341    <release>3.0.4</release>
342    <api>3.0.4</api>
343   </version>
344   <stability>
345    <release>stable</release>
346    <api>stable</api>
347   </stability>
348   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
349   <notes>
350Thu, Apr 08, 2021 - Xdebug 3.0.4
351
352= Fixed bugs:
353
354  - Fixed issue #1802: Improve xdebug.org home page
355  - Fixed issue #1944: tracing is started without trigger, when profiler is also enabled
356  - Fixed issue #1947: xdebug_info() settings section does not show the modes that are overridden by XDEBUG_MODE
357  - Fixed issue #1950: Assignment trace with ASSIGN_OBJ_REF crashes
358  - Fixed issue #1954: Calling xdebug_start_trace without mode including tracing results in a fatal error
359   </notes>
360  </release>
361  <release>
362   <date>2021-02-22</date>
363   <time>10:53:09</time>
364   <version>
365    <release>3.0.3</release>
366    <api>3.0.3</api>
367   </version>
368   <stability>
369    <release>stable</release>
370    <api>stable</api>
371   </stability>
372   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
373   <notes>
374Mon, Feb 22, 2021 - Xdebug 3.0.3
375
376= Fixed bugs:
377
378  - Fixed issue #1930: No local variables with trigger and xdebug_break()
379  - Fixed issue #1931: xdebug_info() output misses configuration settings if phpinfo() has been called
380  - Fixed issue #1932: One line in multi-line string concatenation is not covered
381  - Fixed issue #1940: Wrong type used for showing GC Stats reports
382   </notes>
383  </release>
384  <release>
385   <date>2021-01-04</date>
386   <time>17:08:58</time>
387   <version>
388    <release>3.0.2</release>
389    <api>3.0.2</api>
390   </version>
391   <stability>
392    <release>stable</release>
393    <api>stable</api>
394   </stability>
395   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
396   <notes>
397Mon, Jan 04, 2021 - Xdebug 3.0.2
398
399= Fixed bugs:
400
401  - Fixed issue #1907: Empty exception message when setting the $message property to a stringable object
402  - Fixed issue #1910: Code coverage misses constructor property promotion code
403  - Fixed issue #1914: Compillation failure on OpenBSD
404  - Fixed issue #1915: Debugger should only start with XDEBUG_SESSION and not XDEBUG_PROFILE
405  - Fixed issue #1918: Warn if PHP&apos;s Garbage Collection is disabled in gc_stats mode
406  - Fixed issue #1919: Crash when enabling filter without the right mode active
407  - Fixed issue #1921: Xdebug does not start step debugging if start_with_request=trigger
408  - Fixed issue #1922: Code coverage misses array assignment lines
409  - Fixed issue #1924: Deprecated INI settings displayed in phpinfo()
410  - Fixed issue #1925: xdebug.start_with_request and start_upon_error display inconsistent values
411  - Fixed issue #1926: Add Xdebug mode&apos;s source to xdebug_info() output
412  - Fixed issue #1927: Crash when calling xdebug_stop_trace without a trace in progress
413  - Fixed issue #1928: xdebug_stop_gcstats() can also return false
414   </notes>
415  </release>
416  <release>
417   <date>2020-12-04</date>
418   <time>15:53:10</time>
419   <version>
420    <release>3.0.1</release>
421    <api>3.0.1</api>
422   </version>
423   <stability>
424    <release>stable</release>
425    <api>stable</api>
426   </stability>
427   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
428   <notes>
429Fri, Dec  4, 2020 - xdebug 3.0.1
430
431= Fixed bugs:
432
433  - Fixed issue #1893: Crash with ext-fiber and xdebug.mode=coverage
434  - Fixed issue #1896: Segfault with closures that are not created from user code
435  - Fixed issue #1897: Crash when removing a breakpoint
436  - Fixed issue #1900: Update README and add run-xdebug-tests.php to package
437  - Fixed issue #1901: Stack traces are shown (with a broken time) when Xdebug&apos;s mode includes &apos;debug&apos; but not &apos;develop&apos; or &apos;trace&apos;
438  - Fixed issue #1902: Compillation failure on AIX
439  - Fixed issue #1903: Constants should always be available, regardless of which mode Xdebug is in
440  - Fixed issue #1904: Profile and trace files using %t or %u do not get the right names
441  - Fixed issue #1905: Debugger does not disable request timeouts
442   </notes>
443  </release>
444  <release>
445   <date>2020-11-25</date>
446   <time>16:00:00</time>
447   <version>
448    <release>3.0.0</release>
449    <api>3.0.0</api>
450   </version>
451   <stability>
452    <release>stable</release>
453    <api>stable</api>
454   </stability>
455   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
456   <notes>
457Wed, Nov 25, 2020 - xdebug 3.0.0
458
459Xdebug 3 includes major changes in functionality compared to Xdebug 2. The
460primary way how you turn on functionality is through the new xdebug.mode PHP
461configuration setting. This made it possible to massively increase performance
462in many of Xdebug&apos;s sub systems as Xdebug is now much more conservative in
463which hooks are enabled.
464
465Configuration changes, massive performance improvements, and PHP 8 support are
466the primary features in Xdebug 3, but there is much more. The upgrade guide
467lists the changes in great detail, please read it:
468
469https://xdebug.org/docs/upgrade_guide
470
471-------------
472
473+ New features:
474
475  - Implemented issue #1762: Introduce feature modes
476  - Implemented issue #1793: Add xdebug.start_upon_error setting to cover the removed xdebug.remote_mode=jit feature.
477  - Implemented issue #1797: Implement generic logging
478  - Implemented issue #1801: Rename mode &apos;display&apos; to mode &apos;develop&apos;
479  - Implemented issue #1831: Add diagnostics function xdebug_info()
480  - Implemented issue #1833: Add links to documentation in diagnostic log
481  - Implemented issue #1837: Support for associative variadic variable names (PHP 8)
482  - Implemented issue #1841: Add support for PHP 8 &apos;match&apos; keyword
483
484+ Improvements:
485
486  - Implemented issue #1680: Update var dumping routines to include relevant information for interned strings and immutable arrays
487  - Implemented issue #1712: Add unit to profiler data types
488  - Implemented issue #1743: Figuring out whether a call is a closure uses string comparisions instead of checking the ACC flag (Benjamin Eberlei)
489  - Implemented issue #1752: Use a stack pool to manage stack entries instead of allocating and deallocating entries
490  - Implemented issue #1755: Overload pcntl_fork() to prevent performance degradation by calling xdebug_get_pid often (Carlos Granados)
491  - Implemented issue #1781: Include &apos;Xdebug&apos; in max nesting level error message
492  - Implemented issue #1783: Stacktrace needs vertical scrolling on small screens (Tobias Tom)
493  - Implemented issue #1789: Provide PHP stubs for Xdebug&apos;s functions
494  - Implemented issue #1807: Document Xdebug installation with yum and apt
495  - Implemented issue #1813: Make sure that the xdebug_init_*_globals don&apos;t do more than they need to, and that init is only done when xdebug.mode != off
496  - Implemented issue #1817: Switch filename storage from char*/size_t to zend_string*
497  - Implemented issue #1818: Switch variable storage from char*/size_t to zend_string*
498  - Implemented issue #1820: Increase time tracing precision (Michael Voříšek)
499  - Implemented issue #1824: Allow Xdebug&apos;s mode to be set through an environment variable
500  - Implemented issue #1825: Improve profiler performance by not calling fflush after every function (Michael Voříšek)
501  - Implemented issue #1826: Reduce profiler memory allocation and call overhead
502  - Implemented issue #1829: Switch to 10ns profiler resolution (Michael Voříšek)
503  - Implemented issue #1832: If connect back host can not be contacted, fallback to remote_host/port
504  - Implemented issue #1858: Only open/close log if there is an actual message to log
505  - Implemented issue #1860: Allow xdebug.cloud_id to be set through an environment variable
506  - Implemented issue #1814: Don&apos;t obtain the current time when it&apos;s not needed
507  - Implemented issue #1835: Add current trace and profile file name, to diagnostic page
508  - Implemented issue #1885: Change xdebug.start_with_ settings to PHP_INI_SYSTEM|PHP_INI_PERDIR
509  - Implemented issue #1889: max_nesting_level should only trigger in &quot;develop&quot; mode
510
511- Removed features:
512
513  - Implemented issue #1795: Deprecate PHP 7.1 support
514
515  - Implemented issue #1786: Remove idekey value fallback to USER/USERNAME environment variable
516  - Implemented issue #1809: Remove &quot;overload_var_dump&quot; setting
517  - Implemented issue #1810: Remove collect_vars and xdebug_get_declared_vars()
518  - Implemented issue #1812: Remove show_mem_delta setting
519  - Implemented issue #1838: Remove collect_params setting, and always default it to &quot;4&quot;
520  - Implemented issue #1847: Remove xdebug.remote_cookie_expire_time setting
521  - Implemented issue #1016: Removed support for pause-execution (introduced in beta1)
522  - Implemented issue #1868: Remove xdebug_disable and xdebug_enabled
523  - Implemented issue #1883: Function xdebug_is_enabled has been removed
524
525= Changes:
526
527  - Implemented issue #1378: Unfortunate coupling of default_enable=1 and remote_mode=jit
528  - Implemented issue #1773: Replace all xdebug.*_output_dir settings with xdebug.output_dir
529  - Implemented issue #1785: Replace xdebug.remote_mode and xdebug.auto_trace with generic &quot;start-with-request&quot; setting
530  - Implemented issue #1791: Replace xdebug.*trigger*, xdebug.*trigger_value*, with xdebug.start_with_request=trigger and xdebug.trigger_value
531  - Implemented issue #1792: Change start_with_request=always/never to start_with_request=yes/no
532  - Implemented issue #1794: Replace the filter&apos;s blacklist/whitelist with exclude/include
533  - Implemented issue #1811: Remove xdebug.collect_includes setting and always include them
534  - Implemented issue #1843: Adjust XDEBUG_CONFIG checks, and document what can be set through it
535  - Implemented issue #1844: Add deprecation warning for removed and renamed configuration setting names
536  - Implemented issue #1845: Rename xdebug.remote_{host,port} to xdebug.client_{host,port}
537  - Implemented issue #1846: Rename setting xdebug.remote_timeout to xdebug.connect_timeout_ms
538  - Implemented issue #1848: Change default Xdebug port from 9000 to 9003
539  - Implemented issue #1850: Change array variable output in tracing to use modern [] syntax
540  - Implemented issue #1856: Rename xdebug.remote_connect_back to xdebug.discover_client_host
541  - Implemented issue #1857: Rename xdebug.remote_addr_header to xdebug.client_discovery_header
542
543= Fixed bugs:
544
545  - Fixed issue #1608: XDEBUG_CONFIG env var make sessions automatically START ever (at least send the XDEBUG_SESSION cookie)
546  - Fixed issue #1726: Memory leaks spotted in various places in typical error code paths
547  - Fixed issue #1757: Pause-execution feature degrades performance
548  - Fixed issue #1864: Incompatibility with PCS and protobuf extensions
549  - Fixed issue #1870: XDEBUG_SESSION_START URL parameter does not override XDEBUG_SESSION cookie
550  - Fixed issue #1871: The &quot;idekey&quot; is not set when debugging is started through XDEBUG_SESSION cookie
551  - Fixed issue #1873: xdebug_info() segfaults if the diagnostic buffer is empty
552  - Fixed issue #1874: Incompatibility with protobuf extension
553  - Fixed issue #1875: Overflow with large amounts of elements for variadics
554  - Fixed issue #1878: Compilation failure: Socket options TCP_KEEPCNT and TCP_KEEPINTVL do not exist on Solaris 10 Sparc
555  - Fixed issue #1880: Bundled unit test tests/debugger/bug00886.phar misses to load phar extension
556  - Fixed issue #1887: Crash bug with xdebug_call_class and xdebug_call_file
557  - Fixed issue #1756: Php process won&apos;t exit after running connected to a client
558  - Fixed issue #1823: Profiler generates negative data for memory usage
559  - Fixed issue #1834: Return type must be bool in overloaded set_time_limit
560  - Fixed issue #1888: Make headers sticky in xdebug_info() output
561
562+ Documentation
563
564  - Fixed issue #1865: Document XDEBUG_TRIGGER environment variable
565  - Fixed issue #1866: Document comma separated xdebug.mode values
566  - Fixed issue #1884: Document where Xdebug&apos;s settings can be set
567  - Fixed issue #1892: Document changed/removed ini settings in the upgrade guide with the links provided
568   </notes>
569  </release>
570  <release>
571   <date>2020-11-16</date>
572   <time>10:08:58</time>
573   <version>
574    <release>3.0.0RC1</release>
575    <api>3.0.0RC1</api>
576   </version>
577   <stability>
578    <release>beta</release>
579    <api>beta</api>
580   </stability>
581   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
582   <notes>
583Mon, Nov 16, 2020 - xdebug 3.0.0RC1
584
585This is a BETA release, and not ready for production environments.
586
587Xdebug 3 has many changes. Please read the upgrade guide at
588https://3.xdebug.org/docs/upgrade_guide
589
590Xdebug 3 documentation is available at https://3.xdebug.org/docs
591
592-------------
593
594+ Improvements:
595
596  - Implemented issue #1814: Don&apos;t obtain the current time when it&apos;s not needed
597  - Implemented issue #1885: Change xdebug.start_with_ settings to PHP_INI_SYSTEM|PHP_INI_PERDIR
598
599- Removed features:
600
601  - Implemented issue #1016: Removed support for pause-execution (introduced in beta1)
602  - Implemented issue #1868: Remove xdebug_disable and xdebug_enabled
603  - Implemented issue #1883: Function xdebug_is_enabled has been removed
604
605= Fixed bugs:
606
607  - Fixed issue #1608: XDEBUG_CONFIG env var make sessions automatically START ever (at least send the XDEBUG_SESSION cookie)
608  - Fixed issue #1757: Pause-execution feature degrades performance
609  - Fixed issue #1864: Incompatibility with PCS and protobuf extensions
610  - Fixed issue #1870: XDEBUG_SESSION_START URL parameter does not override XDEBUG_SESSION cookie
611  - Fixed issue #1871: The &quot;idekey&quot; is not set when debugging is started through XDEBUG_SESSION cookie
612  - Fixed issue #1873: xdebug_info() segfaults if the diagnostic buffer is empty
613  - Fixed issue #1874: Incompatibility with protobuf extension
614  - Fixed issue #1875: Overflow with large amounts of elements for variadics
615  - Fixed issue #1878: Compilation failure: Socket options TCP_KEEPCNT and TCP_KEEPINTVL do not exist on Solaris 10 Sparc
616  - Fixed issue #1880: Bundled unit test tests/debugger/bug00886.phar misses to load phar extension
617  - Fixed issue #1887: Crash bug with xdebug_call_class and xdebug_call_file
618
619+ Documentation
620
621  - Fixed issue #1865: Document XDEBUG_TRIGGER environment variable
622  - Fixed issue #1866: Document comma separated xdebug.mode values
623  - Fixed issue #1884: Document where Xdebug&apos;s settings can be set
624   </notes>
625  </release>
626  <release>
627   <date>2020-10-14</date>
628   <time>16:08:58</time>
629   <version>
630    <release>3.0.0beta1</release>
631    <api>3.0.0beta1</api>
632   </version>
633   <stability>
634    <release>beta</release>
635    <api>beta</api>
636   </stability>
637   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
638   <notes>
639Wed, Oct 14, 2020 - xdebug 3.0.0beta1
640
641This is a BETA release, and not ready for production environments.
642
643Xdebug 3 has many changes. Please read the upgrade guide at
644https://3.xdebug.org/docs/upgrade_guide
645
646Xdebug 3 documentation is available at https://3.xdebug.org/docs
647
648-------------
649
650+ New features:
651
652  - Implemented issue #1762: Introduce feature modes
653  - Implemented issue #1793: Add xdebug.start_upon_error setting to cover the removed xdebug.remote_mode=jit feature.
654  - Implemented issue #1797: Implement generic logging
655  - Implemented issue #1801: Rename mode &apos;display&apos; to mode &apos;develop&apos;
656  - Implemented issue #1831: Add diagnostics function xdebug_info()
657  - Implemented issue #1833: Add links to documentation in diagnostic log
658  - Implemented issue #1837: Support for associative variadic variable names (PHP 8)
659  - Implemented issue #1841: Add support for PHP 8 &apos;match&apos; keyword
660
661- Removed features:
662
663  - Implemented issue #1795: Deprecate PHP 7.1 support
664
665  - Implemented issue #1786: Remove idekey value fallback to USER/USERNAME environment variable
666  - Implemented issue #1809: Remove &quot;overload_var_dump&quot; setting
667  - Implemented issue #1810: Remove collect_vars and xdebug_get_declared_vars()
668  - Implemented issue #1812: Remove show_mem_delta setting
669  - Implemented issue #1838: Remove collect_params setting, and always default it to &quot;4&quot;
670  - Implemented issue #1847: Remove xdebug.remote_cookie_expire_time setting
671
672= Changes:
673
674  - Implemented issue #1378: Unfortunate coupling of default_enable=1 and remote_mode=jit
675  - Implemented issue #1773: Replace all xdebug.*_output_dir settings with xdebug.output_dir
676  - Implemented issue #1785: Replace xdebug.remote_mode and xdebug.auto_trace with generic &quot;start-with-request&quot; setting
677  - Implemented issue #1791: Replace xdebug.*trigger*, xdebug.*trigger_value*, with xdebug.start_with_request=trigger and xdebug.trigger_value
678  - Implemented issue #1792: Change start_with_request=always/never to start_with_request=yes/no
679  - Implemented issue #1794: Replace the filter&apos;s blacklist/whitelist with exclude/include
680  - Implemented issue #1811: Remove xdebug.collect_includes setting and always include them
681  - Implemented issue #1844: Add deprecation warning for removed and renamed configuration setting names
682  - Implemented issue #1845: Rename xdebug.remote_{host,port} to xdebug.client_{host,port}
683  - Implemented issue #1846: Rename setting xdebug.remote_timeout to xdebug.connect_timeout_ms
684  - Implemented issue #1848: Change default Xdebug port from 9000 to 9003
685  - Implemented issue #1850: Change array variable output in tracing to use modern [] syntax
686  - Implemented issue #1856: Rename xdebug.remote_connect_back to xdebug.discover_client_host
687  - Implemented issue #1857: Rename xdebug.remote_addr_header to xdebug.client_discovery_header
688
689+ Improvements:
690
691  - Implemented issue #1680: Update var dumping routines to include relevant information for interned strings and immutable arrays
692  - Implemented issue #1712: Add unit to profiler data types
693  - Implemented issue #1743: Figuring out whether a call is a closure uses string comparisions instead of checking the ACC flag (Benjamin Eberlei)
694  - Implemented issue #1752: Use a stack pool to manage stack entries instead of allocating and deallocating entries
695  - Implemented issue #1755: Overload pcntl_fork() to prevent performance degradation by calling xdebug_get_pid often (Carlos Granados)
696  - Implemented issue #1781: Include &apos;Xdebug&apos; in max nesting level error message
697  - Implemented issue #1783: Stacktrace needs vertical scrolling on small screens (Tobias Tom)
698  - Implemented issue #1789: Provide PHP stubs for Xdebug&apos;s functions
699  - Implemented issue #1807: Document Xdebug installation with yum and apt
700  - Implemented issue #1813: Make sure that the xdebug_init_*_globals don&apos;t do more than they need to, and that init is only done when xdebug.mode != off
701  - Implemented issue #1817: Switch filename storage from char*/size_t to zend_string*
702  - Implemented issue #1818: Switch variable storage from char*/size_t to zend_string*
703  - Implemented issue #1820: Increase time tracing precision (Michael Voříšek)
704  - Implemented issue #1824: Allow Xdebug&apos;s mode to be set through an environment variable
705  - Implemented issue #1825: Improve profiler performance by not calling fflush after every function (Michael Voříšek)
706  - Implemented issue #1826: Reduce profiler memory allocation and call overhead
707  - Implemented issue #1829: Switch to 10ns profiler resolution (Michael Voříšek)
708  - Implemented issue #1832: If connect back host can not be contacted, fallback to remote_host/port
709  - Implemented issue #1858: Only open/close log if there is an actual message to log
710  - Implemented issue #1860: Allow xdebug.cloud_id to be set through an environment variable
711
712= Fixed bugs:
713
714  - Fixed issue #1756: Php process won&apos;t exit after running connected to a client
715  - Fixed issue #1823: Profiler generates negative data for memory usage
716  - Fixed issue #1834: Return type must be bool in overloaded set_time_limit
717   </notes>
718  </release>
719  <release>
720   <date>2020-09-28</date>
721   <time>11:21:33</time>
722   <version>
723    <release>2.9.8</release>
724    <api>2.9.8</api>
725   </version>
726   <stability>
727    <release>stable</release>
728    <api>stable</api>
729   </stability>
730   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
731   <notes>
732Mon, Sep 28, 2020 - xdebug 2.9.8
733
734= Fixed bugs:
735
736  - Fixed issue #1851: Paths are not counted as coveraged with loops calling function
737  - Fixed issue #1855: Build issues on FreeBSD
738   </notes>
739  </release>
740  <release>
741   <date>2020-09-16</date>
742   <time>15:11:45</time>
743   <version>
744    <release>2.9.7</release>
745    <api>2.9.7</api>
746   </version>
747   <stability>
748    <release>stable</release>
749    <api>stable</api>
750   </stability>
751   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
752   <notes>
753Wed, Sep 16, 2020 - xdebug 2.9.7
754
755= Fixed bugs:
756
757  - Fixed issue #1839: Add keepalive options to debugging socket
758   </notes>
759  </release>
760  <release>
761   <date>2020-05-29</date>
762   <time>11:43:03</time>
763   <version>
764    <release>2.9.6</release>
765    <api>2.9.6</api>
766   </version>
767   <stability>
768    <release>stable</release>
769    <api>stable</api>
770   </stability>
771   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
772   <notes>
773Fri, May 29, 2020 - xdebug 2.9.6
774
775= Fixed bugs:
776
777  - Fixed issue #1782: Cookie &quot;XDEBUG_SESSION&quot; will be soon rejected because it has the “sameSite” attribute set to none
778  - Fixed issue #1787: Branch coverage data does not always follow the lines/functions format
779  - Fixed issue #1790: Segfault in var_dump() or while debugging with protobuf extension
780   </notes>
781  </release>
782  <release>
783   <date>2020-04-25</date>
784   <time>14:56:10</time>
785   <version>
786    <release>2.9.5</release>
787    <api>2.9.5</api>
788   </version>
789   <stability>
790    <release>stable</release>
791    <api>stable</api>
792   </stability>
793   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
794   <notes>
795Sat, Apr 25, 2020 - xdebug 2.9.5
796
797= Fixed bugs:
798
799  - Fixed issue #1772: Crash with exception thrown inside a destructor
800  - Fixed issue #1775: Segfault when another extension compiles a PHP file during RINIT
801  - Fixed issue #1779: Nested multi-line built-in function in namespace are not covered
802   </notes>
803  </release>
804  <release>
805   <date>2020-03-23</date>
806   <time>11:12:20</time>
807   <version>
808    <release>2.9.4</release>
809    <api>2.9.4</api>
810   </version>
811   <stability>
812    <release>stable</release>
813    <api>stable</api>
814   </stability>
815   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
816   <notes>
817Mon, Mar 23, 2020 - xdebug 2.9.4
818
819= Fixed bugs:
820
821  - Fixed issue #1763: Crash while setting opcode overrides in ZTS mode.
822  - Fixed issue #1766: Using the DBGp detach command disables remote debugging for the whole process.
823   </notes>
824  </release>
825  <release>
826   <date>2020-03-13</date>
827   <time>16:49:40</time>
828   <version>
829    <release>2.9.3</release>
830    <api>2.9.3</api>
831   </version>
832   <stability>
833    <release>stable</release>
834    <api>stable</api>
835   </stability>
836   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
837   <notes>
838Fri, Mar 13, 2020 - xdebug 2.9.3
839
840= Fixed bugs:
841
842  - Fixed issue #1753: Resolved breakpoints use information from wrong files
843  - Fixed issue #1758: Xdebug changes error_get_last results inside a try catch
844  - Fixed issue #1759: User registered opcode handlers should call ones already set by other extensions
845   </notes>
846  </release>
847  <release>
848   <date>2020-01-31</date>
849   <time>09:47:21</time>
850   <version>
851    <release>2.9.2</release>
852    <api>2.9.2</api>
853   </version>
854   <stability>
855    <release>stable</release>
856    <api>stable</api>
857   </stability>
858   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
859   <notes>
860Fri, Jan 31, 2020 - xdebug 2.9.2
861
862= Fixed bugs:
863
864  - Fixed issue #1735: DBGp eval warning promoted to Exception can cause out-of-sync responses
865  - Fixed issue #1736: Segmentation fault when other extensions run PHP in RINIT
866  - Fixed issue #1739: Tracing footer not written
867   </notes>
868  </release>
869  <release>
870   <date>2020-01-16</date>
871   <time>14:18:51</time>
872   <version>
873    <release>2.9.1</release>
874    <api>2.9.1</api>
875   </version>
876   <stability>
877    <release>stable</release>
878    <api>stable</api>
879   </stability>
880   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
881   <notes>
882Thu, Jan 16, 2020 - xdebug 2.9.1
883
884= Fixed bugs:
885
886  - Fixed issue #1721: Header may not contain NUL bytes in Unknown on line 0
887  - Fixed issue #1727: Debugger stops more often than expected due to resolving breakpoints
888  - Fixed issue #1728: INIT_STATIC_METHOD_CALL is not overloaded
889  - Fixed issue #1731: var_dump with DateTime does not output properties (Ryan Mauger)
890  - Fixed issue #1733: SEND_VAR_NO_REF_EX opcode, used for require(), is not overloaded
891  - Fixed issue #1734: Segfault with DBGp &quot;source&quot; with a out-of-range start line number
892   </notes>
893  </release>
894  <release>
895   <date>2019-12-09</date>
896   <time>10:44:53</time>
897   <version>
898    <release>2.9.0</release>
899    <api>2.9.0</api>
900   </version>
901   <stability>
902    <release>stable</release>
903    <api>stable</api>
904   </stability>
905   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
906   <notes>
907Mon, Dec  9, 2019 - xdebug 2.9.0
908
909+ Improvements:
910
911  - Fixed issue #1723: Class/function pre-analysis for code coverage speed improvements
912
913- Removed features:
914
915  - Fixed issue #1301: Removed aggregated profiler feature
916  - Fixed issue #1720: Remove superfluous xdebug.remote_handler setting
917
918= Fixed bugs:
919
920  - Fixed issue #1722: Build warning issues on FreeBSD
921  - Fixed issue #1724: Missing property types and uninitialised values in variable dumping routines
922   </notes>
923  </release>
924  <release>
925   <date>2019-12-02</date>
926   <time>10:46:09</time>
927   <version>
928    <release>2.8.1</release>
929    <api>2.8.1</api>
930   </version>
931   <stability>
932    <release>stable</release>
933    <api>stable</api>
934   </stability>
935   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
936   <notes>
937Mon, Dec  2, 2019 - xdebug 2.8.1
938
939= Fixed bugs:
940
941  - Fixed issue #1717: Code coverage turned slow after update from 2.7.2 to 2.8.0
942   </notes>
943  </release>
944  <release>
945   <date>2019-10-31</date>
946   <time>10:46:09</time>
947   <version>
948    <release>2.8.0</release>
949    <api>2.8.0</api>
950   </version>
951   <stability>
952    <release>stable</release>
953    <api>stable</api>
954   </stability>
955   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
956   <notes>
957Thu, Oct 31, 2019 - xdebug 2.8.0
958
959= Fixed bugs:
960
961  - Fixed issue #1665: Segfault with garbage collection and complex function arguments
962  - Fixed issue #1699: Crash during debugging Phalcon project
963  - Fixed issue #1705: Crash while debugging with ionCube being used
964  - Fixed issue #1708: Crash on evaluating object with properties
965  - Fixed issue #1709: Wrong data type breaks tests on Big Endian build
966  - Fixed issue #1713: INIT_FCALL is not overloaded in code coverage
967   </notes>
968  </release>
969  <release>
970   <date>2019-08-26</date>
971   <time>13:39:39</time>
972   <version>
973    <release>2.8.0beta2</release>
974    <api>2.8.0beta2</api>
975   </version>
976   <stability>
977    <release>beta</release>
978    <api>beta</api>
979   </stability>
980   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
981   <notes>
982Mon, Aug 26, 2019 - xdebug 2.8.0beta2
983
984= Fixed bugs:
985
986  - Fixed issue #1540: Code coverage should not run when turned off in php.ini
987  - Fixed issue #1573: Using an exception_handler creates an extra broken profiler file
988  - Fixed issue #1589: function names used in auto_prepend_file missing from profile file
989  - Fixed issue #1613: Wrong name displayed for Recoverable fatal error
990  - Fixed issue #1652: Problems with detach in debugger init stage
991  - Fixed issue #1676: Xdebug doesn&apos;t write trace footer for shutdown functions
992  - Fixed issue #1689: Traces show return values and exit information for functions without entry information
993  - Fixed issue #1691: Code Coverage misses fluent interface function call
994  - Fixed issue #1698: Switch PHP 7.4 Windows builds back to VS17
995  - Fixed issue #1700: Xdebug abuses possibilty immutable class flags
996   </notes>
997  </release>
998  <release>
999   <date>2019-07-25</date>
1000   <time>15:20:11</time>
1001   <version>
1002    <release>2.8.0beta1</release>
1003    <api>2.8.0beta1</api>
1004   </version>
1005   <stability>
1006    <release>beta</release>
1007    <api>beta</api>
1008   </stability>
1009   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1010   <notes>
1011Thu, Jul 25, 2019 - xdebug 2.8.0beta1
1012
1013= Fixed bugs:
1014
1015  - Fixed issue #1679: Code Coverage misses static property as function
1016    argument
1017  - Fixed issue #1682: Invalid NULL byte in debugger XML with anonymous classes
1018  - Fixed issue #1683: Xdebug does not compile due to changes to ASSIGN_ADD and
1019    friends operations in PHP 7.4alpha3
1020  - Fixed issue #1687: Use appropriate process ID for logging and &quot;right
1021    process&quot; tracking
1022  - Fixed issue #1688: Improve performance by using getpid() only when step
1023    debugger is active
1024   </notes>
1025  </release>
1026  <release>
1027   <date>2019-06-28</date>
1028   <time>16:30:00</time>
1029   <version>
1030    <release>2.8.0alpha1</release>
1031    <api>2.8.0alpha1</api>
1032   </version>
1033   <stability>
1034    <release>beta</release>
1035    <api>beta</api>
1036   </stability>
1037   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1038   <notes>
1039Fri, May 28, 2019 - xdebug 2.8.0alpha1
1040
1041+ Added features:
1042
1043  - Implemented issue #1599: Add support for PHP 7.4
1044
1045+ Improvements:
1046
1047  - Implemented issue #1388: Support &apos;resolved&apos; flag for breakpoints
1048  - Implemented issue #1664: Run breakpoint resolver when after a new breakpoint is added as well
1049
1050= Fixed bugs:
1051
1052  - Fixed issue #1660: Return breakpoints for methods don&apos;t break immediately
1053
1054- Removed features:
1055
1056  - Fixed issue #1666: Remove xdebug.extended_info setting
1057   </notes>
1058  </release>
1059  <release>
1060   <date>2019-05-06</date>
1061   <time>16:48:57</time>
1062   <version>
1063    <release>2.7.2</release>
1064    <api>2.7.2</api>
1065   </version>
1066   <stability>
1067    <release>stable</release>
1068    <api>stable</api>
1069   </stability>
1070   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1071   <notes>
1072Mon, May  6, 2019 - xdebug 2.7.2
1073
1074= Fixed bugs:
1075
1076  - Fixed issue #1488: Rewrite DBGp &apos;property_set&apos; to always use eval
1077  - Fixed issue #1586: error_reporting()&apos;s return value is incorrect during debugger&apos;s &apos;eval&apos; command
1078  - Fixed issue #1615: Turn off Zend OPcache when remote debugger is turned on
1079  - Fixed issue #1656: remote_connect_back alters header if multiple values are present
1080  - Fixed issue #1662: __debugInfo should not be used for user-defined classes
1081   </notes>
1082  </release>
1083  <release>
1084   <date>2019-04-05</date>
1085   <time>12:05:02</time>
1086   <version>
1087    <release>2.7.1</release>
1088    <api>2.7.1</api>
1089   </version>
1090   <stability>
1091    <release>stable</release>
1092    <api>stable</api>
1093   </stability>
1094   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1095   <notes>
1096Wed, Apr  5, 2019 - xdebug 2.7.1
1097
1098= Fixed bugs:
1099
1100  - Fixed issue #1646: Missing newline in error message
1101  - Fixed issue #1647: Memory corruption when a conditional breakpoint is used
1102  - Fixed issue #1641: Perfomance degradation with getpid syscall (Kees Hoekzema)
1103   </notes>
1104  </release>
1105  <release>
1106   <date>2019-03-06</date>
1107   <time>11:55:24</time>
1108   <version>
1109    <release>2.7.0</release>
1110    <api>2.7.0</api>
1111   </version>
1112   <stability>
1113    <release>stable</release>
1114    <api>stable</api>
1115   </stability>
1116   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1117   <notes>
1118Wed, Mar  6, 2019 - xdebug 2.7.0
1119
1120= Fixed bugs:
1121
1122  - Fixed issue #1520: Xdebug does not handle variables and properties with &quot;-&quot; in their name
1123  - Fixed issue #1577: Code coverage path analysis with chained catch fails in PHP 7.3
1124  - Fixed issue #1639: Compile warning/error on GCC 8 or Clang due to &quot;break intentionally missing&quot;
1125  - Fixed issue #1642: Debugger gives: &quot;Warning: Header may not contain NUL bytes&quot;
1126   </notes>
1127  </release>
1128  <release>
1129   <date>2019-02-15</date>
1130   <time>15:29:15</time>
1131   <version>
1132    <release>2.7.0RC2</release>
1133    <api>2.7.0RC2</api>
1134   </version>
1135   <stability>
1136    <release>beta</release>
1137    <api>beta</api>
1138   </stability>
1139   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1140   <notes>
1141Fri, Feb 15, 2019 - xdebug 2.7.0RC2
1142
1143= Fixed bugs:
1144
1145  - Fixed issue #1551: Property with value null is not represented well
1146  - Fixed issue #1621: Xdebug fails to compile cleanly on 32-bit platforms
1147  - Fixed issue #1625: Work around ABI conflicts in PHP 7.3.0/PHP 7.3.1
1148  - Fixed issue #1628: The PHP function name being constructed to record when GC Collection runs, is not freed
1149  - Fixed issue #1629: SOAP Client/Server detection code does not handle inherited classes
1150   </notes>
1151  </release>
1152  <release>
1153   <date>2019-02-01</date>
1154   <time>18:38:37</time>
1155   <version>
1156    <release>2.7.0RC1</release>
1157    <api>2.7.0RC1</api>
1158   </version>
1159   <stability>
1160    <release>beta</release>
1161    <api>beta</api>
1162   </stability>
1163   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1164   <notes>
1165Fri, Feb  1, 2019 - xdebug 2.7.0RC1
1166
1167= Fixed bugs:
1168
1169  - Fixed issue #1571: File/line information is not shown for closures in namespaces.
1170  - Fixed issue #1578: Compile error due to redefinition of &quot;zif_handler&quot; with old GCCs.
1171  - Fixed issue #1583: Xdebug crashes when OPcache&apos;s compact literals optimisation is on.
1172  - Fixed issue #1598: Make path/branch coverage work with OPcache loaded for PHP 7.3 and later.
1173  - Fixed issue #1620: Division by zero when GC Stats Collection runs with memory manager disabled.
1174   </notes>
1175  </release>
1176  <release>
1177   <date>2018-09-20</date>
1178   <time>08:56:14</time>
1179   <version>
1180    <release>2.7.0beta1</release>
1181    <api>2.7.0beta1</api>
1182   </version>
1183   <stability>
1184    <release>beta</release>
1185    <api>beta</api>
1186   </stability>
1187   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1188   <notes>
1189Thu, Sep 20, 2018 - xdebug 2.7.0beta1
1190
1191+ Improvements:
1192
1193  - Fixed issue #1519: PHP 7.3 support
1194   </notes>
1195  </release>
1196  <release>
1197   <date>2018-04-01</date>
1198   <time>14:41:14</time>
1199   <version>
1200    <release>2.7.0alpha1</release>
1201    <api>2.7.0alpha1</api>
1202   </version>
1203   <stability>
1204    <release>beta</release>
1205    <api>beta</api>
1206   </stability>
1207   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1208   <notes>
1209Sun, Apr  1, 2018 - xdebug 2.7.0alpha1
1210
1211= Improvements:
1212
1213  - Fixed issue #938: Support remote debugging for PHP scripts that fork. (Sponsored by Brad Wilson)
1214  - Fixed issue #1487: Re-enable IPv6 test on Travis.
1215
1216= Fixed bugs:
1217
1218  - Fixed issue #1526: Namespace filter does equality match instead of prefix match.
1219  - Fixed issue #1532: SIGABRT when using remote debugging and an error is thrown in eval().
1220  - Fixed issue #1543: Various memory leaks due to changes in (internal) string handling.
1221   </notes>
1222  </release>
1223  <release>
1224   <date>2018-08-01</date>
1225   <time>23:39:23</time>
1226   <version>
1227    <release>2.6.1</release>
1228    <api>2.6.1</api>
1229   </version>
1230   <stability>
1231    <release>stable</release>
1232    <api>stable</api>
1233   </stability>
1234   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1235   <notes>
1236Wed, Aug  1, 2018 - xdebug 2.6.1
1237
1238= Fixed bugs:
1239
1240  - Fixed issue #1525: Namespace filter does equality match instead of prefix match
1241  - Fixed issue #1532: SIGABRT when using remote debugging and an error is thrown in eval() (Philip Hofstetter)
1242  - Fixed issue #1543: Various memory leaks due to changes in (internal) string handling
1243  - Fixed issue #1556: Crash when register_shutdown_function() is called with a function named call_user_func*
1244  - Fixed issue #1557: Remove &apos;return&apos; in void xdebug_build_fname
1245  - Fixed issue #1568: Can&apos;t debug object properties that have numeric keys
1246
1247+ Improvements:
1248
1249  - Fixed issue #1487: Re-enable IPv6 test on Travis
1250   </notes>
1251  </release>
1252  <release>
1253   <date>2018-01-29</date>
1254   <time>20:07:23</time>
1255   <version>
1256    <release>2.6.0</release>
1257    <api>2.6.0</api>
1258   </version>
1259   <stability>
1260    <release>stable</release>
1261    <api>stable</api>
1262   </stability>
1263   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1264   <notes>
1265Mon, Jan 29, 2018 - xdebug 2.6.0
1266
1267= Fixed bugs:
1268
1269  - Fixed issue #1522: Remote debugging test failures on s390 (Big Endian).
1270   </notes>
1271  </release>
1272  <release>
1273   <date>2018-01-23</date>
1274   <time>12:53:32</time>
1275   <version>
1276    <release>2.6.0RC2</release>
1277    <api>2.6.0RC2</api>
1278   </version>
1279   <stability>
1280    <release>beta</release>
1281    <api>beta</api>
1282   </stability>
1283   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1284   <notes>
1285Tue, Jan 23, 2018 - xdebug 2.6.0RC2
1286
1287= Fixed bugs:
1288
1289  - Fixed issue #1521: xdebug_gc_stats.* missing from 2.6.0RC1 tarball
1290   </notes>
1291  </release>
1292  <release>
1293   <date>2018-01-22</date>
1294   <time>18:19:32</time>
1295   <version>
1296    <release>2.6.0RC1</release>
1297    <api>2.6.0RC1</api>
1298   </version>
1299   <stability>
1300    <release>beta</release>
1301    <api>beta</api>
1302   </stability>
1303   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1304   <notes>
1305Mon, Jan 22, 2018 - xdebug 2.6.0RC1
1306
1307+ Added features:
1308
1309  - Fixed issue #1506: Add garbage collection statistics feature (Benjamin Eberlei).
1310  - Fixed issue #1507: Add functions to access Zend Engine garbage collection metrics (Benjamin Eberlei).
1311
1312+ Improvements:
1313
1314  - Fixed issue #1510: Change switch/case &quot;break intentionally missing&quot; comments to use GCC 7&apos;s new &quot;fallthrough&quot; attribute.
1315  - Fixed issue #1511: Detect and use compiler flags through new configure option.
1316
1317= Fixed bugs:
1318
1319  - Fixed issue #1335: Debugging with PhpStorm sometimes gives &quot;can not get property&quot;.
1320  - Fixed issue #1454: Invalid memory read or segfaults from a __call() method.
1321  - Fixed issue #1508: Code coverage filter not checked in xdebug_common_assign_dim handler.
1322  - Fixed issue #1509: Code coverage missing for case inside switch with PHP 7.2.
1323  - Fixed issue #1512: Xdebug does not properly encode and escape properties with quotes and \0 characters.
1324  - Fixed issue #1514: Variable names with a NULL char are cut off at NULL char.
1325  - Fixed issue #1515: Object property names with a NULL char are cut off at NULL char.
1326  - Fixed issue #1516: Can&apos;t fetch variables or object properties which have \0 characters in them.
1327  - Fixed issue #1517: Notifications incorrectly specify the error type in &quot;type_string&quot; instead of &quot;type&quot;.
1328   </notes>
1329  </release>
1330  <release>
1331   <date>2017-12-28</date>
1332   <time>19:18:21</time>
1333   <version>
1334    <release>2.6.0beta1</release>
1335    <api>2.6.0beta1</api>
1336   </version>
1337   <stability>
1338    <release>beta</release>
1339    <api>beta</api>
1340   </stability>
1341   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1342   <notes>
1343Thu, Dec 28, 2017 - xdebug 2.6.0beta1
1344
1345+ Added features:
1346
1347  - Fixed issue #1059: Add filter capabilities to tracing, stack traces, and code coverage.
1348  - Fixed issue #1437: Add X-Profile-File-Name header when a profile file has been generated.
1349
1350+ Improvements:
1351
1352  - Fixed issue #1493: Run test suite in AppVeyor for Windows CI.
1353  - Fixed issue #1498: Use new ZEND_EXTENSION API in config.w32 build scripts. (Kalle)
1354
1355= Fixed bugs:
1356
1357  - Fixed issue #702: Check whether variables tracing also works with =&amp;.
1358  - Fixed issue #1501: Xdebug var dump tries casting properties.
1359  - Fixed issue #1502: SEND_REF lines are not marked as covered.
1360   </notes>
1361  </release>
1362  <release>
1363   <date>2017-12-02</date>
1364   <time>18:53:29</time>
1365   <version>
1366    <release>2.6.0alpha1</release>
1367    <api>2.6.0alpha1</api>
1368   </version>
1369   <stability>
1370    <release>beta</release>
1371    <api>beta</api>
1372   </stability>
1373   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1374   <notes>
1375Sat, Dec  2, 2017 - xdebug 2.6.0alpha1
1376
1377+ Added features:
1378
1379  - Implemented issue #474: Added &quot;memory&quot; output to profiling files, to find out where memory is allocated.
1380  - Implemented issue #575: Dump super globals contents to error log upon errors, just like when this would happen for stack traces.
1381  - Implemented issue #964: Parse X-Forwarded-For for the first IP address when selecting the remote_connect_back host (Steve Easley).
1382  - Implemented issue #990: Add DBGp: notifications for notices and warnings to be shown in IDEs.
1383  - Implemented issue #1312: Implement extended_properties feature to remote debugging to support names and values with low ASCII values.
1384  - Implemented issue #1323: Added xdebug.filename_format setting to configure the formatting of filenames when tracing.
1385  - Implemented issue #1379: Added support for Unix domain sockets to xdebug.remote_host (Sara Golemon).
1386  - Implemented issue #1380: Added xdebug_is_debugger_active() that returns true when debugger is connected.
1387  - Implemented issue #1391: Added support for earlier stack frames through new argument for xdebug_call_* functions.
1388  - Implemented issue #1420: Handle PHP 7.2&apos;s new methods for switch/case
1389  - Implemented issue #1470: Added xdebug.remote_timeout to make connect timeout configurable.
1390  - Implemented issue #1495: Make var_dump() also use the new xdebug.filename_format when formatting filenames.
1391
1392+ Improvements:
1393
1394  - Implemented issue #847: Added support for &quot;%s&quot; specifier for xdebug.trace_output_name.
1395  - Implemented issue #1384: Compile warning on Ubuntu 16.04 with GCC 5.4.x.
1396  - Implemented issue #1401: Improved error message in case the connection breaks.
1397  - Implemented issue #1430: Change DBGp tests to use TEST_PHP_EXECUTABLE instead of hard coded &apos;php&apos;
1398  - Implemented issue #1484: Use FD_CLOEXEC with debugging sockets to prevent FDs from leaking to forked processes (Chris Wright).
1399  - Improve the foldexpr in xt.vim to fold lines correctly (Donie Leigh).
1400
1401= Fixed bugs:
1402
1403  - Fixed issue #1272: property_get doesn&apos;t return @attributes for SimpleXMLElement.
1404  - Fixed issue #1305: Property names with quotes can not be fetch while debugging.
1405  - Fixed issue #1431: Fix &quot;use after free&quot; with in add_name_attribute_or_element.
1406  - Fixed issue #1432: Fixed memory leak with xdebug_path_info_dtor.
1407  - Fixed issue #1449: Debugging breaks with array element keys containing low-ASCII variables.
1408  - Fixed issue #1471: Tracing crashes with return_assignments and ternairy operator.
1409  - Fixed issue #1474: Crashes due to variable resolving/reading mechanism not taking care of temporary hash tables correctly (Nikita Popov, Derick).
1410  - Fixed issue #1481: Fixed s390x and ppc64 builds (Remi Collet).
1411  - Fixed issue #1486: Crash on ZEND_SWITCH_LONG / ZEND_SWITCH_STRING with more than 32 cases.
1412  - Fixed issue #1496: Rewrite README.rst to be more clear on how to install and build Xdebug.
1413
1414~ Changes:
1415
1416  - Fixed issue #1411: Use Error (Throwable) instead of fatal error when maximum nesting level is reached.
1417
1418- Removed features:
1419
1420  - Implemented issue #1377: Drop support for PHP 5.5 and 5.6, only PHP 7 is now supported
1421   </notes>
1422  </release>
1423  <release>
1424   <date>2017-06-21</date>
1425   <time>12:08:11</time>
1426   <version>
1427    <release>2.5.5</release>
1428    <api>2.5.5</api>
1429   </version>
1430   <stability>
1431    <release>stable</release>
1432    <api>stable</api>
1433   </stability>
1434   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1435   <notes>
1436= Fixed bugs:
1437
1438  - Fixed issue #1439: TYPE_CHECK needs overloading due to smart branches
1439  - Fixed issue #1444: Code Coverage misses a variable in a multi-line function
1440    call
1441  - Fixed issue #1446: Code Coverage misses elseif if it uses an isset with a
1442    property
1443   </notes>
1444  </release>
1445  <release>
1446   <date>2017-05-15</date>
1447   <time>12:08:11</time>
1448   <version>
1449    <release>2.5.4</release>
1450    <api>2.5.4</api>
1451   </version>
1452   <stability>
1453    <release>stable</release>
1454    <api>stable</api>
1455   </stability>
1456   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1457   <notes>
1458Mon, May 15, 2017 - xdebug 2.5.4
1459
1460= Fixed bugs:
1461
1462  - Fixed issue #799: Function traces report base class instead of object name
1463  - Fixed issue #1421: Fix set_time_limit hanging on PHP 5.6 when pcntl_exec
1464    does not exist (Frode E. Moe)
1465  - Fixed issue #1429: Code coverage does not cover null coalesce
1466  - Fixed issue #1434: Code coverage segfaults on 32-bit arch
1467   </notes>
1468  </release>
1469  <release>
1470   <date>2017-04-18</date>
1471   <time>19:31:21</time>
1472   <version>
1473    <release>2.5.3</release>
1474    <api>2.5.3</api>
1475   </version>
1476   <stability>
1477    <release>stable</release>
1478    <api>stable</api>
1479   </stability>
1480   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1481   <notes>
1482Mon, Apr 18, 2017 - xdebug 2.5.3
1483
1484= Fixed bugs:
1485
1486  - Fixed issue #1421: Xdebug crashes when it is loaded without pcntl being
1487    present
1488   </notes>
1489  </release>
1490  <release>
1491   <date>2017-04-17</date>
1492   <time>18:42:26</time>
1493   <version>
1494    <release>2.5.2</release>
1495    <api>2.5.2</api>
1496   </version>
1497   <stability>
1498    <release>stable</release>
1499    <api>stable</api>
1500   </stability>
1501   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1502   <notes>
1503Mon, Apr 17, 2017 - xdebug 2.5.2
1504
1505= Fixed bugs:
1506
1507  - Fixed issue #701: Functions as array indexes show ??? in trace
1508  - Fixed issue #1403: Code coverage does not cover BIND_STATIC
1509  - Fixed issue #1404: Execution time is calculated incorrectly
1510  - Fixed issue #1413: Code coverage mishap with PHP 7.1.3
1511  - Fixed issue #1414: Missing variable assignment in traces with OPcache
1512    loaded
1513  - Fixed issue #1415: Crash with multiple catch constructs with OPcache loaded
1514  - Fixed issue #1416: Trace files should not include the first result of a
1515    generator if it hasn&apos;t started yet
1516  - Fixed issue #1417: Fetching properties of static class contexts fails due
1517    to incorrect fetch mode
1518  - Fixed issue #1419: Summary not written when script ended with
1519    &quot;pcntl_exec()&quot;
1520   </notes>
1521  </release>
1522  <release>
1523   <date>2017-04-17</date>
1524   <time>18:42:26</time>
1525   <version>
1526    <release>2.5.2</release>
1527    <api>2.5.2</api>
1528   </version>
1529   <stability>
1530    <release>stable</release>
1531    <api>stable</api>
1532   </stability>
1533   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1534   <notes>
1535Sun, Feb 26, 2017 - xdebug 2.5.1
1536
1537= Fixed bugs:
1538
1539  - Fixed issue #1057: Add xdebug.ini of all settings to package
1540  - Fixed issue #1165: DBGp: step_out skips subsequent function calls
1541  - Fixed issue #1180: Code coverage crashes with non-standard start/stops
1542  - Fixed issue #1278: Xdebug with PHP 7 does not handle prefill-from-oparray
1543    for XDEBUG_CC_UNUSED
1544  - Fixed issue #1300: Xdebug functions are not exposing their signature to
1545    Reflection
1546  - Fixed issue #1313: Arguments to __call() trampoline picked from the wrong
1547    memory location
1548  - Fixed issue #1329: While printing out a stack with and function parameters,
1549    XDebug reads uninitialized zvals or free()d memory
1550  - Fixed issue #1381: Code Coverage misses line due to missing FETCH_DIM_W
1551    overload
1552  - Fixed issue #1385: can not fetch IS_INDIRECT properties
1553  - Fixed issue #1386: Executable code not shown as executed/executable
1554  - Fixed issue #1392: Unable to compile on FreeBSD due to missing struct
1555    definition
1556  - Fixed issue #1394: Code coverage does not cover instanceof (in elseif)
1557   </notes>
1558  </release>
1559  <release>
1560   <date>2016-12-04</date>
1561   <time>18:55:08</time>
1562   <version>
1563    <release>2.5.0</release>
1564    <api>2.5.0</api>
1565   </version>
1566   <stability>
1567    <release>stable</release>
1568    <api>stable</api>
1569   </stability>
1570   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1571   <notes>
1572Sun, Dec  4, 2016 - xdebug 2.5.0
1573
1574+ Added features:
1575
1576  - Implemented issue #1232: add memory delta to HTML traces
1577  - Implemented issue #1365: Allow remote_connect_back to be set through
1578    XDEBUG_CONFIG
1579
1580= Fixed bugs:
1581
1582  - Fixed issue #1168: Added defensive check to prevent infinite loop
1583  - Fixed issue #1242: Xdebug on Windows with Eclipse has issues with
1584    breakpoint IDs
1585  - Fixed issue #1343: Wrong values of numerical keys outside 32bit range
1586  - Fixed issue #1357: Function signature using variadics is reported as being
1587    not executed
1588  - Fixed issue #1361: Remote debugging connection issues with Windows (Anatol
1589    Belski)
1590  - Fixed issue #1373: Crash in zend_hash_apply_with_arguments when debugging,
1591    due to unset symbol table
1592   </notes>
1593  </release>
1594  <release>
1595   <date>2016-11-12</date>
1596   <time>14:28:08</time>
1597   <version>
1598    <release>2.5.0RC1</release>
1599    <api>2.5.0RC1</api>
1600   </version>
1601   <stability>
1602    <release>stable</release>
1603    <api>stable</api>
1604   </stability>
1605   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1606   <notes>
1607Sat, Nov 12, 2016 - xdebug 2.5.0RC1
1608
1609+ Added features:
1610
1611  - Implemented issue #998: Added support for IPv6 (Thomas Vanhaniemi)
1612  - Implemented issue #1297: Initial PHP 7.1 support
1613
1614= Fixed bugs:
1615
1616  - Fixed issue #1295: Apache crashes (SIGSEGV) when trying to establish
1617    connection when sockfd is large
1618  - Fixed issue #1303: POLLRDHUP is not supported outside of Gnu/Linux
1619  - Fixed issue #1331: Segfault in code coverage
1620
1621- Removed features:
1622
1623  - Support for PHP versions lower than PHP 5.5 has been dropped
1624   </notes>
1625  </release>
1626  <release>
1627   <date>2016-08-02</date>
1628   <time>11:47:08</time>
1629   <version>
1630    <release>2.4.1</release>
1631    <api>2.4.1</api>
1632   </version>
1633   <stability>
1634    <release>stable</release>
1635    <api>stable</api>
1636   </stability>
1637   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1638   <notes>
1639Tue, Aug 02, 2016 - xdebug 2.4.1
1640
1641= Fixed bugs:
1642
1643  - Fixed issue #1106: A thrown Exception after a class with __debugInfo gives
1644    2 errors
1645  - Fixed issue #1241: FAST_CALL/FAST_RET take #2
1646  - Fixed issue #1246: Path and branch coverage should be initialised per
1647    request, not globally
1648  - Fixed issue #1263: Code coverage segmentation fault with opcache enabled
1649  - Fixed issue #1277: Crash when using a userland function from RSHUTDOWN with
1650    profiling enabled
1651  - Fixed issue #1282: var_dump() of integers &gt; 32 bit is broken on Windows
1652  - Fixed issue #1288: Segfault when uncaught exception message does not
1653    contain &quot; in &quot;
1654  - Fixed issue #1291: Debugclient installation fails on Mac OS X
1655  - Fixed issue #1326: Tracing and generators crashes with PHP 7.x
1656  - Fixed issue #1333: Profiler accesses memory structures after freeing
1657   </notes>
1658  </release>
1659  <release>
1660   <date>2016-01-25</date>
1661   <time>20:48:33</time>
1662   <version>
1663    <release>2.4.0RC4</release>
1664    <api>2.4.0RC4</api>
1665   </version>
1666   <stability>
1667    <release>beta</release>
1668    <api>beta</api>
1669   </stability>
1670   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1671   <notes>
1672Mon, Jan 25, 2016 - xdebug 2.4.0RC4
1673
1674= Fixed bugs:
1675
1676  - Fixed issue #1220: Segmentation fault if var_dump() output is too large.
1677  - Fixed issue #1223: Xdebug crashes on PHP 7 when doing a DBGp eval command.
1678  - Fixed issue #1229: Issues with GCC 4.8, which in -O2 move removes some
1679    required code.
1680  - Fixed issue #1235: Xdebug does not compile against PHP 7.1-dev due to
1681    ZEND_FETCH_STATIC_PROP*.
1682  - Fixed issue #1236: Can&apos;t remove breakpoints with negative IDs.
1683  - Fixed issue #1238: Xdebug crashes with SIGSEGV while enumerating references
1684    in variables.
1685  - Fixed issue #1239: Crash due to changes with the CATCH opcode&apos;s jump
1686    mechanism in 7.1
1687  - Fixed issue #1241: Xdebug doesn&apos;t handle FAST_RET and FAST_CALL opcodes for
1688    branch/dead code analysis, and path coverage.
1689  - Fixed issue #1245: xdebug_dump_superglobals dumps *uninitialized* with PHP
1690    7.
1691  - Fixed issue #1250: Add PHP version descriptors to debugging log and profile
1692    files.
1693   </notes>
1694  </release>
1695  <release>
1696   <date>2016-03-03</date>
1697   <time>08:47:08</time>
1698   <version>
1699    <release>2.4.0</release>
1700    <api>2.4.0</api>
1701   </version>
1702   <stability>
1703    <release>stable</release>
1704    <api>stable</api>
1705   </stability>
1706   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1707   <notes>
1708Thu, Mar 03, 2016 - xdebug 2.4.0
1709
1710= Fixed bugs:
1711
1712  - Fixed issue #1258: Case in PHP 7.0 and code coverage
1713  - Fixed issue #1261: segmentation fault in xdebug.so with PHP 7.0 version of
1714    &apos;pkgtools&apos; due to spl_autoload()
1715  - Fixed issue #1262: overload_var_dump=0 messes with xdebug_var_dump()
1716  - Fixed issue #1266: xdebug_dump_superglobals() always dumps empty  stack on
1717    PHP 7
1718  - Fixed issue #1267: AIX build issues
1719  - Fixed issue #1270: String parsing marked not covered with PHP 7
1720   </notes>
1721  </release>
1722  <release>
1723   <date>2015-12-12</date>
1724   <time>20:42:33</time>
1725   <version>
1726    <release>2.4.0RC3</release>
1727    <api>2.4.0RC3</api>
1728   </version>
1729   <stability>
1730    <release>beta</release>
1731    <api>beta</api>
1732   </stability>
1733   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1734   <notes>
1735Wed, Dec 12, 2015 - xdebug 2.4.0RC3
1736
1737= Fixed bugs:
1738
1739  - Fixed issue #1221: Sort out Windows x64 PHP 7 support
1740  - Fixed issue #1229: Detect GCC 4.8 and disable optimisations when it is found
1741
1742= Others:
1743
1744  - Made the test suite work for Windows too. Finally, after 13 years.
1745   </notes>
1746  </release>
1747  <release>
1748   <date>2015-12-02</date>
1749   <time>23:31:49</time>
1750   <version>
1751    <release>2.4.0RC2</release>
1752    <api>2.4.0RC2</api>
1753   </version>
1754   <stability>
1755    <release>beta</release>
1756    <api>beta</api>
1757   </stability>
1758   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1759   <notes>
1760Wed, Dec 02, 2015 - xdebug 2.4.0RC2
1761
1762= Fixed bugs:
1763
1764  - Fixed issue #1181: Remote debugging does not handle exceptions after using
1765    zend_read_property
1766  - Fixed issue #1189: Remove address attribute from remote debugging responses
1767  - Fixed issue #1194: The error message is doubly HTML-encoded with assert()
1768  - Fixed issue #1210: Segfault with code coverage dead code analysis and
1769    foreach on PHP 7
1770  - Fixed issue #1215: SIGSEGV if xdebug.trace_output_dir directory does not
1771    exist
1772  - Fixed issue #1217: xdebug.show_error_trace should not be enabled by default
1773  - Fixed issue #1218: Xdebug messes with the exception code, by casting it to
1774    int
1775  - Fixed issue #1219: Set default value for xdebug.overload_var_dump to 2 to
1776    include file / line numbers by default
1777  - Use long for PHP 5, and zend_long for PHP 7 for ini settings in the globals
1778   </notes>
1779  </release>
1780  <release>
1781   <date>2015-11-21</date>
1782   <time>23:24:57</time>
1783   <version>
1784    <release>2.4.0RC1</release>
1785    <api>2.4.0RC1</api>
1786   </version>
1787   <stability>
1788    <release>beta</release>
1789    <api>beta</api>
1790   </stability>
1791   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1792   <notes>
1793Sat, Nov 21, 2015 - xdebug 2.4.0RC1
1794
1795= Fixed bugs:
1796
1797  - Fixed issue #1195: Segfault with code coverage and foreach
1798  - Fixed issue #1200: Additional opcodes need to be overloaded for PHP 7
1799  - Fixed issue #1202: Anonymous classes are not handled properly while remote debugging
1800  - Fixed issue #1203: Accessing static property of a class that has no static properties crashes while remote debugging
1801  - Fixed issue #1209: Segfault with building a function name for create_function
1802  - Restored Windows support (Includes patches by Jan Ehrhardt)
1803   </notes>
1804  </release>
1805  <release>
1806   <date>2015-11-05</date>
1807   <time>12:42:57</time>
1808   <version>
1809    <release>2.4.0beta1</release>
1810    <api>2.4.0beta1</api>
1811   </version>
1812   <stability>
1813    <release>beta</release>
1814    <api>beta</api>
1815   </stability>
1816   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1817   <notes>
1818Thu, Sep 05, 2015 - xdebug 2.4.0beta1
1819
1820+ Added features:
1821
1822  - Implemented issue #1109: Added support for PHP 7.
1823  - Implemented issue #1153: Add function monitor functionality.
1824  - Implemented issue #1183: Add xdebug.show_error_trace setting to
1825    allow/disallow to show a stack trace for every Error (throwable)
1826
1827= Fixed bugs:
1828
1829  - Fixed issue #1070: Too many open files error with php-fpm: connections not
1830    closed. (Patch by Sean Dubois)
1831  - Fixed issue #1123: With Xdebug 2.3.1, PHPUnit with coverage is
1832    exponentially slower than without
1833  - Fixed issue #1166: Using $this in __debugInfo() causes infinite recursion
1834  - Fixed issue #1173: Segmentation fault in xdebug_get_monitored_functions()
1835  - Fixed issue #1182: Using PHPStorm with PHP 7 RC1 and xdebug 2.4-dev break
1836    points are passed by including setting break point at start of script
1837  - Fixed issue #1192: Dead code analysis does not work for generators with
1838    &apos;return;&apos;
1839   </notes>
1840  </release>
1841  <release>
1842   <date>2015-06-19</date>
1843   <time>16:15:00</time>
1844   <version>
1845    <release>2.3.3</release>
1846    <api>2.3.3</api>
1847   </version>
1848   <stability>
1849    <release>stable</release>
1850    <api>stable</api>
1851   </stability>
1852   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1853   <notes>
1854Fri, Jun 19, 2015 - xdebug 2.3.3
1855
1856= Fixed bugs:
1857
1858  - Fixed issue #1130: Escaping issues with docrefs and HTML characters in
1859    error messages
1860  - Fixed issue #1133: PDO exception code value type is changed
1861  - Fixed issue #1137: Windows does not support %zu formatting for sprintf
1862  - Fixed issue #1140: Tracing with __debugInfo() crashes Xdebug due to a stack
1863    overflow
1864  - Fixed issue #1148: Can&apos;t disable max_nesting_function
1865  - Fixed issue #1151: Crash when another extension calls call_user_function()
1866    during RINIT
1867
1868  - Fixed crash with code coverage (Antony Dovgal)
1869  - Fixed usage of virtual_file_ex and STR_FREE (Remi Collet)
1870  - Reset overloaded opcodes at the end of each request (Eran Ifrah)
1871
1872= Improvements:
1873
1874  - Fixed issue #686: Not possible to inspect SplObjectStorage instances with
1875    Xdebug
1876  - Fixed issue #864: No attributes are shown if an object extends
1877    ArrayIterator
1878  - Fixed issue #996: Can&apos;t evaluate property of class that extends ArrayObject
1879  - Fixed issue #1134: Allow introspection of ArrayObject implementation&apos;s
1880    internal storage
1881  - Get rid of setlocale hack, by using %F instead of %f (and speed up tracing
1882    by 15-20%)
1883   </notes>
1884  </release>
1885  <release>
1886   <date>2015-03-22</date>
1887   <time>12:34:56</time>
1888   <version>
1889    <release>2.3.2</release>
1890    <api>2.3.2</api>
1891   </version>
1892   <stability>
1893    <release>stable</release>
1894    <api>stable</api>
1895   </stability>
1896   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1897   <notes>
1898Sun, Mar 22, 2015 - xdebug 2.3.2
1899
1900= Fixed bugs:
1901
1902  - Fixed issue #1117: Path/branch coverage sometimes crashes
1903  - Fixed issue #1121: Segfaults with path/branch coverage
1904   </notes>
1905  </release>
1906  <release>
1907   <date>2015-02-24</date>
1908   <time>22:02:00</time>
1909   <version>
1910    <release>2.3.1</release>
1911    <api>2.3.1</api>
1912   </version>
1913   <stability>
1914    <release>stable</release>
1915    <api>stable</api>
1916   </stability>
1917   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1918   <notes>
1919Tue, Feb 24, 2015 - xdebug 2.3.1
1920
1921= Fixed bugs:
1922
1923  - Fixed issue #1112: Setting an invalid xdebug.trace_format causes Xdebug to
1924    crash
1925  - Fixed issue #1113: xdebug.*_trigger do no longer work, due to NULL not
1926    being an empty string
1927   </notes>
1928  </release>
1929  <release>
1930   <date>2015-02-22</date>
1931   <time>14:48:00</time>
1932   <version>
1933    <release>2.3.0</release>
1934    <api>2.3.0</api>
1935   </version>
1936   <stability>
1937    <release>stable</release>
1938    <api>stable</api>
1939   </stability>
1940   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
1941   <notes>
1942Sun, Feb 22, 2015 - xdebug 2.3.0
1943
1944= Fixed bugs:
1945
1946  - Fixed bug #932: Added an error message in case the remote debug log
1947    couldn&apos;t be opened
1948  - Fixed bug #982: Incorrect file paths in exception stack trace
1949  - Fixed bug #1094: Segmentation fault when attempting to use branch/path
1950    coverage
1951  - Fixed bug #1101: Debugger is not triggered on xdebug_break() in JIT mode
1952  - Fixed bug #1102: Stop Xdebug from crashing when debugging PHP Code with
1953    &quot;php -r&quot;.
1954  - Fixed bug #1103: XDEBUG_SESSION_STOP_NO_EXEC only stops first script
1955    executed with auto_prepend|append_files
1956  - Fixed bug #1104: One character non-public properties cause issues with
1957    debugging
1958  - Fixed bug #1105: Setting properties without specifying a type only works in
1959    topmost frame (Dominik del Bondio)
1960  - Fixed bug #1095: Crash when using a non-associate array key in GLOBALS
1961  - Fixed bug #1111: eval does not work when debugger is stopped in
1962    xdebug_throw_exception_hook (Dominik del Bondio)
1963
1964+ Added features:
1965
1966  - General
1967
1968    - Implemented issue #304: File name and line number info for overloaded
1969      var_dump()
1970    - Implemented issue #310: Allow class vars and array keys with
1971      xdebug_debug_zval()
1972    - Implemented issue #722: Add stack trace limit setting.
1973    - Implemented issue #1003: Add option to xdebug_print_function_stack() to
1974      suppress filename and line number
1975    - Implemented issue #1004: Ability to halt on warning/notice
1976    - Implemented issue #1023: Add support for PHP 5.6 variadics
1977    - Implemented issue #1024: Add support for PHP 5.6&apos;s ASSIGN_POW
1978
1979  - Debugging
1980
1981    - Implemented issue #406: Added support for remote debugging user-defined
1982      constants
1983    - Implemented issue #495: Added support for the wildcard exception name &apos;*&apos;
1984    - Implemented issue #1066: Better error message for SELinux preventing
1985      debugging connections
1986    - Implemented issue #1084: Added support for extended classes to trigger
1987      exception breakpoints
1988    - Implemented issue #1084: Added exception code as extra element to
1989      debugger XML
1990
1991  - Tracing
1992
1993    - Implemented issue #341: Added the time index and memory usage for
1994      function returns in normal tracefiles
1995    - Implemented issue #644: Shared secret for profiler_enable_trigger and
1996      trace_enable_trigger with *_value option
1997    - Implemented issue #971: Added the trace file option
1998      &quot;XDEBUG_TRACE_NAKED_FILENAME&quot; to xdebug_start_trace() to prevent the
1999      &quot;.xt&quot; extension from being added
2000    - Implemented issue #1021: Added support for return values to computerized
2001      trace files
2002    - Implemented issue #1022: Added support for serialized variables as format
2003      in trace files in the form of option &quot;5&quot; for &quot;xdebug.collect_params&quot;
2004
2005  - Code coverage
2006
2007    - Implemented issue #380: Added xdebug_code_coverage_started()
2008    - Implemented issue #1034: Add collected path and branch information to
2009      xdebug_get_code_coverage() output
2010
2011  - Profiling
2012
2013    - Implement issue #1054: Support for filename and function name compression
2014      in cachegrind files
2015
2016+ Changes:
2017
2018    - Implemented issue #863: Support xdebug.overload_var_dump through
2019      ini_set()
2020    - Implemented issue #973: Use case-insensitive filename comparison on all
2021      systems (Galen Wright-Watson)
2022    - Implemented issue #1015: Added the xdebug.force_display_errors and
2023      xdebug.force_error_reporting php.ini-only settings to always override
2024      PHP&apos;s settings for display_errors and error_reporting
2025    - Implemented issue #1057: Removed trailing whitespace from example
2026      xdebug.ini
2027    - Implemented issue #1096: Improve performance improvement for handling
2028      breakpoints by ignoring locales (Daniel Sloof)
2029    - Implemented issue #1100: Raise default max_nesting_level to 256
2030
2031- Removed features:
2032
2033    - Support for PHP versions lower than PHP 5.4 have been dropped.
2034   </notes>
2035  </release>
2036  <release>
2037   <date>2015-01-21</date>
2038   <time>21:59:00</time>
2039   <version>
2040    <release>2.2.7</release>
2041    <api>2.2.7</api>
2042   </version>
2043   <stability>
2044    <release>stable</release>
2045    <api>stable</api>
2046   </stability>
2047   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2048   <notes>
2049Thu, Jan 22, 2014 - xdebug 2.2.7
2050
2051= Fixed bugs:
2052
2053 - Fixed bug #1083: Segfault when requesting a variable for a context that did
2054   not have them.
2055 - Fixed bug #1087: zend_execute_script or zend_eval_string in RINIT segfaults.
2056 - Fixed bug #1088: Xdebug won&apos;t show dead and not executed lines at the second
2057   time.
2058 - Fixed bug #1098: Xdebug doesn&apos;t make use of __debugInfo.
2059 - Fixed segfaults with ZTS on PHP 5.6.
2060   </notes>
2061  </release>
2062  <release>
2063   <date>2014-11-14</date>
2064   <time>15:13:00</time>
2065   <version>
2066    <release>2.2.6</release>
2067    <api>2.2.6</api>
2068   </version>
2069   <stability>
2070    <release>stable</release>
2071    <api>stable</api>
2072   </stability>
2073   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2074   <notes>
2075Fri, Nov 14, 2014 - xdebug 2.2.6
2076
2077= Fixed bugs:
2078
2079 - Fixed bug #1048: Can not get $GLOBAL variable by property_value on function
2080   context.
2081 - Fixed bug #1073 and #1075: Segmentation fault with internal functions
2082   calling internal functions.
2083 - Fixed bug #1085: Fixed the tracefile analyser as the format version had been
2084   bumbed.
2085 - Fixed memory leaks
2086   </notes>
2087  </release>
2088  <release>
2089   <date>2014-04-29</date>
2090   <time>20:44:00</time>
2091   <version>
2092    <release>2.2.5</release>
2093    <api>2.2.5</api>
2094   </version>
2095   <stability>
2096    <release>stable</release>
2097    <api>stable</api>
2098   </stability>
2099   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2100   <notes>
2101Tue, Apr 29, 2014 - xdebug 2.2.5
2102
2103= Fixed bugs:
2104
2105 - Fixed bug #1040: Fixed uninitialized sa value.
2106 - Fixed building on hurd-i386.
2107   </notes>
2108  </release>
2109  <release>
2110   <date>2014-02-28</date>
2111   <time>10:33:00</time>
2112   <version>
2113    <release>2.2.4</release>
2114    <api>2.2.4</api>
2115   </version>
2116   <stability>
2117    <release>stable</release>
2118    <api>stable</api>
2119   </stability>
2120   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2121   <notes>
2122Fri, Feb 28, 2014 - xdebug 2.2.4
2123
2124= Fixed bugs:
2125
2126 - Fixed bug #785: Profiler does not handle closures and call_user_func_array well.
2127 - Fixed bug #963: Xdebug waits too long for response from remote client
2128 - Fixed bug #976: XDebug crashes if current varibles scope contains COM object.
2129 - Fixed bug #978: Inspection of array with negative keys fails
2130 - Fixed bug #979: property_value -m 0 should mean all bytes, not 0 bytes
2131 - Fixed bug #987: Hidden property names not shown.
2132   </notes>
2133  </release>
2134  <release>
2135   <date>2013-05-22</date>
2136   <time>08:54:00</time>
2137   <version>
2138    <release>2.2.3</release>
2139    <api>2.2.3</api>
2140   </version>
2141   <stability>
2142    <release>stable</release>
2143    <api>stable</api>
2144   </stability>
2145   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2146   <notes>
2147Tue, May 21, 2013 - xdebug 2.2.3
2148
2149+ Added features:
2150
2151 - Support for PHP 5.5.
2152
2153= Fixed bugs:
2154
2155 - Fixed bug #923: Xdebug + Netbeans + ext/MongoDB crash on MongoCursor instance
2156 - Fixed bug #929: Directory name management in xdebug.profiler_output_dir
2157 - Fixed bug #931: xdebug_str_add does not check for NULL str before calling strlen on it
2158 - Fixed bug #935: Document the return value from xdebug_get_code_coverage()
2159 - Fixed bug #947: Newlines converted when html_errors = 0
2160   </notes>
2161  </release>
2162  <release>
2163   <date>2013-03-23</date>
2164   <time>12:00:00</time>
2165   <version>
2166    <release>2.2.2</release>
2167    <api>2.2.2</api>
2168   </version>
2169   <stability>
2170    <release>stable</release>
2171    <api>stable</api>
2172   </stability>
2173   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2174   <notes>
2175Sat, Mar 23, 2013 - xdebug 2.2.2
2176
2177+ Added features:
2178
2179	- Support for PHP 5.5.
2180
2181= Fixed bugs:
2182
2183	- Fixed bug #598: Use HTTP_X_FORWARDED_FOR to determine remote debugger.
2184	- Fixed bug #625: xdebug_get_headers() -&gt; Headers are reset unexpectedly.
2185	- Fixed bug #811: PHP Documentation Link.
2186	- Fixed bug #818: Require a php script in the PHP_RINIT causes Xdebug to crash.
2187	- Fixed bug #903: xdebug_get_headers() returns replaced headers.
2188	- Fixed bug #905: Support PHP 5.5 and generators.
2189	- Fixed bug #920: AM_CONFIG_HEADER is depreciated.
2190   </notes>
2191  </release>
2192  <release>
2193   <version>
2194    <release>2.2.1</release>
2195    <api>2.2.1</api>
2196   </version>
2197   <stability>
2198    <release>stable</release>
2199    <api>stable</api>
2200   </stability>
2201   <date>2012-07-14</date>
2202   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2203   <notes>
2204= Fixed bugs:
2205
2206	- Fixed bug #843: Text output depends on php locale.
2207	- Fixed bug #838/#839/#840: Debugging static properties crashes Xdebug.
2208	- Fixed bug #821: Variable assignments (beginning with =&gt;) should be
2209	  indented one more scope.
2210	- Fixed bug #811: PHP Documentation Link.
2211	- Fixed bug #800: var_dump(get_class(new foo\bar&apos;)) add an extra &quot;\&quot; in
2212	  class name.
2213   </notes>
2214  </release>
2215  <release>
2216   <version>
2217    <release>2.2.0</release>
2218    <api>2.2.0</api>
2219   </version>
2220   <stability>
2221    <release>stable</release>
2222    <api>stable</api>
2223   </stability>
2224   <date>2012-05-08</date>
2225   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2226   <notes>
2227Tue, May 08, 2012 - xdebug 2.2.0
2228
2229+ Added features:
2230
2231	- Support for PHP 5.4.
2232
2233	- Added ANSI colour output for the shell. (Including patches by Michael
2234	  Maclean)
2235	- Added var_dump() overloading on the command line (issue #457).
2236
2237	- Added better support for closures in stack and function traces.
2238	- Added the size of arrays to the overloaded variable output, so that you
2239	  know how many elements there are.
2240	- Added support for X-HTTP-FORWARDED-FOR before falling back to REMOTE_ADDR
2241	  (issue #660). (Patch by Hannes Magnusson)
2242	- Added the method call type to xdebug_get_function_stack() (issue #695).
2243	- Added extra information to error printouts to tell that the error
2244	  suppression operator has been ignored due to xdebug.scream.
2245	- Added a error-specific CSS class to stack traces.
2246
2247+ New settings:
2248
2249	- xdebug.cli_color for colouring output on the command line (Unix only).
2250	- Added xdebug.trace_enable_trigger to triger function traces through a
2251	  GET/POST/COOKIE parameter (issue #517). (Patch by Patrick Allaert)
2252	- Added support for the &apos;U&apos; format specifier for function trace and
2253	  profiler filenames.
2254
2255+ Changes:
2256
2257	- Improved performance by lazy-initializing data structures.
2258	- Improved code coverage performance. (Including some patches by Taavi
2259	  Burns)
2260	- Improved compatibility with KCacheGrind.
2261	- Improved logging of remote debugging connections, by added connection
2262	  success/failure logging to the xdebug.remote_log functionality.
2263
2264= Fixed bugs:
2265
2266	- Fixed bug #827: Enabling Xdebug causes phpt tests to fail because of
2267	  var_dump() formatting issues.
2268	- Fixed bug #823: Single quotes are escaped in var_dumped string output.
2269	- Fixed issue #819: Xdebug 2.2.0RC2 can&apos;t stand on a breakpoint more than 30 seconds.
2270	- Fixed bug #801: Segfault with streamwrapper and unclosed $fp on
2271	  destruction.
2272	- Fixed issue #797: Xdebug crashes when fetching static properties.
2273	- Fixed bug #794: Allow coloured output on Windows.
2274	- Fixed bug #784: Unlimited feature for var_display_max_data and
2275	  var_display_max_depth is undocumented.
2276	- Fixed bug #774: Apache crashes on header() calls.
2277	- Fixed bug #764: Tailored Installation instructions do not work.
2278	- Fixed bug #758: php_value xdebug.idekey is ignored in .htaccess files
2279	- Fixed bug #728: Profiler reports __call() invocations confusingly/wrongly.
2280	- Fixed bug #687: Xdebug does not show dynamically defined variable.
2281	- Fixed bug #662: idekey is set to running user.
2282	- Fixed bug #627: Added the realpath check.
2283   </notes>
2284  </release>
2285  <release>
2286   <version>
2287    <release>2.2.0RC2</release>
2288    <api>2.2.0RC2</api>
2289   </version>
2290   <stability>
2291    <release>stable</release>
2292    <api>stable</api>
2293   </stability>
2294   <date>2012-04-22</date>
2295   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2296   <notes>
2297Tue, Apr 22, 2012 - xdebug 2.2.0rc2
2298
2299= Fixed bugs:
2300
2301	- Fixed bug #801: Segfault with streamwrapper and unclosed $fp on
2302	  destruction.
2303	- Fixed bug #794: Allow coloured output on Windows.
2304	- Fixed bug #784: Unlimited feature for var_display_max_data and
2305	  var_display_max_depth is undocumented.
2306	- Fixed bug #774: Apache crashes on header() calls.
2307	- Fixed bug #764: Tailored Installation instructions do not work.
2308	- Fixed bug #758: php_value xdebug.idekey is ignored in .htaccess files
2309	- Fixed bug #662: idekey is set to running user.
2310   </notes>
2311  </release>
2312  <release>
2313   <version>
2314    <release>2.2.0RC1</release>
2315    <api>2.2.0RC1</api>
2316   </version>
2317   <stability>
2318    <release>stable</release>
2319    <api>stable</api>
2320   </stability>
2321   <date>2012-03-12</date>
2322   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2323   <notes>
2324Tue, Mar 13, 2012 - xdebug 2.2.0rc1
2325
2326+ Added features:
2327
2328	- Support for PHP 5.4.
2329
2330	- Added ANSI colour output for the shell. (Including patches by Michael
2331	  Maclean)
2332	- Added var_dump() overloading on the command line (issue #457).
2333
2334	- Added better support for closures in stack and function traces.
2335	- Added the size of arrays to the overloaded variable output, so that you
2336	  know how many elements there are.
2337	- Added support for X-HTTP-FORWARDED-FOR before falling back to REMOTE_ADDR
2338	  (issue #660). (Patch by Hannes Magnusson)
2339	- Added the method call type to xdebug_get_function_stack() (issue #695).
2340	- Added extra information to error printouts to tell that the error
2341	  suppression operator has been ignored due to xdebug.scream.
2342	- Added a error-specific CSS class to stack traces.
2343
2344
2345+ New settings:
2346
2347	- xdebug.cli_color for colouring output on the command line (Unix only).
2348	- Added xdebug.trace_enable_trigger to triger function traces through a
2349	  GET/POST/COOKIE parameter (issue #517). (Patch by Patrick Allaert)
2350	- Added support for the &apos;U&apos; format specifier for function trace and
2351	  profiler filenames.
2352
2353+ Changes:
2354
2355	- Improved performance by lazy-initializing data structures.
2356	- Improved code coverage performance. (Including some patches by Taavi
2357	  Burns)
2358	- Improved compatibility with KCacheGrind.
2359	- Improved logging of remote debugging connections, by added connection
2360	  success/failure logging to the xdebug.remote_log functionality.
2361
2362= Fixed bugs:
2363
2364	- No additional bug fixes besides the ones from the 2.1 branch up til
2365	  Xdebug 2.1.4.
2366   </notes>
2367  </release>
2368  <release>
2369   <version>
2370    <release>2.1.4</release>
2371    <api>2.1.4</api>
2372   </version>
2373   <stability>
2374    <release>stable</release>
2375    <api>stable</api>
2376   </stability>
2377   <date>2012-03-12</date>
2378   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2379   <notes>
2380= Fixed bugs:
2381
2382	- Fixed bug #788: Collect errors eats fatal errors.
2383	- Fixed bug #787: Segmentation Fault with PHP header_remove().
2384	- Fixed bug #778: Xdebug session in Eclipse crash whenever it run into
2385	  simplexml_load_string call.
2386	- Fixed bug #756: Added support for ZEND_*_*_OBJ and self::*.
2387	- Fixed bug #747: Still problem with error message and soap client / soap
2388	  server.
2389	- Fixed bug #744: new lines in a PHP file from Windows are displayed with
2390	  an extra white line with var_dump().
2391	- Fixed an issue with debugging and the eval command.
2392	- Fixed compilation with ZTS on PHP &lt; 5.3
2393   </notes>
2394  </release>
2395  <release>
2396   <version>
2397    <release>2.1.3</release>
2398    <api>2.1.3</api>
2399   </version>
2400   <stability>
2401    <release>stable</release>
2402    <api>stable</api>
2403   </stability>
2404   <date>2012-01-25</date>
2405   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2406   <notes>
2407= Fixed bugs:
2408
2409	- Fixed bug #725: EG(current_execute_data) is not checked in xdebug.c,
2410	  xdebug_statement_call.
2411	- Fixed bug #723: xdebug is stricter than PHP regarding Exception property
2412	  types.
2413	- Fixed bug #714: Cachegrind files have huge (wrong) numbers in some lines.
2414	- Fixed bug #709: Xdebug doesn&apos;t understand E_USER_DEPRECATED.
2415	- Fixed bug #698: Allow xdebug.remote_connect_back to be set in .htaccess.
2416	- Fixed bug #690: Function traces are not appended to file with
2417	  xdebug_start_trace() and xdebug.trace_options=1.
2418	- Fixed bug #623: Static properties of a class can be evaluated only with
2419	  difficulty.
2420	- Fixed bug #614/#619: Viewing private variables in base classes through
2421	  the debugger.
2422	- Fixed bug #609: Xdebug and SOAP extension&apos;s error handlers conflict.
2423	- Fixed bug #606/#678/#688/#689/#704: crash after using eval on an
2424	  unparsable, or un-executable statement.
2425	- Fixed bug #305: xdebug exception handler doesn&apos;t properly handle special
2426	  chars.
2427
2428+ Changes:
2429
2430	- Changed xdebug_break() to hint to the statement execution trap instead of
2431	  breaking forcefully adding an extra stackframe.
2432	- Prevent Xdebug 2.1.x to build with PHP 5.4.
2433   </notes>
2434  </release>
2435  <release>
2436   <version>
2437    <release>2.1.2</release>
2438    <api>2.1.2</api>
2439   </version>
2440   <stability>
2441    <release>stable</release>
2442    <api>stable</api>
2443   </stability>
2444   <date>2011-07-28</date>
2445   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2446   <notes>
2447= Fixed bugs:
2448
2449	- Fixed bug #622: Working with eval() code is inconvenient and difficult.
2450	- Fixed bug #684: xdebug_var_dump - IE does not support &amp;.
2451	- Fixed bug #693: Cachegrind files not written when filename is very long.
2452	- Fixed bug #697: Incorrect code coverage of function arguments when using
2453	  XDEBUG_CC_UNUSED.
2454	- Fixed bug #699: Xdebug gets the filename wrong for the countable
2455	  interface.
2456	- Fixed bug #703 by adding another opcode to the list that needs to be
2457	  overridden.
2458   </notes>
2459  </release>
2460  <release>
2461   <version>
2462    <release>2.1.2</release>
2463    <api>2.1.2</api>
2464   </version>
2465   <stability>
2466    <release>stable</release>
2467    <api>stable</api>
2468   </stability>
2469   <date>2011-07-28</date>
2470   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2471   <notes>
2472= Fixed bugs:
2473
2474	- Fixed bug #622: Working with eval() code is inconvenient and difficult.
2475	- Fixed bug #684: xdebug_var_dump - IE does not support &amp;.
2476	- Fixed bug #693: Cachegrind files not written when filename is very long.
2477	- Fixed bug #697: Incorrect code coverage of function arguments when using
2478	  XDEBUG_CC_UNUSED.
2479	- Fixed bug #699: Xdebug gets the filename wrong for the countable
2480	  interface.
2481	- Fixed bug #703 by adding another opcode to the list that needs to be
2482	  overridden.
2483   </notes>
2484  </release>
2485  <release>
2486   <version>
2487    <release>2.1.1</release>
2488    <api>2.1.1</api>
2489   </version>
2490   <stability>
2491    <release>stable</release>
2492    <api>stable</api>
2493   </stability>
2494   <date>2011-03-28</date>
2495   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2496   <notes>
2497Mon, Mar 28, 2011 - xdebug 2.1.1
2498
2499= Fixed bugs:
2500
2501  - Fixed ZTS compilation.
2502   </notes>
2503  </release>
2504  <release>
2505   <version>
2506    <release>2.1.1RC1</release>
2507    <api>2.1.1RC1</api>
2508   </version>
2509   <stability>
2510    <release>beta</release>
2511    <api>beta</api>
2512   </stability>
2513   <date>2011-03-22</date>
2514   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2515   <notes>
2516Tue, Mar 22, 2011 - xdebug 2.1.1rc1
2517
2518= Fixed bugs:
2519
2520  = Debugger
2521	- Fixed bug #518: Removed CLASSNAME pseudo-property optional.
2522	- Fixed bug #592: Xdebug crashes with run after detach.
2523	- Fixed bug #596: Call breakpoint never works with instance methods, only
2524	  static methods.
2525	- Fixed JIT mode in the debugger so that it works for xdebug_break() too.
2526
2527  = Profiler
2528	- Fixed bug #631: Summary not written when script ended with &quot;exit()&quot;.
2529	- Fixed bug #639: Xdebug profiling: output not correct - missing &apos;cfl=&apos;.
2530	- Fixed bug #642: Fixed line numbers for offsetGet, offsetSet,
2531	  __get/__set/__isset/__unset and __call in profile files and stack
2532	  traces/function traces.
2533	- Fixed bug #643: Profiler gets line numbers wrong.
2534	- Fixed bug #653: XDebug profiler crashes with %H in file name and non
2535	  standard port.
2536
2537  = Others
2538	- Fixed bug #651: Incorrect code coverage after empty() in conditional.
2539	- Fixed bug #654: Xdebug hides error message in CLI.
2540	- Fixed bug #665: Xdebug does not respect display_errors=stderr.
2541	  Patch by Ben Spencer &lt;dangerous.ben@gmail.com&gt;
2542	- Fixed bug #670: Xdebug crashes with broken &quot;break x&quot; code.
2543   </notes>
2544  </release>
2545  <release>
2546   <version>
2547    <release>2.1.0</release>
2548    <api>2.1.0</api>
2549   </version>
2550   <stability>
2551    <release>stable</release>
2552    <api>stable</api>
2553   </stability>
2554   <date>2010-06-29</date>
2555   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2556   <notes>
2557Tue, Jun 29, 2010 - xdebug 2.1.0
2558
2559= Fixed bugs:
2560	- Fixed bug #562: Incorrect coverage information for closure function
2561	  headers.
2562	- Fixed bug #566: Xdebug crashes when using conditional breakpoints.
2563	- Fixed bug #567: xdebug_debug_zval and xdebug_debug_zval_stdout don&apos;t work
2564	  with PHP 5.3. (Patch by Endo Hiroaki).
2565	- Fixed bug #570: undefined symbol: zend_memrchr.
2566   </notes>
2567  </release>
2568  <release>
2569   <version>
2570    <release>2.1.0RC1</release>
2571    <api>2.1.0RC1</api>
2572   </version>
2573   <stability>
2574    <release>beta</release>
2575    <api>beta</api>
2576   </stability>
2577   <date>2010-02-27</date>
2578   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2579   <notes>
2580Thu, Apr 06, 2010 - xdebug 2.1.0rc1
2581
2582= Fixed bugs:
2583	- Fixed bug #494: Private attributes of parent class unavailable when
2584	  inheriting.
2585	- Fixed bug #400: Xdebug shows errors, even when PHP is request startup
2586	  mode.
2587	- Fixed bug #421: xdebug sends back invalid characters in xml sometimes.
2588	- Fixed bug #475: Property names with null chars are not sent fully to the
2589	  client.
2590	- Fixed bug #480: Issues with the reserved resource in multi threaded
2591	  environments (Patch by Francis.Grolemund@netapp.com).
2592	- Fixed bug #558: PHP segfaults when running a nested eval.
2593   </notes>
2594  </release>
2595  <release>
2596   <version>
2597    <release>2.1.0beta3</release>
2598    <api>2.1.0beta3</api>
2599   </version>
2600   <stability>
2601    <release>beta</release>
2602    <api>beta</api>
2603   </stability>
2604   <date>2010-02-27</date>
2605   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2606   <notes>
2607Sat, Feb 27, 2010 - xdebug 2.1.0beta3
2608
2609= Fixed bugs:
2610	- Fixed memory corruption issues.
2611	- Fixed a threading related issue for code-coverage.
2612	- Fixed bug #532: XDebug breaks header() function.
2613	- DBGP: Prevent Xdebug from returning properties when a too high page number
2614	  has been requested.
2615   </notes>
2616  </release>
2617  <release>
2618   <version>
2619    <release>2.1.0beta2</release>
2620    <api>2.1.0beta2</api>
2621   </version>
2622   <stability>
2623    <release>beta</release>
2624    <api>beta</api>
2625   </stability>
2626   <date>2010-02-03</date>
2627   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2628   <notes>
2629Wed, Feb 03, 2010 - xdebug 2.1.0beta2
2630
2631= Fixed bugs:
2632	- Fixed memory leak in breakpoint handling.
2633	- Fixed bug #528: Core dump generated with remote_connect_back option set
2634	  and CLI usage.
2635	- Fixed bug #515: declare(ticks) statement confuses code coverage.
2636	- Fixed bug #512: DBGP: breakpoint_get doesn&apos;t return conditions in its
2637	  response.
2638	- Possible fix for bug #507/#517: Crashes because of uninitalised header
2639	  globals.
2640	- Fixed bug #501: Xdebug&apos;s variable tracing misses POST_INC and variants.
2641   </notes>
2642  </release>
2643  <release>
2644   <version>
2645    <release>2.1.0beta1</release>
2646    <api>2.1.0beta1</api>
2647   </version>
2648   <stability>
2649    <release>beta</release>
2650    <api>beta</api>
2651   </stability>
2652   <date>2010-01-03</date>
2653   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2654   <notes>
2655Sun, Jan 03, 2010 - xdebug 2.1.0beta1
2656
2657+ Added features:
2658	- Added error display collection and suppressions.
2659	- Added the recording of headers being set in scripts.
2660	- Added variable assignment tracing.
2661	- Added the ability to turn of the default overriding of var_dump().
2662	- Added &quot;Scream&quot; support, which disables the @ operator.
2663	- Added a trace-file analysing script.
2664	- Added support for debugging into phars.
2665	- Added a default xdebug.ini. (Patch by Martin Schuhfu
2666	  &lt;martins@spot-media.de&gt;)
2667	- Added function parameters in computerized function traces.
2668	- PHP 5.3 compatibility.
2669	- Improved code coverage accuracy.
2670
2671  + New functions:
2672	- xdebug_get_formatted_function_stack(), which returns a formatted function
2673	  stack instead of displaying it.
2674	- xdebug_get_headers(), which returns all headers that have been set in a
2675	  script, both explicitly with things like header(), but also implicitly
2676	  for things like setcookie().
2677	- xdebug_start_error_collection(), xdebug_stop_error_collection() and
2678	  xdebug_get_collected_errors(), which allow you to collect all notices,
2679	  warnings and error messages that Xdebug generates from PHP&apos;s
2680	  error_reporting functionality so that you can output them at a later
2681	  point in your script by hand.
2682
2683  + New settings:
2684	- xdebug.collect_assignments, which enables the emitting of variable
2685	  assignments in function traces.
2686	- xdebug.file_line_format, to generate a link with a specific format for
2687	  every filename that Xdebug outputs.
2688	- xdebug.overload_var_dump, which allows you to turn off Xdebug&apos;s version
2689	  of var_dump().
2690	- xdebug.remote_cookie_expire_time, that controls the length of a
2691	  remote debugging session. (Patch by Rick Pannen &lt;pannen@gmail.com&gt;)
2692	- xdebug.scream, which makes the @ operator to be ignored.
2693
2694+ Changes:
2695	- Added return values for xdebug_start_code_coverage() and
2696	  xdebug_stop_code_coverage() to indicate whether the action was
2697	  successful.  xdebug_start_code_coverage() will return TRUE if the call
2698	  enabled code coverage, and FALSE if it was already enabled.
2699	  xdebug_stop_code_coverage() will return FALSE when code coverage wasn&apos;t
2700	  started yet and TRUE if it was turned on.
2701	- Added an optional argument to xdebug_print_function_stack() to display
2702	  your own message. (Patch by Mikko Koppanen).
2703	- All HTML output as generated by Xdebug now has a HTML &quot;class&quot; attribute
2704	  for easy CSS formatting.
2705
2706- Removed features:
2707	- Support for PHP versions lower than PHP 5.1 have been dropped.
2708	- The PHP3 and GDB debugger engines have been removed.
2709
2710= Fixed bugs:
2711	- Fixed support for showing $this in remote debugging sessions.
2712	- Fixed bug in formatting the display of &quot;Variables in the local scope&quot;.
2713	- Possible fix for a threading issue where the headers gathering function
2714	  would create stack overflows.
2715	- Possible fix for #324: xdebug_dump_superglobals() only dumps superglobals
2716	  that were accessed before, and #478: XDebug 2.0.x can&apos;t use %R in
2717	  xdebug.profiler_output_name if register_long_arrays is off.
2718
2719	- Fixed bug #505: %s in xdebug.trace_output_name breaks functions traces.
2720	- Fixed bug #494: Private attributes of parent class unavailable when
2721	  inheriting.
2722	- Fixed bug #486: feature_get -n breakpoint_types returns out of date list.
2723	- Fixed bug #476: Xdebug doesn&apos;t support PHP 5.3&apos;s exception chaining.
2724	- Fixed bug #472: Dead Code Analysis for code coverage messed up after goto.
2725	- Fixed bug #470: Catch blocks marked as dead code unless executed.
2726	- Fixed bug #469: context_get for function variables always appear as
2727	  &quot;uninitialized&quot;.
2728	- Fixed bug #468: Property_get on $GLOBALS works only at top-level, by
2729	  adding GLOBALS to the super globals context.
2730	- Fixed bug #453: Memory leaks.
2731	- Fixed bug #445: error_prepend_string and error_append_string are ignored
2732	  by xdebug_error_cb. (Patch by Kent Davidson &lt;kent@marketruler.com&gt;)
2733	- Fixed bug #442: configure: error: &quot;you have strange libedit&quot;.
2734	- Fixed bug #439: Xdebug crash in xdebug_header_handler.
2735	- Fixed bug #423: Conflicts with funcall.
2736	- Fixed bug #419: Make use of P_tmpdir if defined instead of hard coded
2737	  &apos;/tmp&apos;.
2738	- Fixed bug #417: Response of context_get may lack page and pagesize
2739	  attributes.
2740	- Fixed bug #411: Class/function breakpoint setting does not follow the
2741	  specs.
2742	- Fixed bug #393: eval returns array data at the previous page request.
2743	- Fixed bug #391: Xdebug doesn&apos;t stop executing script on catchable fatal
2744	  errors.
2745	- Fixed bug #389: Destructors called on fatal error.
2746	- Fixed bug #368: Xdebug&apos;s debugger bails out on a parse error with the
2747	  eval command.
2748	- Fixed bug #356: Temporary breakpoints persist.
2749	- Fixed bug #355: Function numbers in trace files weren&apos;t unique.
2750	- Fixed bug #340: Segfault while throwing an Exception.
2751	- Fixed bug #328: Private properties are incorrectly enumerated in case of
2752	  extended classes.
2753	- Fixed bug #249: Xdebug&apos;s error handler messes up with the SOAP
2754	  extension&apos;s error handler.
2755
2756+ DBGP:
2757	- Fixed cases where private properties where shown for objects, but not
2758	  accessible.
2759	- Added a patch by Lucas Nealan (lucas@php.net) and Brian Shire
2760	  (shire@php.net) of Facebook to allow connections to the initiating
2761	  request&apos;s IP address for remote debugging.
2762	- Added the -p argument to the eval command as well, pending inclusion into
2763	  DBGP.
2764	- Added the retrieval of a file&apos;s execution lines. I added a new
2765	  un-official method called xcmd_get_executable_lines which requires the
2766	  stack depth as argument (-d). You can only fetch this information for
2767	  stack frames as it needs an available op-array which is only available
2768	  when a function is executed.
2769	- Added a fake &quot;CLASSNAME&quot; property to objects that are returned in debug
2770	  requests to facilitate deficiencies in IDEs that fail to show the &quot;classname&quot;
2771	  XML attribute.
2772   </notes>
2773  </release>
2774  <release>
2775   <version>
2776    <release>2.0.5</release>
2777    <api>2.0.5</api>
2778   </version>
2779   <stability>
2780    <release>stable</release>
2781    <api>stable</api>
2782   </stability>
2783   <date>2009-07-03</date>
2784   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2785   <notes>
2786Fri, Jul 03, 2009 - xdebug 2.0.5
2787
2788= Fixed bugs:
2789	- Fixed bug #425: memory leak (around 40MB for each request) when using
2790	  xdebug_start_trace.
2791	- Fixed bug #422: Segfaults when using code coverage with a parse error in
2792	  the script.
2793	- Fixed bug #418: compilation breaks with CodeWarrior for NetWare.
2794	- Fixed bug #403: &apos;call&apos; and &apos;return&apos; breakpoints triggers both on call and
2795	  return for class method breakpoints.
2796	- Fixed TSRM issues for PHP 5.2 and PHP 5.3. (Original patch by Elizabeth
2797	  M. Smith).
2798	- Fixed odd crash bugs, due to GCC 4 sensitivity.
2799   </notes>
2800  </release>
2801  <release>
2802   <version>
2803    <release>2.0.4</release>
2804    <api>2.0.4</api>
2805   </version>
2806   <stability>
2807    <release>stable</release>
2808    <api>stable</api>
2809   </stability>
2810   <date>2008-12-30</date>
2811   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2812   <notes>
2813Tue, Dec 30, 2008 - xdebug 2.0.4
2814
2815= Fixed bugs:
2816	- Fixed for strange jump positions in path analysis.
2817	- Fixed issues with code coverage crashing on parse errors.
2818	- Fixed code code coverage by overriding more opcodes.
2819	- Fixed issues with Xdebug stalling/crashing when detaching from remote
2820	  debugging.
2821	- Fixed crash on Vista where memory was freed with routines from a different
2822	  standard-C library than it was allocated with. (Patch by Eric Promislow
2823	  &lt;ericp@activestate.com&gt;).
2824	- Link against the correct CRT library. (Patch by Eric Promislow
2825	  &lt;ericp@activestate.com&gt;).
2826	- Sort the symbol elements according to name. (Patch by Eric Promislow
2827	  &lt;ericp@activestate.com&gt;).
2828	- Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric
2829	  Promislow &lt;ericp@activestate.com&gt;).
2830	- Fixed a segfault in interactive mode while including a file.
2831	- Fixed a crash in super global dumping in case somebody was strange enough
2832	  to reassign them to a value type other than an Array.
2833	- Simplify version checking for libtool. (Patch by PGNet
2834	  &lt;pgnet.trash@gmail.com&gt;).
2835	- Fixed display of unused returned variables from functions in PHP 5.3.
2836	- Include config.w32 in the packages as well.
2837	- Fixed .dsp for building with PHP 4.
2838
2839+ Added features:
2840	- Support debugging into phars.
2841	- Basic PHP 5.3 support.
2842   </notes>
2843  </release>
2844  <release>
2845   <version>
2846    <release>2.0.3</release>
2847    <api>2.0.3</api>
2848   </version>
2849   <stability>
2850    <release>stable</release>
2851    <api>stable</api>
2852   </stability>
2853   <date>2008-04-09</date>
2854   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2855   <notes>
2856Wed, Apr 09, 2008 - xdebug 2.0.3
2857
2858= Fixed bugs:
2859	- Fixed bug #338: Crash with: xdebug.remote_handler=req.
2860	- Fixed bug #334: Code Coverage Regressions.
2861	- Fixed abstract method detection for PHP 5.3.
2862	- Fixed code coverage dead-code detection.
2863	- Ignore ZEND_ADD_INTERFACE, which is on a different line in PHP &gt;= 5.3 for
2864	  some weird reason.
2865
2866+ Changes:
2867	- Added a CSS-class for xdebug&apos;s var_dump().
2868	- Added support for the new E_DEPRECATED.
2869   </notes>
2870  </release>
2871  <release>
2872   <version>
2873    <release>2.0.2</release>
2874    <api>2.0.2</api>
2875   </version>
2876   <stability>
2877    <release>stable</release>
2878    <api>stable</api>
2879   </stability>
2880   <date>2007-11-11</date>
2881   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2882   <notes>
2883Sun, Nov 11, 2007 - xdebug 2.0.2
2884
2885= Fixed bugs:
2886	- Fixed bug #325: DBGP: &quot;detach&quot; stops further sessions being established
2887	  from Apache.
2888	- Fixed bug #321: Code coverage crashes on empty PHP files.
2889	- Fixed bug #318: Segmentation Fault in code coverage analysis.
2890	- Fixed bug #315: Xdebug crashes when including a file that doesn&apos;t exist.
2891	- Fixed bug #314: PHP CLI Error Logging thwarted when XDebug Loaded.
2892	- Fixed bug #300: Direction of var_dump().
2893	- Always set the transaction_id and command. (Related to bug #313).
2894   </notes>
2895  </release>
2896  <release>
2897   <version>
2898    <release>2.0.1</release>
2899    <api>2.0.1</api>
2900   </version>
2901   <stability>
2902    <release>stable</release>
2903    <api>stable</api>
2904   </stability>
2905   <date>2007-10-29</date>
2906   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2907   <notes>
2908Sat, Oct 20, 2007 - xdebug 2.0.1
2909
2910+ Changes:
2911	- Improved code coverage performance dramatically.
2912	- PHP 5.3 compatibility (no namespaces yet though).
2913
2914= Fixed bugs:
2915	- Fixed bug #301: Loading would cause SIGBUS on Solaris 10 SPARC. (Patch by
2916	  Sean Chalmers)
2917	- Fixed bug #300: Xdebug does not force LTR rendering for its tables.
2918	- Fixed bug #299: Computerized traces don&apos;t have a newline for return
2919	  entries if memory limit is not enabled.
2920	- Fixed bug #298: xdebug_var_dump() doesn&apos;t handle entity replacements
2921	  correctly concerning string length.
2922	- Fixed a memory free error related to remote debugging conditions.
2923	  (Related to bug #297).
2924   </notes>
2925  </release>
2926  <release>
2927   <version>
2928    <release>2.0.0</release>
2929    <api>2.0.0</api>
2930   </version>
2931   <stability>
2932    <release>stable</release>
2933    <api>stable</api>
2934   </stability>
2935   <date>2007-07-18</date>
2936   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2937   <notes>
2938Wed, Jul 18, 2007 - xdebug 2.0.0
2939
2940+ Changes:
2941	- Put back the disabling of stack traces - apperently people were relying
2942	  on this. This brings back xdebug_enable(), xdebug_disable() and
2943	  xdebug_is_enabled().
2944	- xdebug.collect_params is no longer a boolean setting. Although it worked
2945	  fine, phpinfo() showed only just On or Off here.
2946	- Fixed the Xdebug version of raw_url_encode to not encode : and \. This is
2947	  not necessary according to the RFCs and it makes debug breakpoints work
2948	  on Windows.
2949
2950= Fixed bugs:
2951	- Fixed bug #291: Tests that use SPL do not skip when SPL is not available.
2952	- Fixed bug #290: Function calls leak memory.
2953	- Fixed bug #289: Xdebug terminates connection when eval() is run in the
2954	  init stage.
2955	- Fixed bug #284: Step_over on breakpointed line made Xdebug break twice.
2956	- Fixed bug #283: Xdebug always returns $this with the value of last stack
2957	  frame.
2958	- Fixed bug #282: %s is not usable for xdebug.profiler_output_name on
2959	  Windows in all stack frames.
2960	- Fixed bug #280: var_dump() doesn&apos;t display key of array as expected.
2961	- Fixed bug #278: Code Coverage Issue.
2962	- Fixed bug #273: Remote debugging: context_get does not return context id.
2963	- Fixed bug #270: Debugger aborts when PHP&apos;s eval() is encountered.
2964	- Fixed bug #265: XDebug breaks error_get_last() .
2965	- Fixed bug #261: Code coverage issues by overloading zend_assign_dim.
2966
2967+ DBGP:
2968	- Added support for &quot;breakpoint_languages&quot;.
2969   </notes>
2970  </release>
2971  <release>
2972   <version>
2973    <release>2.0.0RC4</release>
2974    <api>2.0.0RC4</api>
2975   </version>
2976   <stability>
2977    <release>beta</release>
2978    <api>beta</api>
2979   </stability>
2980   <date>2007-05-17</date>
2981   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
2982   <notes>
2983Wed, May 17, 2007 - xdebug 2.0.0rc4
2984+ Changes:
2985	- Use µ seconds instead of a tenths of µ seconds to avoid confusion in
2986	  profile information.
2987	- Changed xdebug.profiler_output_name and xdebug.trace_output_name to use
2988	  modifier tags:
2989	  %c = crc32 of the current working directory
2990	  %p = pid
2991	  %r = random number
2992	  %s = script name
2993	  %t = timestamp (seconds)
2994	  %u = timestamp (microseconds)
2995	  %H = $_SERVER[&apos;HTTP_HOST&apos;]
2996	  %R = $_SERVER[&apos;REQUEST_URI&apos;]
2997	  %S = session_id (from $_COOKIE if set)
2998	  %% = literal %
2999
3000= Fixed bugs:
3001	- Fixed bug #255: Call Stack Table doesn&apos;t show Location on Windows.
3002	- Fixed bug #251: Using the source command with an invalid filename returns
3003	  unexpected result.
3004	- Fixed bug #243: show_exception_trace=&quot;0&quot; ignored.
3005	- Fixed bug #241: Crash in xdebug_get_function_stack().
3006	- Fixed bug #240: Crash with xdebug.remote_log on Windows.
3007	- Fixed a segfault in rendering stack traces to error logs.
3008	- Fixed a bug that prevented variable names from being recorded for remote
3009	  debug session while xdebug.collect_vars was turned off.
3010	- Fixed xdebug_dump_superglobals() in case no super globals were
3011	  configured.
3012
3013- Removed functions:
3014	- Removed support for Memory profiling as that didn&apos;t work properly.
3015	- Get rid of xdebug.default_enable setting and associated functions:
3016	  xdebug_disable() and xdebug_enable().
3017
3018+ Added features:
3019	- Implemented support for four different xdebug.collect_params settings for
3020	  stack traces and function traces.
3021	- Allow to trigger profiling by the XDEBUG_PROFILE cookie.
3022
3023+ DBGP:
3024	- Correctly add namespace definitions to XML.
3025	- Added the xdebug namespace that adds extra information to breakpoints if
3026	  available.
3027	- Stopped the use of &gt;error&gt; elements for exception breakpoints, as that
3028	  violates the protocol.
3029   </notes>
3030  </release>
3031  <release>
3032   <version>
3033    <release>2.0.0RC3</release>
3034    <api>2.0.0RC3</api>
3035   </version>
3036   <stability>
3037    <release>beta</release>
3038    <api>beta</api>
3039   </stability>
3040   <date>2007-01-31</date>
3041   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3042   <notes>
3043Wed, Jan 31, 2007 - xdebug 2.0.0rc3
3044+ Changes:
3045	- Removed the bogus &quot;xdebug.allowed_clients&quot; setting - it was not
3046	  implemented.
3047	- Optimized used variable collection by switching to a linked list instead
3048	  of a hash. This is about 30% faster, but it needed a quick conversion to
3049	  hash in the case the information had to be shown to remove duplicate
3050	  variable names.
3051
3052= Fixed bugs:
3053	- Fixed bug #232: PHP log_errors functionality lost after enabling xdebug
3054	  error handler when CLI is used.
3055	- Fixed problems with opening files - the filename could cause double free
3056	  issues.
3057	- Fixed memory tracking as memory_limit is always enabled in PHP 5.2.1 and
3058	  later.
3059	- Fixed a segfault that occurred when creating printable stack traces and
3060	  collect_params was turned off.
3061   </notes>
3062  </release>
3063  <release>
3064   <version>
3065    <release>2.0.0RC2</release>
3066    <api>2.0.0RC2</api>
3067   </version>
3068   <stability>
3069    <release>beta</release>
3070    <api>beta</api>
3071   </stability>
3072   <date>2006-12-24</date>
3073   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3074   <notes>
3075Sun, Dec 24, 2006 - xdebug 2.0.0rc2
3076+ Added new features:
3077	- Implemented the &quot;xdebug.var_display_max_children&quot; setting. The default is
3078	  set to 128 children.
3079	- Added types to fancy var dumping function.
3080	- Implemented FR #210: Add a way to stop the debug session without having
3081	  to execute a script. The GET/POST parameter &quot;XDEBUG_SESSION_STOP_NO_EXEC&quot;
3082	  works in the same way as XDEBUG_SESSION_STOP, except that the script will
3083	  not be executed.
3084	- DBGP: Allow postmortem analysis.
3085	- DBGP: Added the non-standard function xcmd_profiler_name_get.
3086
3087+ Changes:
3088	- Fixed the issue where xdebug_get_declared_vars() did not know about
3089	  variables there are in the declared function header, but were not used in
3090	  the code. Due to this change expected arguments that were not send to a
3091	  function will now show up as ??? in stack and function traces in PHP 5.1
3092	  and PHP 5.2.
3093	- Allow xdebug.var_display_max_data and xdebug.var_display_max_depth
3094	  settings of -1 which will unlimit those settings.
3095	- DBGP: Sort super globals in Globals overview.
3096	- DBGP: Fixed a bug where error messages where not added upon errors in the
3097	  protocol.
3098	- DBGP: Change context 1 from globals (superglobals + vars in bottom most
3099	  stack frame) to just superglobals.
3100
3101= Fixed bugs:
3102	- Fixed linking error on AIX by adding libm.
3103	- Fixed dead code analysis for THROW.
3104	- Fixed oparray prefill caching for code coverage.
3105	- Fixed the xdebug.remote_log feature work.
3106	- DBGP: Fixed a bug where $this did not appear in the local scoped context.
3107	- DBGP: Reimplemented property_set to use the same symbol fetching function
3108	  as property_get. We now only use eval in case no type (-t) argument was
3109	  given.
3110	- DBGP: Fixed some issues with finding out the classname, which is
3111	  important for fetching private properties.
3112	- DBGP: Fixed usage of uninitialized memory that prevented looking up
3113	  numerical array keys while fetching array elements not work properly.
3114	- Fixed bug #228: Binary safety for stream output and property fetches.
3115	- Fixed bug #227: The SESSION super global does not show up in the Globals
3116	  scope.
3117	- Fixed bug #225: xdebug dumps core when protocol is GDB.
3118	- Fixed bug #224: Compile failure on Solaris.
3119	- Fixed bug #219: Memory usage delta in traces don&apos;t work on PHP 5.2.0.
3120	- Fixed bug #215: Cannot retrieve nested arrays when the array key is a
3121	  numeric index.
3122	- Fixed bug #214: The depth level of arrays was incorrectly checked so it
3123	  would show the first page of a level too deep as well.
3124	- Fixed bug #213: Dead code analysis doesn&apos;t take catches for throws into
3125	  account.
3126	- Fixed bug #211: When starting a new session with a different idekey, the
3127	  cookie is not updated.
3128	- Fixed bug #209: Additional remote debugging session started when
3129	  triggering shutdown function.
3130	- Fixed bug #208: Socket connection attempted when XDEBUG_SESSION_STOP.
3131	- Fixed PECL bug #8989: Compile error with PHP 5 and GCC 2.95.
3132   </notes>
3133  </release>
3134  <release>
3135   <version>
3136    <release>2.0.0rc1</release>
3137    <api>2.0.0rc1</api>
3138   </version>
3139   <stability>
3140    <release>beta</release>
3141    <api>beta</api>
3142   </stability>
3143   <date>2006-10-08</date>
3144   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3145   <notes>
3146+ Added new features:
3147    - Implemented FR #70: Provide optional depth on xdebug_call_* functions.
3148    - Partially implemented FR #50: Resource limiting for variable display. By
3149      default only two levels of nested variables and max string lengths of 512
3150      are shown. This can be changed by setting the ini settings
3151      xdebug.var_display_max_depth and xdebug.var_display_max_data.
3152    - Implemented breakpoints for different types of PHP errors. You can now
3153      set an &apos;exception&apos; breakpoint on &quot;Fatal error&quot;, &quot;Warning&quot;, &quot;Notice&quot; etc.
3154      This is related to bug #187.
3155    - Added the xdebug_print_function_trace() function to display a stack trace on
3156      demand.
3157    - Reintroduce HTML tracing by adding a new tracing option &quot;XDEBUG_TRACE_HTML&quot;
3158      (4).
3159    - Made xdebug_stop_trace() return the trace file name, so that the
3160      following works: &lt;?php echo file_get_contents( xdebug_stop_trace() ); ?&gt;
3161    - Added the xdebug.collect_vars setting to tell Xdebug to collect
3162      information about which variables are used in a scope. Now you don&apos;t need
3163      to show variables with xdebug.show_local_vars anymore for
3164      xdebug_get_declared_vars() to work.
3165    - Make the filename parameter to the xdebug_start_trace() function
3166      optional. If left empty it will use the same algorithm to pick a filename
3167      as when you are using the xdebug.auto_trace setting.
3168
3169+ Changes:
3170    - Implemented dead code analysis during code coverage for:
3171      * abstract methods.
3172      * dead code after return, throw and exit.
3173      * implicit returns when a normal return is present.
3174    - Improved readability of stack traces.
3175    - Use PG(html_errors) instead of checking whether we run with CLI when
3176      deciding when to use HTML messages or plain text messages.
3177
3178= Fixed bugs:
3179    - Fixed bug #203: PHP errors with HTML content processed incorrectly. This
3180      patch backs out the change that was made to fix bug #182.
3181    - Fixed bug #198: Segfault when trying to use a non-existing debug handler.
3182    - Fixed bug #197: Race condition fixes created too many files.
3183    - Fixed bug #196: Profile timing on Windows does not work.
3184    - Fixed bug #195: CLI Error after debugging session.
3185    - Fixed bug #193: Compile problems with PHP 5.2.
3186    - Fixed bug #191: File/line breakpoints are case-sensitive on Windows.
3187    - Fixed bug #181: Xdebug doesn&apos;t handle uncaught exception output
3188      correctly.
3189    - Fixed bug #173: Coverage produces wrong coverage.
3190    - Fixed a typo that prevented the XDEBUG_CONFIG option &quot;profiler_enable&quot;
3191      from working.
3192   </notes>
3193  </release>
3194  <release>
3195   <version>
3196    <release>2.0.0beta6</release>
3197    <api>2.0.0beta6</api>
3198   </version>
3199   <stability>
3200    <release>beta</release>
3201    <api>beta</api>
3202   </stability>
3203   <date>2006-06-30</date>
3204   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3205   <notes>
3206+ Added new features:
3207    - Implemented FR #137: feature_get for general commands doesn&apos;t have a text field.
3208    - Implemented FR #131: XDebug needs to implement paged child object requests.
3209    - Implemented FR #124: Add backtrace dumping information when exception thrown.
3210    - Implemented FR #70: Add feature_get breakpoint_types.
3211    - Added profiling aggregation functions (patch by Andrei Zmievski)
3212    - Implemented the &quot;timestamp&quot; option for the xdebug.trace_output_name and
3213      xdebug.profiler_output_name settings.
3214    - Added the xdebug.remote_log setting that allows you to log debugger
3215      communication to a log file for debugging. This can also be set through
3216      the &quot;remote_log&quot; element in the XDEBUG_CONFIG environment variable.
3217    - Added a &quot;script&quot; value to the profiler_output_name option.  This will write
3218      the profiler output to a filename that consists of the script&apos;s full path
3219      (using underscores). ie: /var/www/index.php becomes
3220      var_www_index_php_cachegrind.out. (Patch by Brian Shire).
3221    - DBGp: Implemented support for hit conditions for breakpoints.
3222    - DBGp: Added support for conditions for file/line breakpoints.
3223    - DBGp: Added support for hit value checking to file/line breakpoints.
3224    - DBGp: Added support for &quot;exception&quot; breakpoints.
3225+ Performance improvements:
3226    - Added a cache that prevents the code coverage functionality from running a
3227      &quot;which code is executable check&quot; on every function call, even if they
3228      were executed multiple times. This should speed up code coverage a lot.
3229    - Speedup Xdebug but only gathering information about variables in scopes when
3230      either remote debugging is used, or show_local_vars is enabled.
3231= Fixed bugs:
3232    - Fixed bug #184: problem with control chars in code traces
3233    - Fixed bug #183: property_get -n $this-&gt;somethingnonexistent crashes the
3234      debugger.
3235    - Fixed bug #182: Errors are not html escaped when being displayed.
3236    - Fixed bug #180: collected includes not shown in trace files. (Patch by
3237      Cristian Rodriguez)
3238    - Fixed bug #178: $php_errormsg and Track errors unavailable.
3239    - Fixed bug #177: debugclient fails to compile due to Bison.
3240    - Fixed bug #176: Segfault using SplTempFileObject.
3241    - Fixed bug #173: Xdebug segfaults using SPL ArrayIterator.
3242    - Fixed bug #171: set_time_limit stack overflow on 2nd request.
3243    - Fixed bug #168: Xdebug&apos;s DBGp crashes on an eval command where the
3244      result is an array.
3245    - Fixed bug #125: show_mem_delta does not calculate correct negative values on
3246      64bit machines.
3247    - Fixed bug #121: property_get -n $r[2] returns the whole hash.
3248    - Fixed bug #111: xdebug does not ignore set_time_limit() function during debug
3249      session.
3250    - Fixed bug #87: Warning about headers when &quot;register_shutdown_function&quot; used.
3251    - Fixed PECL bug #6940 (XDebug ignores set_time_limit)
3252    - Fixed Komodo bug 45484: no member data for objects in PHP debugger.
3253    - Suppress NOP/EXT_NOP from being marked as executable code with Code
3254      Coverage.
3255   </notes>
3256  </release>
3257  <release>
3258   <version>
3259    <release>2.0.0beta5</release>
3260    <api>2.0.0beta5</api>
3261   </version>
3262   <stability>
3263    <release>beta</release>
3264    <api>beta</api>
3265   </stability>
3266   <date>2005-12-31</date>
3267   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3268   <notes>
3269+ Added new features:
3270    - Implemented FR #161: var_dump doesn&apos;t show lengths for strings.
3271    - Implemented FR #158: Function calls from the {main} scope always have the
3272      line number 0.
3273    - Implemented FR #156: it&apos;s impossible to know the time taken by the last
3274      func call in xdebug trace mode 0.
3275    - Implemented FR #153: xdebug_get_declared_vars().
3276
3277= Fixed bugs:
3278    - Fixed shutdown crash with ZTS on Win32
3279    - Fixed bad memory leak when a E_ERROR of exceeding memory_limit was
3280      thrown.
3281    - Fixed bug #154: GCC 4.0.2 optimizes too much out with -O2.
3282    - Fixed bug #141: Remote context_get causes segfault.
3283   </notes>
3284  </release>
3285  <release>
3286   <version>
3287    <release>2.0.0beta4</release>
3288    <api>2.0.0beta4</api>
3289   </version>
3290   <stability>
3291    <release>beta</release>
3292    <api>beta</api>
3293   </stability>
3294   <date>2005-09-24</date>
3295   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3296   <notes>
3297+ Added new features:
3298    - Added xdebug_debug_zval_stdout().
3299    - Added xdebug_get_profile_filename() function which returns the current
3300      profiler dump file.
3301    - Updated for latest 5.1 and 6.0 CVS versions of PHP.
3302    - Added FR #148: Option to append to cachegrind files, instead of
3303      overwriting.
3304    - Implemented FR #114: Rename tests/*.php to tests/*.inc
3305
3306- Changed features:
3307    - Allow &quot;xdebug.default_enable&quot; to be set everywhere.
3308
3309= Fixed bugs:
3310    - DBGP: Xdebug should return &quot;array&quot; with property get, which is defined
3311      in the typemap to the common type &quot;hash&quot;.
3312    - Fixed bug #142: xdebug crashes with implicit destructor calls.
3313    - Fixed bug #136: The &quot;type&quot; attribute is missing from stack_get returns.
3314    - Fixed bug #133: PHP scripts exits with 0 on PHP error.
3315    - Fixed bug #132: use of eval causes a segmentation fault.
3316   </notes>
3317  </release>
3318  <release>
3319   <version>
3320    <release>2.0.0beta3</release>
3321    <api>2.0.0beta3</api>
3322   </version>
3323   <stability>
3324    <release>beta</release>
3325    <api>beta</api>
3326   </stability>
3327   <date>2005-05-12</date>
3328   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3329   <notes>
3330+ Added new features:
3331    - Added the possibility to trigger the profiler by setting
3332      &quot;xdebug.profiler_enable_trigger&quot; to 1 and using XDEBUG_PROFILE as a get
3333      parameter.
3334
3335= Fixed bugs:
3336    - Fixed a segfault for when an attribute value is NULL on XML string
3337      generation.
3338    - Fixed bug #118: Segfault with exception when remote debugging.
3339    - Fixed bug #117: var_dump dows not work with &quot;private&quot;.
3340    - Fixed bug #109: DBGP&apos;s eval will abort the script when the eval statement
3341      is invalid.
3342    - Fixed bug #108: log_only still displays some text for errors in included
3343      files.
3344    - Fixed bug #107: Code Coverage only detects executable code in used
3345      functions and classes.
3346    - Fixed bug #103: crash when running the DBGp command &apos;eval&apos; on a global
3347      variable
3348    - Fixed bug #95: Segfault when deinitializing Xdebug module.
3349      (Patch by Maxim Poltarak &lt;demiurg@gmail.com&gt;)
3350   </notes>
3351  </release>
3352  <release>
3353   <version>
3354    <release>2.0.0beta2</release>
3355    <api>2.0.0beta2</api>
3356   </version>
3357   <stability>
3358    <release>beta</release>
3359    <api>beta</api>
3360   </stability>
3361   <date>2004-11-28</date>
3362   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3363   <notes>
3364+ Added new features:
3365    - DBGP: Added error messages to returned errors (in most cases)
3366
3367+ Added new functions:
3368    - xdebug_debug_zval() to debug zvals by printing its refcounts and is_ref
3369      values.
3370
3371= Changed features:
3372    - xdebug_code_coverage_stop() will now clean up the code coverage array,
3373      unless you specify FALSE as parameter.
3374    - The proper Xdebug type is &quot;hash&quot; for associative arrays.
3375    - Extended the code-coverage functionality by returning lines with
3376      executable code on them, but where not executed with a count value of -1.
3377
3378= Fixed bugs:
3379    - DBGP: Make property_get and property_value finally work as they should,
3380      including retrieving information from different depths then the most top
3381      stack frame.
3382    - DBGP: Fix eval&apos;ed $varnames in property_get.
3383    - DBGP: Support the -d option for property_get.
3384    - Fixed the exit handler hook to use the new &quot;5.1&quot; way of handling it;
3385      which fortunately also works with PHP 5.0.
3386    - Fixed bug #102: Problems with configure for automake 1.8.
3387    - Fixed bug #101: crash with set_exeception_handler() and uncatched exceptions.
3388    - Fixed bug #99: unset variables return the name as a string with property_get.
3389    - Fixed bug #98: &apos;longname&apos; attribute not returned for uninitialized
3390      property in context_get request.
3391    - Fixed bug #94: xdebug_sprintf misbehaves with x86_64/glibc-2.3.3
3392    - Fixed bug #93: Crash in lookup_hostname on x86_64
3393    - Fixed bug #92: xdebug_disable() doesn&apos;t disable the exception handler.
3394    - Fixed bug #68: Summary not written when script ended with &quot;exit()&quot;.
3395   </notes>
3396  </release>
3397  <release>
3398   <version>
3399    <release>2.0.0beta1</release>
3400    <api>2.0.0beta1</api>
3401   </version>
3402   <stability>
3403    <release>beta</release>
3404    <api>beta</api>
3405   </stability>
3406   <date>2004-09-15</date>
3407   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3408   <notes>
3409+ Added new features:
3410    - Added support for the new DBGp protocol for communicating with the debug
3411      engine.
3412    - A computerized trace format for easier parsing by external programs.
3413    - The ability to set remote debugging features via the environment.  This
3414      allows an IDE to emulate CGI and still pass the configuration through to
3415      the debugger.  In CGI mode, PHP does not allow -d arguments.
3416    - Reimplementation of the tracing code, you can now only trace to file; this greatly
3417      enhances performance as no string representation of variables need to be
3418      kept in memory any more.
3419    - Re-implemented profiling support. Xdebug outputs information the same way
3420      that cachegrind does so it is possible to use Kcachegrind as front-end.
3421    - Xdebug emits warnings when it was not loaded as a Zend extension.
3422    - Added showing private, protected and public to the fancy var_dump()
3423      replacement function.
3424    - Added the setting of the TCP_NODELAY socket option to stop delays in
3425      transferring data to the remote debugger client. (Patch by Christof J.  Reetz)
3426    + DebugClient: Added setting for port to listen on and implemented running
3427      the previous command when pressing just enter.
3428
3429+ Added new functions:
3430    - xdebug_get_stack_depth() to return the current stack depth level.
3431    - xdebug_get_tracefile_name() to retrieve the name of the tracefile. This
3432      is useful in case auto trace is enabled and you want to clean the trace
3433      file.
3434    - xdebug_peak_memory_usage() which returns the peak memory
3435      used in a script. (Only works when --enable-memory-limit was enabled)
3436
3437+ Added feature requests:
3438    - FR #5: xdebug_break() function which interupts the script for the debug
3439      engine.
3440    - FR #30: Dump current scope information in stack traces on error.
3441    - FR #88: Make the url parameter XDEBUG_SESSION_START optional. So it can
3442      be disabled and the user does not need to add it.
3443
3444+ Added new php.ini settings:
3445    - xdebug.auto_trace_file: to configure a trace file to write to as addition
3446      to the xdebug.auto_trace setting which just turns on tracing.
3447    - xdebug.collect_includes: separates collecting
3448      names of include files from the xdebug.collect_params setting.
3449    - xdebug.collect_return: showing return values in traces.
3450    - xdebug.dump_global: with which you can turn off dumping of super globals
3451      even in you have that configured.
3452    - xdebug.extended_info: turns off the generation of extended opcodes that
3453      are needed for stepping and breakpoints for the remote debugger. This is
3454      useful incase you want to profile memory usage as the generation of this
3455      extended info increases memory usage of oparrrays by about 33%.
3456    - xdebug.profiler_output_dir: profiler output directory.
3457    - xdebug.profiler_enable: enable the profiler.
3458    - xdebug.show_local_vars: turn off the showing of local variables in the
3459      top most stack frame on errors.
3460    - xdebug.show_mem_delta: show differences between current and previous
3461      memory usage on a function call level.
3462    - xdebug.trace_options: to configure extra
3463      options for trace dumping:
3464        o XDEBUG_TRACE_APPEND option (1)
3465
3466= Changed features:
3467    - xdebug_start_trace() now returns the filename of the tracefile (.xt is
3468      added to the requested name).
3469    - Changed default debugging protocol to dbgp instead of gdb.
3470    - Changed default debugger port from 17869 to 9000.
3471    - Changed trace file naming: xdebug.trace_output_dir is now used to
3472      configure a directory to dump automatic traces; the trace file name now
3473      also includes the pid (xdebug.trace_output_name=pid) or a crc32 checksum
3474      of the current working dir (xdebug.trace_output_name=crc32) and traces
3475      are not being appended to an existing file anymore, but simply
3476      overwritten.
3477    - Removed $this and $GLOBALS from showing variables in the local scope.
3478
3479- Removed functions:
3480    - xdebug_get_function_trace/xdebug_dump_function_trace() because of the new
3481      idea of tracing.
3482
3483= Fixed bugs:
3484    - Fixed bug #89: var_dump shows empty strings garbled.
3485    - Fixed bug #85: Xdebug segfaults when no idekey is set.
3486    - Fixed bug #83: More than 32 parameters functions make xdebug crash.
3487    - Fixed bug #75: xdebug&apos;s var_dump implementation is not binary safe.
3488    - Fixed bug #73: komodo beta 4.3.7 crash.
3489    - Fixed bug #72: breakpoint_get returns wrong structure.
3490    - Fixed bug #69: Integer overflow in cachegrind summary.
3491    - Fixed bug #67: Filenames in Xdebug break URI RFC with spaces.
3492    - Fixed bug #64: Missing include of xdebug_compat.h.
3493    - Fixed bug #57: Crash with overloading functions.
3494    - Fixed bug #54: source command did not except missing -f parameter.
3495    - Fixed bug #53: Feature get misusing the supported attribute.
3496    - Fixed bug #51: Only start a debug session if XDEBUG_SESSION_START is
3497      passed as GET or POST parameter, or the DBGP_COOKIE is send to the server.
3498      Passing XDEBUG_SESSION_STOP as GET/POST parameter will end the debug
3499      session and removes the cookie again. The cookie is also passed to the
3500      remote handler backends; for DBGp it is added to the &lt;init&gt; packet.
3501    - Fixed bug #49: Included file&apos;s names should not be stored by address.
3502    - Fixed bug #44: Script time-outs should be disabled when debugging.
3503    = Fixed bug #36: GDB handler using print causes segfault with wrong syntax
3504    - Fixed bug #33: Implemented the use of the ZEND_POST_DEACTIVATE hook. Now we
3505      can handle destructors safely too.
3506    - Fixed bug #32: Unusual dynamic variables cause xdebug to crash.
3507   </notes>
3508  </release>
3509  <release>
3510   <version>
3511    <release>1.3.1</release>
3512    <api>1.3.1</api>
3513   </version>
3514   <stability>
3515    <release>stable</release>
3516    <api>stable</api>
3517   </stability>
3518   <date>2004-04-06</date>
3519   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3520   <notes>
3521= Fixed profiler to aggregate class/method calls correctly. (Robert Beenen)
3522= Fixed debugclient to initialize socket structure correctly. (Brandon Philips
3523  and David Sklar)
3524= GDB: Fixed bug where the source file wasn&apos;t closed after a &quot;source&quot; command.
3525  (Derick)
3526   </notes>
3527  </release>
3528  <release>
3529   <version>
3530    <release>1.3.0</release>
3531    <api>1.3.0</api>
3532   </version>
3533   <stability>
3534    <release>stable</release>
3535    <api>stable</api>
3536   </stability>
3537   <date>2003-09-17</date>
3538   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3539   <notes>
3540= Fixed segfault where a function name didn&apos;t exist in case of a
3541 &quot;call_user_function&quot;. (Derick)
3542= Fixed reading a filename in case of an callback to a PHP function from an
3543  internal function (like &quot;array_map()&quot;). (Derick)
3544   </notes>
3545  </release>
3546  <release>
3547   <version>
3548    <release>1.3.0rc1</release>
3549    <api>1.3.0rc1</api>
3550   </version>
3551   <stability>
3552    <release>beta</release>
3553    <api>beta</api>
3554   </stability>
3555   <date>2003-09-17</date>
3556   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3557   <notes>
3558= Fixed bug with wrong file names for functions called from call_user_*().
3559  (Derick)
3560+ Added the option &quot;dump_superglobals&quot; to the remote debugger. If you set this
3561  option to 0 the &quot;show-local&quot; and similar commands will not return any data
3562  from superglobals anymore. (Derick)
3563= Fixed bug #2: &quot;pear package&quot; triggers a segfault. (Derick)
3564= Fixed crash bug when a function had sprintf style parameters (ie.
3565  strftime()). (Derick)
3566+ Added &quot;id&quot; attribute to &lt;var /&gt; elements in responses from the remove
3567  debugger when the response method is XML. This makes it possible to
3568  distinguish between unique elements by use of recursion for example. (Derick)
3569= Improved performance greatly by doing lazy folding of variables outside
3570  trace mode. (Derick)
3571= Fixed a bug with &quot;quit&quot;, if it was used it disabled the extension for the
3572  current process. (Derick)
3573+ Added the &quot;full&quot; argument to the remote command &quot;backtrace&quot;. When this
3574  argument is passed, the local variables will be returned to for each frame in
3575  the stack. (Derick)
3576+ Implemented xdebug_time_index() which returns the time passed since the
3577  start of the script. This change also changes the output of the tracing
3578  functions as the start time will no longer be the first function call, but
3579  the real start time of the script. (Derick)
3580+ Implemented the &quot;show-local&quot; command (shows all local variables in the
3581  current scope including all contents). (Derick)
3582+ Implemented conditions for breakpoints in the &quot;break&quot; command. (Derick)
3583   </notes>
3584  </release>
3585  <release>
3586   <version>
3587    <release>1.2.0</release>
3588    <api>1.2.0</api>
3589   </version>
3590   <stability>
3591    <release>stable</release>
3592    <api>stable</api>
3593   </stability>
3594   <date>2003-04-21</date>
3595   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3596   <notes>
3597= Fixed compilation on MacOSX. (Derick)
3598   </notes>
3599  </release>
3600  <release>
3601   <version>
3602    <release>1.2.0rc2</release>
3603    <api>1.2.0rc2</api>
3604   </version>
3605   <stability>
3606    <release>beta</release>
3607    <api>beta</api>
3608   </stability>
3609   <date>2003-04-15</date>
3610   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3611   <notes>
3612= Fixed handling Windows paths in the debugger. (Derick)
3613= Fixed getting zvals out of Zend Engine 2. (Derick)
3614   </notes>
3615  </release>
3616  <release>
3617   <version>
3618    <release>1.2.0rc1</release>
3619    <api>1.2.0rc1</api>
3620   </version>
3621   <stability>
3622    <release>beta</release>
3623    <api>beta</api>
3624   </stability>
3625   <date>2003-04-06</date>
3626   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3627   <notes>
3628+ Added code coverage functions to check which lines and how often they were
3629  touched during execution. (Derick)
3630+ Made Xdebug compatible with Zend Engine 2. (Derick)
3631+ Added dumping of super globals on errors. (Harald Radi)
3632+ Added XML protocol for the debugger client. (Derick)
3633= Fixed handling of &quot;continue&quot; (so that it also continues with the script).
3634  (Derick)
3635+ Additions to the remote debugger: &quot;eval&quot; (evaluate any PHP code from the
3636  debugger client). (Derick)
3637+ Added profiling support to xdebug. This introduces 3 new functions,
3638  xdebug_start_profiling() that begins profiling process,
3639  xdebug_stop_profiling() that ends the profiling process and
3640  xdebug_dump_function_trace() that dumps the profiling data. (Ilia)
3641+ Implemented the &quot;kill&quot; (kills the running script) and &quot;delete&quot; (removes
3642  a breakpoint on a specified element) command. (Derick)
3643   </notes>
3644  </release>
3645  <release>
3646   <version>
3647    <release>1.1.0</release>
3648    <api>1.1.0</api>
3649   </version>
3650   <stability>
3651    <release>stable</release>
3652    <api>stable</api>
3653   </stability>
3654   <date>2002-11-11</date>
3655   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3656   <notes>
3657+ Implemented the &quot;list&quot; (source listing), &quot;print&quot; (printing variable
3658  contents), &quot;show&quot; (show all variables in the scope), &quot;step&quot; (step through
3659  execution), &quot;pwd&quot; (print working directory), &quot;next&quot; (step over) and &quot;finish&quot;
3660  (step out) commands for the remote debugger. (Derick)
3661= Fixed lots of small bugs, under them memory leaks and crash bugs. (Derick)
3662   </notes>
3663  </release>
3664  <release>
3665   <version>
3666    <release>1.1.0pre2</release>
3667    <api>1.1.0pre2</api>
3668   </version>
3669   <stability>
3670    <release>beta</release>
3671    <api>beta</api>
3672   </stability>
3673   <date>2002-10-29</date>
3674   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3675   <notes>
3676+ Implemented class::method, object-&gt;method and file.ext:line style
3677  breakpoints. (Derick)
3678+ Added xdebug.collect_params setting. If this setting is on (the default)
3679  then Xdebug collects all parameters passed to functions, otherwise they
3680  are not collected at all. (Derick)
3681+ Implemented correct handling of include/require and eval. (Derick)
3682   </notes>
3683  </release>
3684  <release>
3685   <version>
3686    <release>1.1.0pre1</release>
3687    <api>1.1.0pre1</api>
3688   </version>
3689   <stability>
3690    <release>beta</release>
3691    <api>beta</api>
3692   </stability>
3693   <date>2002-10-22</date>
3694   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3695   <notes>
3696+ Added automatic starting of function traces (xdebug.auto_trace, defaulting to
3697  &quot;off&quot;). (Derick)
3698- Xdebug no longer supports PHP versions below PHP 4.3.0pre1. (Derick)
3699+ Added gdb compatible debugger handler with support for simple (function only)
3700  breakpoints. (Derick)
3701= Implemented a new way to get class names and file names. (Derick, Thies C.
3702  Arntzen &lt;thies@thieso.net&gt;)
3703+ Added time-index and memory footprint to CLI dumps. (Derick)
3704+ Implemented remote debugger handler abstraction. (Derick)
3705+ Added a php3 compatible debugger handler. (Derick)
3706   </notes>
3707  </release>
3708  <release>
3709   <version>
3710    <release>1.0.0rc1</release>
3711    <api>1.0.0rc1</api>
3712   </version>
3713   <stability>
3714    <release>beta</release>
3715    <api>beta</api>
3716   </stability>
3717   <date>2002-09-01</date>
3718   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3719   <notes>
3720+ Implemented gathering of parameters to internal functions (only available
3721  in combination with PHP 4.3.0-dev). (Derick)
3722= Implemented a new way to get class names and file names. (Derick, Thies C.
3723  Arntzen &gt;thies@thieso.net&lt;)
3724+ Added support for error messages with stack trace in syslog. (Sergio
3725  Ballestrero &gt;s.ballestrero@planetweb.it&lt;)
3726= Windows compilation fixes. (Derick)
3727   </notes>
3728  </release>
3729  <release>
3730   <version>
3731    <release>0.9.0</release>
3732    <api>0.9.0</api>
3733   </version>
3734   <stability>
3735    <release>beta</release>
3736    <api>beta</api>
3737   </stability>
3738   <date>2002-06-16</date>
3739   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3740   <notes>
3741= Fixed a memory leak in delayed included files. (Derick)
3742- Added support for PHP 4.1.2. (Derick)
3743= Rewrote xdebug_get_function_stack() and xdebug_get_function_trace() to return
3744  data in multidimensional arrays. (Derick)
3745= Fixed compiling without memory limit enabled (Sander Roobol, Derick)
3746- Add support for classnames, variable include files and variable
3747  function names. (Derick)
3748- Implemented links to the PHP Manual in traces. (Derick)
3749- Added timestamps and memory usage to function traces. (Derick)
3750= Fixed crash when using an user defined session handler. (Derick)
3751+ Implemented variable function names ($a = &apos;foo&apos;; $f();) for use in
3752  traces. (Derick)
3753   </notes>
3754  </release>
3755  <release>
3756   <version>
3757    <release>0.8.0</release>
3758    <api>0.8.0</api>
3759   </version>
3760   <stability>
3761    <release>beta</release>
3762    <api>beta</api>
3763   </stability>
3764   <date>2002-05-26</date>
3765   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3766   <notes>
3767+ Implemented much better parameter tracing for user defined
3768  functions. (Derick)
3769= Renamed xdebug_get_function_trace() to xdebug_dump_function_trace().
3770  (Derick)
3771= Implemented new xdebug_get_function_trace() to return the function trace in
3772  an array. (Derick)
3773+ Added a parameter to xdebug_start_trace(). When this parameter is used,
3774  xdebug will dump a function trace to the filename which this parameter
3775  speficies. (Derick)
3776- Fix a problem with nested member functions. (Derick)
3777= Make configure scripts work with PHP 4.2.x. (Derick)
3778+ Implemented handling single-dimensional constant arrays passed to a
3779  function. (Derick)
3780= Fix function traces in windows. (Derick)
3781+ Implemented function traces, which you can start and stop with
3782  xdebug_start_trace() and xdebug_stop_trace(). You can view the trace by using
3783  the return array from xdebug_get_function_trace(). (Derick)
3784= Fixed segfaults with xdebug_call_*(). (Derick)
3785   </notes>
3786  </release>
3787  <release>
3788   <version>
3789    <release>0.7.0</release>
3790    <api>0.7.0</api>
3791   </version>
3792   <stability>
3793    <release>beta</release>
3794    <api>beta</api>
3795   </stability>
3796   <date>2002-05-08</date>
3797   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
3798   <notes>
3799+ Implemented handling of static method calls (foo::bar). (Derick)
3800+ Added correct handling of include(_once)/require(_once) and eval().
3801  (Derick)
3802+ Added ini setting to change the default setting for enabling showing
3803  enhanced error messages. (Defaults to &quot;On&quot;). (Derick)
3804+ Added the functions xdebug_enable() and xdebug_disable() to change the
3805  showing of stack traces from within your code. (Derick)
3806= Fixed the extension to show all errors. (Derick)
3807+ Implemented xdebug_memory_usage() which returns the memory in use by PHPs
3808  engine. (Derick)
3809   </notes>
3810  </release>
3811 </changelog>
3812</package>
3813