Do You PHP はてブロ

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

Xdebug2.0.0RC3リリース


RC3がリリースされています。最終RCになるみたいです。あと、どうでも良いですけど、xdebug.orgにfaviconが付きましたね。


[31-01-2007]
Xdebug version 2.0.0RC3 has been released. This release fixes a number of bugs and should be the last release candidate before 2.0.0 is released. Now is your time to test!

Changelogを見ると、パフォーマンスの改善とPHP5.2.1対応、バグFIXといった感じでしょうか。


Wed, Jan 31, 2007 - xdebug 2.0.0rc3

  1. Changes:
  • Removed the bogus "xdebug.allowed_clients" setting - it was not implemented.
  • Optimized used variable collection by switching to a linked list instead of a hash. This is about 30% faster, but it needed a quick conversion to hash in the case the information had to be shown to remove duplicate variable names.

= Fixed bugs:

  • Fixed bug #232: PHP log_errors functionality lost after enabling xdebug error handler when CLI is used.
  • Fixed problems with opening files - the filename could cause double free issues.
  • Fixed memory tracking as memory_limit is always enabled in PHP 5.2.1 and later.
  • Fixed a segfault that occurred when creating printable stack traces and collect_params was turned off.