[xdebug-dev] xdebug xdebug/package.xml xdebug/package2.xml xdebug/test-4.3.sh xdebug/test-5.1.sh - Go with 2.0.5.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Fri, 3 Jul 2009 18:36:36 +0200

Date: Fri Jul 3 18:36:36 CEST 2009
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Go with 2.0.5.

Modified files:
           xdebug/package.xml (version: 1.43.2.7)
           xdebug/package2.xml (version: 1.11.2.7)
           xdebug/test-4.3.sh (version: 1.4.2.1)
           xdebug/test-5.1.sh (version: 1.1.2.1)

[FILE: /xdebug/package.xml]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.43.2.6
retrieving revision 1.43.2.7
diff -u -r1.43.2.6 -r1.43.2.7
--- xdebug/package.xml:1.43.2.6 Tue Dec 30 14:04:29 2008 GMT
+++ xdebug/package.xml Fri Jul 03 14:36:36 2009 GMT
@@ -2,7 +2,7 @@
 <package>
   <name>xdebug</name>
   <summary>Provides functions for function traces and profiling</summary>
- <status>beta</status>
+ <status>stable</status>
   <maintainers>
     <maintainer>
       <user>derick</user>
@@ -32,38 +32,22 @@
   <license>BSD style</license>
   <release>
     <state>stable</state>
- <version>2.0.4</version>
- <date>2008-12-30</date>
+ <version>2.0.5</version>
+ <date>2009-07-03</date>
     <notes>
-Tue, Dec 30, 2008 - xdebug 2.0.4
+Fri, Jul 03, 2009 - xdebug 2.0.5
 
 = Fixed bugs:
- - Fixed for strange jump positions in path analysis.
- - Fixed issues with code coverage crashing on parse errors.
- - Fixed code code coverage by overriding more opcodes.
- - Fixed issues with Xdebug stalling/crashing when detaching from remote
- debugging.
- - Fixed crash on Vista where memory was freed with routines from a different
- standard-C library than it was allocated with. (Patch by Eric Promislow
- &lt;ericp[@]activestate.com&gt;).
- - Link against the correct CRT library. (Patch by Eric Promislow
- &lt;ericp[@]activestate.com&gt;).
- - Sort the symbol elements according to name. (Patch by Eric Promislow
- &lt;ericp[@]activestate.com&gt;).
- - Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric
- Promislow &lt;ericp[@]activestate.com&gt;).
- - Fixed a segfault in interactive mode while including a file.
- - Fixed a crash in super global dumping in case somebody was strange enough
- to reassign them to a value type other than an Array.
- - Simplify version checking for libtool. (Patch by PGNet
- &lt;pgnet.trash[@]gmail.com&gt;).
- - Fixed display of unused returned variables from functions in PHP 5.3.
- - Include config.w32 in the packages as well.
- - Fixed .dsp for building with PHP 4.
-
-+ Added features:
- - Support debugging into phars.
- - Basic PHP 5.3 support.
+ - Fixed bug #425: memory leak (around 40MB for each request) when using
+ xdebug_start_trace.
+ - Fixed bug #422: Segfaults when using code coverage with a parse error in
+ the script.
+ - Fixed bug #418: compilation breaks with CodeWarrior for NetWare.
+ - Fixed bug #403: 'call' and 'return' breakpoints triggers both on call and
+ return for class method breakpoints.
+ - Fixed TSRM issues for PHP 5.2 and PHP 5.3. (Original patch by Elizabeth
+ M. Smith).
+ - Fixed odd crash bugs, due to GCC 4 sensitivity.
     </notes>
     <filelist>
       <file role="src" name="php_xdebug.h"/>
@@ -155,6 +139,26 @@
   <changelog>
     <release>
       <state>stable</state>
+ <version>2.0.5</version>
+ <date>2009-07-03</date>
+ <notes>
+Fri, Jul 03, 2009 - xdebug 2.0.5
+
+= Fixed bugs:
+ - Fixed bug #425: memory leak (around 40MB for each request) when using
+ xdebug_start_trace.
+ - Fixed bug #422: Segfaults when using code coverage with a parse error in
+ the script.
+ - Fixed bug #418: compilation breaks with CodeWarrior for NetWare.
+ - Fixed bug #403: 'call' and 'return' breakpoints triggers both on call and
+ return for class method breakpoints.
+ - Fixed TSRM issues for PHP 5.2 and PHP 5.3. (Original patch by Elizabeth
+ M. Smith).
+ - Fixed odd crash bugs, due to GCC 4 sensitivity.
+ </notes>
+ </release>
+ <release>
+ <state>stable</state>
       <version>2.0.4</version>
       <date>2008-12-30</date>
       <notes>

