Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
extensions
>
php5-xdebug
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
php5-xdebug.changes
@@ -1,4 +1,29 @@ ------------------------------------------------------------------- +Tue Dec 30 21:16:00 UTC 2008 - cs@linux-administrator.com + +* 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). +- Link against the correct CRT library. (Patch by Eric Promislow). +- Sort the symbol elements according to name. (Patch by Eric Promislow). +- Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric Promislow ). +- 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). +- 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. + +------------------------------------------------------------------- Mon Nov 12 08:36:57 UTC 2007 - crrodriguez@suse.de - version 2.0.2
[-]
[+]
Changed
php5-xdebug.spec
^
@@ -2,7 +2,7 @@ %define pkg_name xdebug # Name: php5-xdebug -Version: 2.0.2 +Version: 2.0.4 Release: 0 # License: BSD @@ -83,6 +83,8 @@ %doc README LICENSE Changelog NEWS CREDITS %changelog -n php5-xdebug +* Tue Dec 30 2008 Carsten Schoene <cs@linux-administrator.com> +- update to release 2.0.4 * Wed Jan 31 2007 - judas_iscariote@shorewall.net - update to RC3 * Sun Dec 24 2006 - judas_iscariote@shorewall.net
Added
xdebug-2.0.4.tgz
^