Someone please post a news about this. PHP 5.1 seems to have some serious bugs... 5.1.1 released to fix it.
1-Native date class is withdrawn to prevent namespace conflict with PEAR's date package.
2- Fixed fatal parse error when the last line of the script is a PHP comment.
3- eval() hangs when the code being evaluated ends with a comment.
Usage of \{$var} in PHP 5.1.0 resulted in the output of {$var} instead of the $var variable's value enclosed in {}.
4- Fixed inconsistency in the format of PHP_AUTH_DIGEST between Apache 1 and 2 sapis.
5- Improved safe_mode/open_basedir checks inside the cURL extension.
Later