[FILE: /xdebug/package2.xml]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.11.2.6
retrieving revision 1.11.2.7
diff -u -r1.11.2.6 -r1.11.2.7
--- xdebug/package2.xml:1.11.2.6 Tue Dec 30 14:04:29 2008 GMT
+++ xdebug/package2.xml Fri Jul 03 14:36:36 2009 GMT
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.7.2" 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
+<package packagerversion="1.8.1" 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">
@@ -30,47 +30,31 @@
   <email>derick[@]xdebug.org</email>
   <active>yes</active>
  </lead>
- <date>2008-12-30</date>
- <time>16:02:35</time>
+ <date>2009-07-03</date>
+ <time>17:02:56</time>
  <version>
- <release>2.0.4</release>
- <api>2.0.4</api>
+ <release>2.0.5</release>
+ <api>2.0.5</api>
  </version>
  <stability>
   <release>stable</release>
   <api>stable</api>
  </stability>
  <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Tue, Dec 30, 2008 - xdebug 2.0.4
+ <notes>
+Fri, Jul 03, 2009 - xdebug 2.0.5
 
 = Fixed bugs:
- - Fixed for strange jump positions in path analysis.
- - Fixed issues with code coverage crashing on parse errors.
- - Fixed code code coverage by overriding more opcodes.
- - Fixed issues with Xdebug stalling/crashing when detaching from remote
- debugging.
- - Fixed crash on Vista where memory was freed with routines from a different
- standard-C library than it was allocated with. (Patch by Eric Promislow
- &lt;ericp[@]activestate.com&gt;).
- - Link against the correct CRT library. (Patch by Eric Promislow
- &lt;ericp[@]activestate.com&gt;).
- - Sort the symbol elements according to name. (Patch by Eric Promislow
- &lt;ericp[@]activestate.com&gt;).
- - Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric
- Promislow &lt;ericp[@]activestate.com&gt;).
- - Fixed a segfault in interactive mode while including a file.
- - Fixed a crash in super global dumping in case somebody was strange enough
- to reassign them to a value type other than an Array.
- - Simplify version checking for libtool. (Patch by PGNet
- &lt;pgnet.trash[@]gmail.com&gt;).
- - Fixed display of unused returned variables from functions in PHP 5.3.
- - Include config.w32 in the packages as well.
- - Fixed .dsp for building with PHP 4.
-
-+ Added features:
- - Support debugging into phars.
- - Basic PHP 5.3 support.
-
+ - Fixed bug #425: memory leak (around 40MB for each request) when using
+ xdebug_start_trace.
+ - Fixed bug #422: Segfaults when using code coverage with a parse error in
+ the script.
+ - Fixed bug #418: compilation breaks with CodeWarrior for NetWare.
+ - Fixed bug #403: &apos;call&apos; and &apos;return&apos; breakpoints triggers both on call and
+ return for class method breakpoints.
+ - Fixed TSRM issues for PHP 5.2 and PHP 5.3. (Original patch by Elizabeth
+ M. Smith).
+ - Fixed odd crash bugs, due to GCC 4 sensitivity.
  </notes>
  <contents>
   <dir name="/">
@@ -168,6 +152,33 @@
  <changelog>
   <release>
    <version>
+ <release>2.0.5</release>
+ <api>2.0.5</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2009-07-03</date>
+ <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
+ <notes>
+Fri, Jul 03, 2009 - xdebug 2.0.5
+
+= Fixed bugs:
+ - Fixed bug #425: memory leak (around 40MB for each request) when using
+ xdebug_start_trace.
+ - Fixed bug #422: Segfaults when using code coverage with a parse error in
+ the script.
+ - Fixed bug #418: compilation breaks with CodeWarrior for NetWare.
+ - Fixed bug #403: &apos;call&apos; and &apos;return&apos; breakpoints triggers both on call and
+ return for class method breakpoints.
+ - Fixed TSRM issues for PHP 5.2 and PHP 5.3. (Original patch by Elizabeth
+ M. Smith).
+ - Fixed odd crash bugs, due to GCC 4 sensitivity.
+ </notes>
+ </release>
+ <release>
+ <version>
     <release>2.0.4</release>
     <api>2.0.4</api>
    </version>
