[xdebug-dev] xdebug xdebug/package.xml - Merge package.xml releases from the XDEBUG_1_3 branch.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Wed, 15 Sep 2004 11:33:40 +0200

Date: Wed Sep 15 11:33:40 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Merge package.xml releases from the XDEBUG_1_3 branch.

Modified files:
           xdebug/package.xml (version: 1.27)

[FILE: /xdebug/package.xml]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- xdebug/package.xml:1.26 Mon Jan 12 11:01:29 2004 GMT
+++ xdebug/package.xml Wed Sep 15 07:33:40 2004 GMT
@@ -35,35 +35,7 @@
     <version>1.3.0</version>
     <date>2003-09-17</date>
     <notes>
-= Fixed segfault where a function name didn't exist in case of a
- "call_user_function". (Derick)
-= Fixed reading a filename in case of an callback to a PHP function from an
- internal function (like "array_map()"). (Derick)
-= Fixed bug with wrong file names for functions called from call_user_*().
- (Derick)
-+ Added the option "dump_superglobals" to the remote debugger. If you set this
- option to 0 the "show-local" and similar commands will not return any data
- from superglobals anymore. (Derick)
-= Fixed bug #2: "pear package" triggers a segfault. (Derick)
-= Fixed crash bug when a function had sprintf style parameters (ie.
- strftime()). (Derick)
-+ Added "id" attribute to &lt;var /&gt; elements in responses from the remove
- debugger when the response method is XML. This makes it possible to
- distinguish between unique elements by use of recursion for example. (Derick)
-= Improved performance greatly by doing lazy folding of variables outside
- trace mode. (Derick)
-= Fixed a bug with "quit", if it was used it disabled the extension for the
- current process. (Derick)
-+ Added the "full" argument to the remote command "backtrace". When this
- argument is passed, the local variables will be returned to for each frame in
- the stack. (Derick)
-+ Implemented xdebug_time_index() which returns the time passed since the
- start of the script. This change also changes the output of the tracing
- functions as the start time will no longer be the first function call, but
- the real start time of the script. (Derick)
-+ Implemented the "show-local" command (shows all local variables in the
- current scope including all contents). (Derick)
-+ Implemented conditions for breakpoints in the "break" command. (Derick)
+= Fixed bug #58: Xdebug 1.3.x doesn't compile with PHP 5. (Derick)
     </notes>
     <filelist>
       <file role="src" name="php_xdebug.h"/>
@@ -139,6 +111,27 @@
     </filelist>
   </release>
   <changelog>
+ <release>
+ <state>stable</state>
+ <version>1.3.2</version>
+ <date>2004-06-30</date>
+ <notes>
+= Fixed bug #58: Xdebug 1.3.x doesn't compile with PHP 5. (Derick)
+ </notes>
+ </release>
+ <release>
+ <state>stable</state>
+ <version>1.3.1</version>
+ <date>2004-04-06</date>
+ <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't closed after a "source" command.
+ (Derick)
+ </notes>
+ </release>
+
     <release>
       <state>stable</state>
       <version>1.3.0</version>
Received on Wed Sep 15 2004 - 11:33:52 BST

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