PHP 5.2.7がリリースされたとおもったら、すぐにPHP 5.2.8に差し替えられていました。
PHP 5.2.8 Released! [08-Dec-2008]
The PHP development team would like to announce the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 inregard to the magic_quotes functionality, that was broken by an incorrect fix to the filter extension. All users who have upgraded to 5.2.7 are encouraged to upgrade to this release, alternatively you can apply a work-around for the bug by changing "filter.default_flags=0" in php.ini.
どうやらmagic_quotes周りにリグレッションがあったようですね。幸いにも僕はPHP 5.2.7をまだ導入していなかったのですが、PHP 5.2.7を入れてしまっている場合にはPHP 5.2.8にしたほうが良いみたいですね。これはPHPチーム始まって以来の大失態なのではないかと。