@@ -177,7 +188,8 @@
    </stability>
    <date>2008-12-30</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Tue, Dec 30, 2008 - xdebug 2.0.4
+ <notes>
+Tue, Dec 30, 2008 - xdebug 2.0.4
 
 = Fixed bugs:
         - Fixed for strange jump positions in path analysis.
@@ -206,7 +218,6 @@
 + Added features:
         - Support debugging into phars.
         - Basic PHP 5.3 support.
-
    </notes>
   </release>
   <release>
@@ -220,7 +231,8 @@
    </stability>
    <date>2008-04-09</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Wed, Apr 09, 2008 - xdebug 2.0.3
+ <notes>
+Wed, Apr 09, 2008 - xdebug 2.0.3
 
 = Fixed bugs:
         - Fixed bug #338: Crash with: xdebug.remote_handler=req.
@@ -233,7 +245,6 @@
 + Changes:
         - Added a CSS-class for xdebug&apos;s var_dump().
         - Added support for the new E_DEPRECATED.
-
    </notes>
   </release>
   <release>
@@ -247,7 +258,8 @@
    </stability>
    <date>2007-11-11</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Sun, Nov 11, 2007 - xdebug 2.0.2
+ <notes>
+Sun, Nov 11, 2007 - xdebug 2.0.2
 
 = Fixed bugs:
         - Fixed bug #325: DBGP: &quot;detach&quot; stops further sessions being established
