Date: Tue Dec 30 16:04:29 CET 2008
User: Derick Rethans
Directory: xdebug
Log Message:
[0.50]
- Go with 2.0.4.
Modified files:
xdebug/package.xml (version: 1.43.2.6)
xdebug/package2.xml (version: 1.11.2.6)
xdebug/php_xdebug.h (version: 1.133.2.10)
xdebug/template.rc (version: 1.1.2.8)
[FILE: /xdebug/package.xml]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.43.2.5
retrieving revision 1.43.2.6
diff -u -r1.43.2.5 -r1.43.2.6
--- xdebug/package.xml:1.43.2.5 Thu Dec 11 14:11:32 2008 GMT
+++ xdebug/package.xml Tue Dec 30 14:04:29 2008 GMT
@@ -32,22 +32,38 @@
<license>BSD style</license>
<release>
<state>stable</state>
- <version>2.0.3</version>
- <date>2008-04-09</date>
+ <version>2.0.4</version>
+ <date>2008-12-30</date>
<notes>
-Wed, Apr 09, 2008 - xdebug 2.0.3
+Tue, Dec 30, 2008 - xdebug 2.0.4
= Fixed bugs:
- - Fixed bug #338: Crash with: xdebug.remote_handler=req.
- - Fixed bug #334: Code Coverage Regressions.
- - Fixed abstract method detection for PHP 5.3.
- - Fixed code coverage dead-code detection.
- - Ignore ZEND_ADD_INTERFACE, which is on a different line in PHP >= 5.3 for
- some weird reason.
+ - 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
+ <ericp[@]activestate.com>).
+ - Link against the correct CRT library. (Patch by Eric Promislow
+ <ericp[@]activestate.com>).
+ - Sort the symbol elements according to name. (Patch by Eric Promislow
+ <ericp[@]activestate.com>).
+ - Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric
+ Promislow <ericp[@]activestate.com>).
+ - 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
+ <pgnet.trash[@]gmail.com>).
+ - 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.
-+ Changes:
- - Added a CSS-class for xdebug's var_dump().
- - Added support for the new E_DEPRECATED.
++ Added features:
+ - Support debugging into phars.
+ - Basic PHP 5.3 support.
</notes>
<filelist>
<file role="src" name="php_xdebug.h"/>
@@ -139,6 +155,42 @@
<changelog>
<release>
<state>stable</state>
+ <version>2.0.4</version>
+ <date>2008-12-30</date>
+ <notes>
+Tue, Dec 30, 2008 - xdebug 2.0.4
+
+= 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
+ <ericp[@]activestate.com>).
+ - Link against the correct CRT library. (Patch by Eric Promislow
+ <ericp[@]activestate.com>).
+ - Sort the symbol elements according to name. (Patch by Eric Promislow
+ <ericp[@]activestate.com>).
+ - Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric
+ Promislow <ericp[@]activestate.com>).
+ - 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
+ <pgnet.trash[@]gmail.com>).
+ - 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.
+ </notes>
+ </release>
+ <release>
+ <state>stable</state>
<version>2.0.3</version>
<date>2008-04-09</date>
<notes>
[FILE: /xdebug/package2.xml]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.11.2.5
retrieving revision 1.11.2.6
diff -u -r1.11.2.5 -r1.11.2.6
--- xdebug/package2.xml:1.11.2.5 Thu Dec 11 14:11:32 2008 GMT
+++ xdebug/package2.xml Tue Dec 30 14:04:29 2008 GMT
@@ -30,30 +30,46 @@
<email>derick[@]xdebug.org</email>
<active>yes</active>
</lead>
- <date>2008-12-11</date>
- <time>16:11:10</time>
+ <date>2008-12-30</date>
+ <time>16:02:35</time>
<version>
- <release>2.0.3</release>
- <api>2.0.3</api>
+ <release>2.0.4</release>
+ <api>2.0.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
- <notes>Wed, Apr 09, 2008 - xdebug 2.0.3
+ <notes>Tue, Dec 30, 2008 - xdebug 2.0.4
= Fixed bugs:
- - Fixed bug #338: Crash with: xdebug.remote_handler=req.
- - Fixed bug #334: Code Coverage Regressions.
- - Fixed abstract method detection for PHP 5.3.
- - Fixed code coverage dead-code detection.
- - Ignore ZEND_ADD_INTERFACE, which is on a different line in PHP >= 5.3 for
- some weird reason.
+ - 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
+ <ericp[@]activestate.com>).
+ - Link against the correct CRT library. (Patch by Eric Promislow
+ <ericp[@]activestate.com>).
+ - Sort the symbol elements according to name. (Patch by Eric Promislow
+ <ericp[@]activestate.com>).
+ - Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric
+ Promislow <ericp[@]activestate.com>).
+ - 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
+ <pgnet.trash[@]gmail.com>).
+ - 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.
-+ Changes:
- - Added a CSS-class for xdebug's var_dump().
- - Added support for the new E_DEPRECATED.
++ Added features:
+ - Support debugging into phars.
+ - Basic PHP 5.3 support.
</notes>
<contents>
@@ -152,6 +168,49 @@
<changelog>
<release>
<version>
+ <release>2.0.4</release>
+ <api>2.0.4</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </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
+
+= 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
+ <ericp[@]activestate.com>).
+ - Link against the correct CRT library. (Patch by Eric Promislow
+ <ericp[@]activestate.com>).
+ - Sort the symbol elements according to name. (Patch by Eric Promislow
+ <ericp[@]activestate.com>).
+ - Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric
+ Promislow <ericp[@]activestate.com>).
+ - 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
+ <pgnet.trash[@]gmail.com>).
+ - 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.
+
+ </notes>
+ </release>
+ <release>
+ <version>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
[FILE: /xdebug/php_xdebug.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.133.2.9
retrieving revision 1.133.2.10
diff -u -r1.133.2.9 -r1.133.2.10
--- xdebug/php_xdebug.h:1.133.2.9 Fri Apr 18 16:04:28 2008 GMT
+++ xdebug/php_xdebug.h Tue Dec 30 14:04:29 2008 GMT
@@ -20,7 +20,7 @@
#define PHP_XDEBUG_H
#define XDEBUG_NAME "Xdebug"
-#define XDEBUG_VERSION "2.0.4-dev"
+#define XDEBUG_VERSION "2.0.4"
#define XDEBUG_AUTHOR "Derick Rethans"
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2008 by Derick Rethans"
#define XDEBUG_URL "http://xdebug.org"
[FILE: /xdebug/template.rc]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -r1.1.2.7 -r1.1.2.8
--- xdebug/template.rc:1.1.2.7 Wed Apr 09 12:47:54 2008 GMT
+++ xdebug/template.rc Tue Dec 30 14:04:29 2008 GMT
@@ -1,5 +1,5 @@
/* This is a template RC file.
- * $Id: cvstemp,v 1.1.2.7 2008/04/09 14:47:54 derick Exp $
+ * $Id: cvstemp,v 1.1.2.8 2008/12/30 15:04:29 derick Exp $
* Do not edit with MSVC */
#ifdef APSTUDIO_INVOKED
# error dont edit with MSVC
@@ -15,8 +15,8 @@
# define THANKS_GUYS ""
#endif
-#define VERSIONDESC 2,0,3,0
-#define VERSIONSTR "2.0.3"
+#define VERSIONDESC 2,0,4,0
+#define VERSIONSTR "2.0.4"
//Version
VS_VERSION_INFO VERSIONINFO
Received on Tue Dec 30 2008 - 16:13:44 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST