Xdebug 2.0.3リリース
リリースされました。
最後から2番目のvar_dump()ですが、preタグのclass属性の事みたいです。
= Fixed bugs:
- Fixed bug #338: Crash with: xdebug.remote_handler=req.
- Fixed bug #334: Code Coverage Regressions.
- Fixed abstract method detection for PHP 5.3.
- Fixed code coverage dead-code detection.
- Ignore ZEND_ADD_INTERFACE, which is on a different line in PHP >= 5.3 for some weird reason.
+ Changes:
<?php var_dump('test');
というコードの場合、
<pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'test'</font> <i>(length=4)</i> </pre>
のように出力されました。
最後のE_DEPRECATEDは5.3の対応ですね。5.3対応拡張モジュールもぼちぼち揃ってきました。