@@ -258,7 +270,6 @@
         - Fixed bug #314: PHP CLI Error Logging thwarted when XDebug Loaded.
         - Fixed bug #300: Direction of var_dump().
         - Always set the transaction_id and command. (Related to bug #313).
-
    </notes>
   </release>
   <release>
@@ -272,7 +283,8 @@
    </stability>
    <date>2007-10-29</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Sat, Oct 20, 2007 - xdebug 2.0.1
+ <notes>
+Sat, Oct 20, 2007 - xdebug 2.0.1
 
 + Changes:
         - Improved code coverage performance dramatically.
@@ -288,7 +300,6 @@
           correctly concerning string length.
         - Fixed a memory free error related to remote debugging conditions.
           (Related to bug #297).
-
    </notes>
   </release>
   <release>
@@ -302,7 +313,8 @@
    </stability>
    <date>2007-07-18</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Wed, Jul 18, 2007 - xdebug 2.0.0
+ <notes>
+Wed, Jul 18, 2007 - xdebug 2.0.0
 
 + Changes:
         - Put back the disabling of stack traces - apperently people were relying
@@ -333,7 +345,6 @@
 
 + DBGP:
         - Added support for &quot;breakpoint_languages&quot;.
-
    </notes>
   </release>
   <release>
@@ -347,7 +358,8 @@
    </stability>
    <date>2007-05-17</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Wed, May 17, 2007 - xdebug 2.0.0rc4
+ <notes>
+Wed, May 17, 2007 - xdebug 2.0.0rc4
 + Changes:
         - Use µ seconds instead of a tenths of µ seconds to avoid confusion in
           profile information.
@@ -393,7 +405,6 @@
           available.
         - Stopped the use of &gt;error&gt; elements for exception breakpoints, as that
           violates the protocol.
-
    </notes>
   </release>
   <release>
@@ -407,7 +418,8 @@
    </stability>
    <date>2007-01-31</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Wed, Jan 31, 2007 - xdebug 2.0.0rc3
+ <notes>
+Wed, Jan 31, 2007 - xdebug 2.0.0rc3
 + Changes:
         - Removed the bogus &quot;xdebug.allowed_clients&quot; setting - it was not
           implemented.
@@ -425,7 +437,6 @@
           later.
         - Fixed a segfault that occurred when creating printable stack traces and
           collect_params was turned off.
-
    </notes>
   </release>
   <release>
@@ -439,7 +450,8 @@
    </stability>
    <date>2006-12-24</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Sun, Dec 24, 2006 - xdebug 2.0.0rc2
+ <notes>
+Sun, Dec 24, 2006 - xdebug 2.0.0rc2
 + Added new features:
         - Implemented the &quot;xdebug.var_display_max_children&quot; setting. The default is
           set to 128 children.
@@ -496,7 +508,6 @@
           triggering shutdown function.
         - Fixed bug #208: Socket connection attempted when XDEBUG_SESSION_STOP.
         - Fixed PECL bug #8989: Compile error with PHP 5 and GCC 2.95.
-
    </notes>
   </release>
   <release>
@@ -510,7 +521,8 @@
    </stability>
    <date>2006-10-08</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Added new features:
+ <notes>
++ Added new features:
     - Implemented FR #70: Provide optional depth on xdebug_call_* functions.
     - Partially implemented FR #50: Resource limiting for variable display. By
       default only two levels of nested variables and max string lengths of 512
@@ -556,7 +568,6 @@
     - Fixed bug #173: Coverage produces wrong coverage.
     - Fixed a typo that prevented the XDEBUG_CONFIG option &quot;profiler_enable&quot;
       from working.
-
    </notes>
   </release>
   <release>
@@ -570,7 +581,8 @@
    </stability>
    <date>2006-06-30</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Added new features:
+ <notes>
++ Added new features:
     - Implemented FR #137: feature_get for general commands doesn&apos;t have a text field.
     - Implemented FR #131: XDebug needs to implement paged child object requests.
     - Implemented FR #124: Add backtrace dumping information when exception thrown.
@@ -619,7 +631,6 @@
     - Fixed Komodo bug 45484: no member data for objects in PHP debugger.
     - Suppress NOP/EXT_NOP from being marked as executable code with Code
       Coverage.
-
    </notes>
   </release>
   <release>
@@ -633,7 +644,8 @@
    </stability>
    <date>2005-12-31</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Added new features:
+ <notes>
++ Added new features:
     - Implemented FR #161: var_dump doesn&apos;t show lengths for strings.
     - Implemented FR #158: Function calls from the {main} scope always have the
       line number 0.
@@ -647,7 +659,6 @@
       thrown.
     - Fixed bug #154: GCC 4.0.2 optimizes too much out with -O2.
     - Fixed bug #141: Remote context_get causes segfault.
-
    </notes>
   </release>
   <release>
@@ -661,7 +672,8 @@
    </stability>
    <date>2005-09-24</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Added new features:
+ <notes>
++ Added new features:
     - Added xdebug_debug_zval_stdout().
     - Added xdebug_get_profile_filename() function which returns the current
       profiler dump file.
@@ -680,7 +692,6 @@
     - Fixed bug #136: The &quot;type&quot; attribute is missing from stack_get returns.
     - Fixed bug #133: PHP scripts exits with 0 on PHP error.
     - Fixed bug #132: use of eval causes a segmentation fault.
-
    </notes>
   </release>
   <release>
@@ -694,7 +705,8 @@
    </stability>
    <date>2005-05-12</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Added new features:
+ <notes>
++ Added new features:
     - Added the possibility to trigger the profiler by setting
       &quot;xdebug.profiler_enable_trigger&quot; to 1 and using XDEBUG_PROFILE as a get
       parameter.
@@ -714,7 +726,6 @@
       variable
     - Fixed bug #95: Segfault when deinitializing Xdebug module.
       (Patch by Maxim Poltarak &lt;demiurg[@]gmail.com&gt;)
-
    </notes>
   </release>
   <release>
@@ -728,7 +739,8 @@
    </stability>
    <date>2004-11-28</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Added new features:
+ <notes>
++ Added new features:
     - DBGP: Added error messages to returned errors (in most cases)
   
 + Added new functions:
@@ -759,7 +771,6 @@
     - Fixed bug #93: Crash in lookup_hostname on x86_64
     - Fixed bug #92: xdebug_disable() doesn&apos;t disable the exception handler.
     - Fixed bug #68: Summary not written when script ended with &quot;exit()&quot;.
-
    </notes>
   </release>
   <release>
@@ -773,7 +784,8 @@
    </stability>
    <date>2004-09-15</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Added new features:
+ <notes>
++ Added new features:
     - Added support for the new DBGp protocol for communicating with the debug
       engine.
     - A computerized trace format for easier parsing by external programs.
@@ -871,7 +883,6 @@
     - Fixed bug #33: Implemented the use of the ZEND_POST_DEACTIVATE hook. Now we
       can handle destructors safely too.
     - Fixed bug #32: Unusual dynamic variables cause xdebug to crash.
-
    </notes>
   </release>
   <release>
@@ -885,12 +896,12 @@
    </stability>
    <date>2004-04-06</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>= Fixed profiler to aggregate class/method calls correctly. (Robert Beenen)
+ <notes>
+= Fixed profiler to aggregate class/method calls correctly. (Robert Beenen)
 = Fixed debugclient to initialize socket structure correctly. (Brandon Philips
   and David Sklar)
 = GDB: Fixed bug where the source file wasn&apos;t closed after a &quot;source&quot; command.
   (Derick)
-
    </notes>
   </release>
   <release>
@@ -904,11 +915,11 @@
    </stability>
    <date>2003-09-17</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>= Fixed segfault where a function name didn&apos;t exist in case of a
+ <notes>
+= Fixed segfault where a function name didn&apos;t exist in case of a
  &quot;call_user_function&quot;. (Derick)
 = Fixed reading a filename in case of an callback to a PHP function from an
   internal function (like &quot;array_map()&quot;). (Derick)
-
    </notes>
   </release>
   <release>
@@ -922,7 +933,8 @@
    </stability>
    <date>2003-09-17</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>= Fixed bug with wrong file names for functions called from call_user_*().
+ <notes>
+= Fixed bug with wrong file names for functions called from call_user_*().
   (Derick)
 + Added the option &quot;dump_superglobals&quot; to the remote debugger. If you set this
   option to 0 the &quot;show-local&quot; and similar commands will not return any data
@@ -947,7 +959,6 @@
 + Implemented the &quot;show-local&quot; command (shows all local variables in the
   current scope including all contents). (Derick)
 + Implemented conditions for breakpoints in the &quot;break&quot; command. (Derick)
-
    </notes>
   </release>
   <release>
@@ -961,8 +972,8 @@
    </stability>
    <date>2003-04-21</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>= Fixed compilation on MacOSX. (Derick)
-
+ <notes>
+= Fixed compilation on MacOSX. (Derick)
    </notes>
   </release>
   <release>
@@ -976,9 +987,9 @@
    </stability>
    <date>2003-04-15</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>= Fixed handling Windows paths in the debugger. (Derick)
+ <notes>
+= Fixed handling Windows paths in the debugger. (Derick)
 = Fixed getting zvals out of Zend Engine 2. (Derick)
-
    </notes>
   </release>
   <release>
@@ -992,7 +1003,8 @@
    </stability>
    <date>2003-04-06</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Added code coverage functions to check which lines and how often they were
+ <notes>
++ Added code coverage functions to check which lines and how often they were
   touched during execution. (Derick)
 + Made Xdebug compatible with Zend Engine 2. (Derick)
 + Added dumping of super globals on errors. (Harald Radi)
@@ -1007,7 +1019,6 @@
   xdebug_dump_function_trace() that dumps the profiling data. (Ilia)
 + Implemented the &quot;kill&quot; (kills the running script) and &quot;delete&quot; (removes
   a breakpoint on a specified element) command. (Derick)
-
    </notes>
   </release>
   <release>
@@ -1021,12 +1032,12 @@
    </stability>
    <date>2002-11-11</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Implemented the &quot;list&quot; (source listing), &quot;print&quot; (printing variable
+ <notes>
++ Implemented the &quot;list&quot; (source listing), &quot;print&quot; (printing variable
   contents), &quot;show&quot; (show all variables in the scope), &quot;step&quot; (step through
   execution), &quot;pwd&quot; (print working directory), &quot;next&quot; (step over) and &quot;finish&quot;
   (step out) commands for the remote debugger. (Derick)
 = Fixed lots of small bugs, under them memory leaks and crash bugs. (Derick)
-
    </notes>
   </release>
   <release>
@@ -1040,13 +1051,13 @@
    </stability>
    <date>2002-10-29</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Implemented class::method, object-&gt;method and file.ext:line style
+ <notes>
++ Implemented class::method, object-&gt;method and file.ext:line style
   breakpoints. (Derick)
 + Added xdebug.collect_params setting. If this setting is on (the default)
   then Xdebug collects all parameters passed to functions, otherwise they
   are not collected at all. (Derick)
 + Implemented correct handling of include/require and eval. (Derick)
-
    </notes>
   </release>
   <release>
@@ -1060,7 +1071,8 @@
    </stability>
    <date>2002-10-22</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Added automatic starting of function traces (xdebug.auto_trace, defaulting to
+ <notes>
++ Added automatic starting of function traces (xdebug.auto_trace, defaulting to
   &quot;off&quot;). (Derick)
 - Xdebug no longer supports PHP versions below PHP 4.3.0pre1. (Derick)
 + Added gdb compatible debugger handler with support for simple (function only)
@@ -1070,7 +1082,6 @@
 + Added time-index and memory footprint to CLI dumps. (Derick)
 + Implemented remote debugger handler abstraction. (Derick)
 + Added a php3 compatible debugger handler. (Derick)
-
    </notes>
   </release>
   <release>
@@ -1084,14 +1095,14 @@
    </stability>
    <date>2002-09-01</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Implemented gathering of parameters to internal functions (only available
+ <notes>
++ Implemented gathering of parameters to internal functions (only available
   in combination with PHP 4.3.0-dev). (Derick)
 = Implemented a new way to get class names and file names. (Derick, Thies C.
   Arntzen &gt;thies[@]thieso.net&lt;)
 + Added support for error messages with stack trace in syslog. (Sergio
   Ballestrero &gt;s.ballestrero[@]planetweb.it&lt;)
 = Windows compilation fixes. (Derick)
-
    </notes>
   </release>
   <release>
@@ -1105,7 +1116,8 @@
    </stability>
    <date>2002-06-16</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>= Fixed a memory leak in delayed included files. (Derick)
+ <notes>
+= Fixed a memory leak in delayed included files. (Derick)
 - Added support for PHP 4.1.2. (Derick)
 = Rewrote xdebug_get_function_stack() and xdebug_get_function_trace() to return
   data in multidimensional arrays. (Derick)
@@ -1117,7 +1129,6 @@
 = Fixed crash when using an user defined session handler. (Derick)
 + Implemented variable function names ($a = &apos;foo&apos;; $f();) for use in
   traces. (Derick)
-
    </notes>
   </release>
   <release>
@@ -1131,7 +1142,8 @@
    </stability>
    <date>2002-05-26</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Implemented much better parameter tracing for user defined
+ <notes>
++ Implemented much better parameter tracing for user defined
   functions. (Derick)
 = Renamed xdebug_get_function_trace() to xdebug_dump_function_trace().
   (Derick)
@@ -1149,7 +1161,6 @@
   xdebug_start_trace() and xdebug_stop_trace(). You can view the trace by using
   the return array from xdebug_get_function_trace(). (Derick)
 = Fixed segfaults with xdebug_call_*(). (Derick)
-
    </notes>
   </release>
   <release>
@@ -1163,7 +1174,8 @@
    </stability>
    <date>2002-05-08</date>
    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>+ Implemented handling of static method calls (foo::bar). (Derick)
+ <notes>
++ Implemented handling of static method calls (foo::bar). (Derick)
 + Added correct handling of include(_once)/require(_once) and eval().
   (Derick)
 + Added ini setting to change the default setting for enabling showing
@@ -1173,7 +1185,6 @@
 = Fixed the extension to show all errors. (Derick)
 + Implemented xdebug_memory_usage() which returns the memory in use by PHPs
   engine. (Derick)
-
    </notes>
   </release>
  </changelog>

[FILE: /xdebug/test-4.3.sh]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- xdebug/test-4.3.sh:1.4 Wed Jul 18 15:25:31 2007 GMT
+++ xdebug/test-4.3.sh Fri Jul 03 14:36:36 2009 GMT
@@ -1 +1 @@
-TEST_PHP_EXECUTABLE=`which php-4.3dev` php-5.2dev /home/derick/dev/php/php-5.2dev/run-tests.php tests/*.phpt
+TEST_PHP_EXECUTABLE=`which php-4.4dev` php-5.2dev /home/derick/dev/php/php-5.2dev/run-tests.php tests/*.phpt

[FILE: /xdebug/test-5.1.sh]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- xdebug/test-5.1.sh:1.1 Sat Dec 23 19:04:21 2006 GMT
+++ xdebug/test-5.1.sh Fri Jul 03 14:36:36 2009 GMT
@@ -1 +1 @@
-TEST_PHP_EXECUTABLE=`which php-5.1dev` php-5.1dev -dxdebug.auto_trace=0 /dat/dev/php/php-5.1dev/run-tests.php tests/*.phpt
+TEST_PHP_EXECUTABLE=`which php-5.1dev` php-5.1dev -dxdebug.auto_trace=0 /home/derick/dev/php/php-5.1dev/run-tests.php tests/*.phpt
Received on Fri Jul 03 2009 - 18:37:01 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST