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.

2007年1月のDo You PHP?アクセスランキング

Do You PHP?の2007年1月アクセスTOP10を出してみました。なお、indexページや一覧ページは除いて、ネタページのみで計算してます。

  1. http://www.doyouphp.jp/php5/php5_pdo.shtml
  2. http://www.doyouphp.jp/sample/sample_xml_json.shtml
  3. http://www.doyouphp.jp/tips/tips_eaccelerator.shtml
  4. http://www.doyouphp.jp/inst/inst_unix_dso_xe.shtml
  5. http://www.doyouphp.jp/sample/sample_xml_ajax.shtml
  6. http://www.doyouphp.jp/inst/inst_unix_dso_430_ic.shtml
  7. http://www.doyouphp.jp/tips/tips_phpunit.shtml
  8. http://www.doyouphp.jp/sample/sample_xml_pear_rss.shtml
  9. http://www.doyouphp.jp/trouble/trouble_12154.shtml
  10. http://www.doyouphp.jp/tips/tips_phpdoc.shtml

そろそろ更新しなきゃと思いつつ、ネタは仕込んであるんですが、なかなか書けるところまで試せてないので。。。もうちょっとお待ちを(^^;

PHP4.4.5RC2リリース


リリースされました。順調にいけば、来週リリースでしょうか?


packed PHP 4.4.5RC2 today, which you can find here: http://downloads.php.net/derick/

Please test it carefully, and report any bugs in the bug system, but only if you have a short reproducable test case.

If everything goes well, we can release it somewhere at the end of next week.