Skip to content

Commit

Permalink
- Go with 1.3.2.
Browse files Browse the repository at this point in the history
SVN Rev: 1380
  • Loading branch information
derickr committed Jun 30, 2004
1 parent 185681f commit 8b06c99
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
5 changes: 5 additions & 0 deletions Changelog
@@ -1,3 +1,8 @@
Sun Apr 18 01:35:33 CEST 2004 Derick Rethans <derick@derickrethans.nl>
php_xdebug.h
xdebug/xdebug.c:
- MFH: Fixed bug #58: Xdebug 1.3.x doesn't compile with PHP 5.

Tue Apr 06 21:10:04 CEST 2004 Derick Rethans <derick@derickrethans.nl>
xdebug_profiler.c:
- Fixed profiler to aggregate class/method calls correctly. (Patch by Robert
Expand Down
4 changes: 4 additions & 0 deletions NEWS
@@ -1,3 +1,7 @@
Wed, Jul 30, 2004 - xdebug 1.3.2

= Fixed bug #58: Xdebug 1.3.x doesn't compile with PHP 5. (Derick)

Tue, Apr 06, 2004 - xdebug 1.3.1

= Fixed profiler to aggregate class/method calls correctly. (Robert Beenen)
Expand Down
18 changes: 11 additions & 7 deletions package.xml
Expand Up @@ -32,14 +32,10 @@ Xdebug also provides:
<license>BSD style</license>
<release>
<state>stable</state>
<version>1.3.1</version>
<date>2004-04-06</date>
<version>1.3.2</version>
<date>2004-06-30</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)
= Fixed bug #58: Xdebug 1.3.x doesn't compile with PHP 5. (Derick)
</notes>
<filelist>
<file role="src" name="php_xdebug.h"/>
Expand Down Expand Up @@ -110,6 +106,14 @@ Xdebug also provides:
</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>
Expand Down
2 changes: 1 addition & 1 deletion php_xdebug.h
Expand Up @@ -19,7 +19,7 @@
#ifndef PHP_XDEBUG_H
#define PHP_XDEBUG_H

#define XDEBUG_VERSION "1.3.2dev"
#define XDEBUG_VERSION "1.3.2"

#include "php.h"

Expand Down

0 comments on commit 8b06c99

Please sign in to comment.