Changes of Revision 5
[-] | Changed | php5-xdebug.changes |
x 1
2 ------------------------------------------------------------------- 3 +Tue Dec 30 21:16:00 UTC 2008 - cs@linux-administrator.com 4 + 5 +* Fixed bugs: 6 +- Fixed for strange jump positions in path analysis. 7 +- Fixed issues with code coverage crashing on parse errors. 8 +- Fixed code code coverage by overriding more opcodes. 9 +- Fixed issues with Xdebug stalling/crashing when detaching from remote debugging. 10 +- Fixed crash on Vista where memory was freed with routines from a different 11 + standard-C library than it was allocated with. (Patch by Eric Promislow). 12 +- Link against the correct CRT library. (Patch by Eric Promislow). 13 +- Sort the symbol elements according to name. (Patch by Eric Promislow). 14 +- Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric Promislow ). 15 +- Fixed a segfault in interactive mode while including a file. 16 +- Fixed a crash in super global dumping in case somebody was strange enough 17 + to reassign them to a value type other than an Array. 18 +- Simplify version checking for libtool. (Patch by PGNet). 19 +- Fixed display of unused returned variables from functions in PHP 5.3. 20 +- Include config.w32 in the packages as well. 21 +- Fixed .dsp for building with PHP 4. 22 + 23 +* Added features: 24 +- Support debugging into phars. 25 +- Basic PHP 5.3 support. 26 + 27 +------------------------------------------------------------------- 28 Mon Nov 12 08:36:57 UTC 2007 - crrodriguez@suse.de 29 30 - version 2.0.2 31 |
||
[-] | Changed | php5-xdebug.spec ^ |
19 1
2 %define pkg_name xdebug 3 # 4 Name: php5-xdebug 5 -Version: 2.0.2 6 +Version: 2.0.4 7 Release: 0 8 # 9 License: BSD 10
11 %doc README LICENSE Changelog NEWS CREDITS 12 13 %changelog -n php5-xdebug 14 +* Tue Dec 30 2008 Carsten Schoene <cs@linux-administrator.com> 15 +- update to release 2.0.4 16 * Wed Jan 31 2007 - judas_iscariote@shorewall.net 17 - update to RC3 18 * Sun Dec 24 2006 - judas_iscariote@shorewall.net 19 |
||
Added | xdebug-2.0.4.tgz ^ |