Php 5.1.1

interfasys

Verified User
Joined
Oct 31, 2003
Messages
2,100
Location
Switzerland
PHP 5.1.1 Released

[28-Nov-2005] The PHP Development Team would like to announce the immediate release of PHP 5.1.1.
This is a regression correction release aimed at addressing several issues introduced by PHP 5.1.0, the core changes as follows:

* Native date class is withdrawn to prevent namespace conflict with PEAR's date package.
* Fixed fatal parse error when the last line of the script is a PHP comment.
* 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 {}.
* Fixed inconsistency in the format of PHP_AUTH_DIGEST between Apache 1 and 2 sapis.
* Improved safe_mode/open_basedir checks inside the cURL extension.
 
Ioncube has released a loader.
Zend has not released an updated optimizer.
eaccelerator doesn't work with this release.
 
Last edited:
parse error

Hey I have a parse error to, is this problem fixable by installing the newest PHP version?

Parse error: parse error, unexpected $ in /var/www/html/webmail/tmp/_cached_templates/neotech.net/messagelist.php on line 117
 
What version are you running now? Have you tried installing the latest version of the software?

Most likely it is because it is not compatible with newer versions that you could get that error message.
 
Last edited:
Back
Top