Do You PHP はてブロ

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

Xdebug2.0.1リリース


あっという間にリリースされました。先日エントリしたカバレッジのパフォーマンス改善とPHP5.3対応(まだ不完全)、バグFIXという内容です。


+ Changes:
- Improved code coverage performance dramatically.
- PHP 5.3 compatibility (no namespaces yet though).

= Fixed bugs:
- Fixed bug #301: Loading would cause SIGBUS on Solaris 10 SPARC. (Patch by Sean Chalmers)
- Fixed bug #300: Xdebug does not force LTR rendering for its tables.
- Fixed bug #299: Computerized traces don't have a newline for return entries if memory limit is not enabled.
- Fixed bug #298: xdebug_var_dump() doesn't handle entity replacements correctly concerning string length.
- Fixed a memory free error related to remote debugging conditions. (Related to bug #297).