xref: /web-php/releases/5_1_1.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_1_1.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.1.1 Release Announcement");
5?>
6
7<h1>PHP 5.1.1. Release Announcement</h1>
8<p>
9The PHP Development Team would like to announce the immediate release of
10<a href="/downloads.php">PHP 5.1.1</a>.
11</p>
12<p>
13This is a regression correction release aimed at addressing several issues
14that may cause issues for certain applications. The main fixes found in this
15release include the following:
16<ul>
17<li>Native date class is withdrawn to prevent namespace conflict with PEAR's date package.</li>
18<li>Fixed fatal parse error when the last line of the script is a PHP comment.</li>
19<li>eval() hangs when the code being evaluated ends with a comment.</li>
20<li>Usage of \{$var} in PHP 5.1.0 resulted in the output of {$var} instead of the $var variable's value enclosed in {}.</li>
21<li>Fixed inconsistency in the format of PHP_AUTH_DIGEST between Apache 1 and 2 sapis.</li>
22<li>Improved safe_mode/open_basedir checks inside the cURL extension.</li>
23</ul>
24</p>
25<p>
26 For a full list of changes in PHP 5.1.1, see the
27 <a href="/ChangeLog-5.php#5.1.1">ChangeLog</a>.
28</p>
29
30<?php site_footer(); ?>
31