Skip to content

Commit

Permalink
Go with 2.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Mar 12, 2012
1 parent 0282e97 commit bf9bb55
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 29 deletions.
59 changes: 33 additions & 26 deletions package.xml
Expand Up @@ -32,35 +32,22 @@ Xdebug also provides:
<license>BSD style</license> <license>BSD style</license>
<release> <release>
<state>stable</state> <state>stable</state>
<version>2.1.3</version> <version>2.1.4</version>
<date>2012-01-25</date> <date>2012-03-12</date>
<notes> <notes>
= Fixed bugs: = Fixed bugs:

- Fixed bug #725: EG(current_execute_data) is not checked in xdebug.c,
xdebug_statement_call.
- Fixed bug #723: xdebug is stricter than PHP regarding Exception property
types.
- Fixed bug #714: Cachegrind files have huge (wrong) numbers in some lines.
- Fixed bug #709: Xdebug doesn't understand E_USER_DEPRECATED.
- Fixed bug #698: Allow xdebug.remote_connect_back to be set in .htaccess.
- Fixed bug #690: Function traces are not appended to file with
xdebug_start_trace() and xdebug.trace_options=1.
- Fixed bug #623: Static properties of a class can be evaluated only with
difficulty.
- Fixed bug #614/#619: Viewing private variables in base classes through
the debugger.
- Fixed bug #609: Xdebug and SOAP extension's error handlers conflict.
- Fixed bug #606/#678/#688/#689/#704: crash after using eval on an
unparsable, or un-executable statement.
- Fixed bug #305: xdebug exception handler doesn't properly handle special
chars.

+ Changes:


- Changed xdebug_break() to hint to the statement execution trap instead of - Fixed bug #788: Collect errors eats fatal errors.
breaking forcefully adding an extra stackframe. - Fixed bug #787: Segmentation Fault with PHP header_remove().
- Prevent Xdebug 2.1.x to build with PHP 5.4. - Fixed bug #778: Xdebug session in Eclipse crash whenever it run into
simplexml_load_string call.
- Fixed bug #756: Added support for ZEND_*_*_OBJ and self::*.
- Fixed bug #747: Still problem with error message and soap client / soap
server.
- Fixed bug #744: new lines in a PHP file from Windows are displayed with
an extra white line with var_dump().
- Fixed an issue with debugging and the eval command.
- Fixed compilation with ZTS on PHP < 5.3
</notes> </notes>
<filelist> <filelist>
<file role="src" name="php_xdebug.h"/> <file role="src" name="php_xdebug.h"/>
Expand Down Expand Up @@ -153,6 +140,26 @@ Xdebug also provides:
</deps> </deps>
</release> </release>
<changelog> <changelog>
<release>
<state>stable</state>
<version>2.1.4</version>
<date>2012-03-12</date>
<notes>
= Fixed bugs:

- Fixed bug #788: Collect errors eats fatal errors.
- Fixed bug #787: Segmentation Fault with PHP header_remove().
- Fixed bug #778: Xdebug session in Eclipse crash whenever it run into
simplexml_load_string call.
- Fixed bug #756: Added support for ZEND_*_*_OBJ and self::*.
- Fixed bug #747: Still problem with error message and soap client / soap
server.
- Fixed bug #744: new lines in a PHP file from Windows are displayed with
an extra white line with var_dump().
- Fixed an issue with debugging and the eval command.
- Fixed compilation with ZTS on PHP < 5.3
</notes>
</release>
<release> <release>
<state>stable</state> <state>stable</state>
<version>2.1.3</version> <version>2.1.3</version>
Expand Down
2 changes: 1 addition & 1 deletion php_xdebug.h
Expand Up @@ -20,7 +20,7 @@
#define PHP_XDEBUG_H #define PHP_XDEBUG_H


#define XDEBUG_NAME "Xdebug" #define XDEBUG_NAME "Xdebug"
#define XDEBUG_VERSION "2.1.4dev" #define XDEBUG_VERSION "2.1.4"
#define XDEBUG_AUTHOR "Derick Rethans" #define XDEBUG_AUTHOR "Derick Rethans"
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2012 by Derick Rethans" #define XDEBUG_COPYRIGHT "Copyright (c) 2002-2012 by Derick Rethans"
#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2012" #define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2012"
Expand Down
4 changes: 2 additions & 2 deletions template.rc
Expand Up @@ -15,8 +15,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
# define THANKS_GUYS "" # define THANKS_GUYS ""
#endif #endif


#define VERSIONDESC 2,1,4,0 #define VERSIONDESC 2,1,4,1
#define VERSIONSTR "2.1.4dev" #define VERSIONSTR "2.1.4"


//Version //Version
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit bf9bb55

Please sign in to comment.