Do You PHP はてブロ

Do You PHPはてなからはてブロに移動しました

Xdebug2.0.0RC4リリース


RC4がリリースされています。RC3は最終RCではなかったようです。。。


[17-05-2007]
Xdebug version 2.0.0RC4 has been released. There are two major changes that needs some introduction. The first one is that the profiler_output_name and trace_output_name settings no longer accept simple values such as "crc32", but instead now accept different format specifiers, very similar to printf() and strftime() modifiers. This will show up in the newly organized documentation very soon as well.

Changelogを見ると、バグFIX+プロファイル系の機能追加・削除となっています。以下抜粋です。


Wed, May 17, 2007 - xdebug 2.0.0rc4
+ Changes:
- Use µ seconds instead of a tenths of µ seconds to avoid confusion in profile information.
- Changed xdebug.profiler_output_name and xdebug.trace_output_name to usemodifier tags:
       :
- Removed functions:
- Removed support for Memory profiling as that didn't work properly.
- Get rid of xdebug.default_enable setting and associated functions: xdebug_disable() and xdebug_enable().

+ Added features:
- Implemented support for four different xdebug.collect_params settings for stack traces and function traces.
- Allow to trigger profiling by the XDEBUG_PROFILE cookie.

+ DBGP:
- Correctly add namespace definitions to XML.
- Added the xdebug namespace that adds extra information to breakpoints if available.
- Stopped the use of >error> elements for exception breakpoints, as that violates the protocol.