Skip to content

Commit

Permalink
- Fix NEWS
Browse files Browse the repository at this point in the history
SVN Rev: 130
  • Loading branch information
derickr committed May 26, 2002
1 parent 3734d03 commit 78a7e42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NEWS
@@ -1,3 +1,5 @@
Sun May 26, 2002 - xdebug 0.8.0 - Yoda

+ Implemented much better parameter tracing for user defined
functions. (Derick)
= Renamed xdebug_get_function_trace() to xdebug_dump_function_trace().
Expand All @@ -17,7 +19,7 @@
the return array from xdebu_get_function_trace(). (Derick)
= Fixed segfaults with xdebug_call_*(). (Derick)

Wed May 08, 2002 - xdebug 0.7.0
Wed May 08, 2002 - xdebug 0.7.0 - Freedom

+ Implemented handling of static method calls (foo::bar). (Derick)
+ Added correct handling of include(_once)/require(_once) and eval().
Expand All @@ -31,6 +33,7 @@ Wed May 08, 2002 - xdebug 0.7.0
engine. (Derick)


Legenda:
+ New additions
- Removed functions
= Bug fixes

0 comments on commit 78a7e42

Please sign in to comment.