File php5-xdebug.changes of Package php5-xdebug (Revision a2de2a67933f1240929961e4cd2507ce)
Currently displaying revision a2de2a67933f1240929961e4cd2507ce, show latest
1
-------------------------------------------------------------------
2
Tue Dec 30 21:16:00 UTC 2008 - cs@linux-administrator.com
3
4
* Fixed bugs:
5
- Fixed for strange jump positions in path analysis.
6
- Fixed issues with code coverage crashing on parse errors.
7
- Fixed code code coverage by overriding more opcodes.
8
- Fixed issues with Xdebug stalling/crashing when detaching from remote debugging.
9
- Fixed crash on Vista where memory was freed with routines from a different
10
standard-C library than it was allocated with. (Patch by Eric Promislow).
11
- Link against the correct CRT library. (Patch by Eric Promislow).
12
- Sort the symbol elements according to name. (Patch by Eric Promislow).
13
- Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric Promislow ).
14
- Fixed a segfault in interactive mode while including a file.
15
- Fixed a crash in super global dumping in case somebody was strange enough
16
to reassign them to a value type other than an Array.
17
- Simplify version checking for libtool. (Patch by PGNet).
18
- Fixed display of unused returned variables from functions in PHP 5.3.
19
- Include config.w32 in the packages as well.
20
- Fixed .dsp for building with PHP 4.
21
22
* Added features:
23
- Support debugging into phars.
24
- Basic PHP 5.3 support.
25
26
-------------------------------------------------------------------
27
Mon Nov 12 08:36:57 UTC 2007 - crrodriguez@suse.de
28
29
- version 2.0.2
30
- Fixed bug #325: DBGP: "detach" stops further sessions being established
31
from Apache.
32
- Fixed bug #321: Code coverage crashes on empty PHP files.
33
- Fixed bug #318: Segmentation Fault in code coverage analysis.
34
- Fixed bug #315: Xdebug crashes when including a file that doesn't exist.
35
- Fixed bug #314: PHP CLI Error Logging thwarted when XDebug Loaded.
36
- Fixed bug #300: Direction of var_dump().
37
- Always set the transaction_id and command. (Related to bug #313).
38
39
-------------------------------------------------------------------
40
Mon Oct 22 00:14:14 UTC 2007 - crrodriguez@suse.de
41
42
- update to version 2.0.1
43
- Improved code coverage performance dramatically.
44
- PHP 5.3 compatibility (no namespaces yet though).
45
- Fixed bug #300: Xdebug does not force LTR rendering for its tables.
46
- Fixed bug #299: Computerized traces don't have a newline for return
47
entries if memory limit is not enabled.
48
- Fixed bug #298: xdebug_var_dump() doesn't handle entity replacements
49
correctly concerning string length.
50
- Fixed a memory free error related to remote debugging conditions.
51
52
-------------------------------------------------------------------
53
Thu May 17 20:06:15 UTC 2007 - judas_iscariote@shorewall.net
54
55
- update snapshot to RC5-dev
56
57
-------------------------------------------------------------------
58
Sun Apr 29 11:27:33 UTC 2007 - judas_iscariote@shorewall.net
59
60
- update to RC4 snapshot to fix some annoying crashes and bugs.
61
62