1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
This commit is contained in:
Ilia Alshanetsky
2010-12-16 11:44:19 +00:00
parent 90c4bcfc8d
commit 714bb53aef
5 changed files with 84 additions and 5 deletions

View File

@@ -11,6 +11,19 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php?
<h1>PHP 5 ChangeLog</h1>
<a name="5.2.16"></a><!-- {{{ 5.2.16 -->
<h3>Version 5.2.16</h3>
<b>16-Dec-2010</b>
<ul>
<li><?php bugfix(53517); ?> (segfault in pgsql_stmt_execute() when postgres is down). (gyp at balabit dot hu)</li>
<li><?php bugfix(53516); ?> (Regression in open_basedir handling). (Ilia)</li>
</ul>
<hr />
<!-- }}} -->
<a name="5.3.4"></a><!-- {{{ 5.3.4 -->
<h3>Version 5.3.4</h3>
<b>09-December-2010</b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2010-12-16-1.xml"/>
<xi:include href="entries/2010-12-10-1.xml"/>
<xi:include href="entries/2010-12-09-1.xml"/>
<xi:include href="entries/2010-11-08-1.xml"/>

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 5.2.16 Released!</title>
<id>http://www.php.net/archive/2010.php#id2010-12-16-1</id>
<published>2010-12-16T00:22:44-05:00</published>
<updated>2010-12-16T00:22:44-05:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<link href="http://www.php.net/index.php#id2010-12-16-1" rel="alternate" type="text/html"/>
<link href="http://www.php.net/archive/2010.php#id2010-12-16-1" rel="via" type="text/html"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The PHP development team would like to announce the immediate
availability of PHP 5.2.16. This release marks the end of support
for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3.
</p>
<p>
This release focuses on addressing a regression in open_basedir implementation
introduced in 5.2.15 in addition to fixing a crash inside PDO::pgsql
on data retrieval when the server is down. All users who have upgraded to 5.2.15 and are
utilizing open_basedir are strongly encouraged to upgrade to 5.2.16 or 5.3.4.
</p>
<p>To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a
migration guide available on <a href="/migration53">http://php.net/migration53</a>, details the changes between
PHP 5.2 and PHP 5.3.</p>
<p>For a full list of changes in PHP 5.2.16 see the ChangeLog at
<a href="/ChangeLog-5.php#5.2.16">http://www.php.net/ChangeLog-5.php#5.2.16</a>.</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,32 @@
$OLDRELEASES = array (
5 =>
array (
'5.2.15' =>
array (
'announcement' =>
array (
'English' => '/releases/5_2_15.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-5.2.15.tar.bz2',
'name' => 'PHP 5.2.15 (tar.bz2)',
'md5' => 'd4ccad187b12835024980a0cea362893',
'date' => '09 December 2010',
),
1 =>
array (
'filename' => 'php-5.2.15.tar.gz',
'name' => 'PHP 5.2.15 (tar.gz)',
'md5' => 'dbbb2beed6b51e05d134744f137091a9',
'date' => '09 December 2010',
),
),
'date' => '09 December 2010',
'museum' => true,
),
'5.3.3' =>
array (
'announcement' =>
@@ -51,7 +77,7 @@ $OLDRELEASES = array (
'date' => '22 July 2010',
),
),
'date' => '25 Feb 2010',
'date' => '22 July 2010',
'museum' => true,
),
'5.3.2' =>

View File

@@ -32,14 +32,20 @@ $PHP_5_3_MD5 = array(
$PHP_5_2_RC = false; // '5.2.15RC2'; // false;
$PHP_5_2_RC_DATE = "02 December 2010";
$PHP_5_2_VERSION = "5.2.15";
$PHP_5_2_DATE = "09 December 2010";
$PHP_5_2_VERSION = "5.2.16";
$PHP_5_2_DATE = "16 December 2010";
$PHP_5_2_WINDOWS_DATE = $PHP_5_2_DATE;
$PHP_5_2_WINDOWS_VERSION = $PHP_5_2_VERSION;
$PHP_5_2_MD5 = array(
"tar.bz2" => "d4ccad187b12835024980a0cea362893",
"tar.gz" => "dbbb2beed6b51e05d134744f137091a9",
"tar.bz2" => "3b0bd012bd53bac9a5fefca61eccd5c6",
"tar.gz" => "68f2c92b5b33d131b1ea70ece9fc40ad",
"zip" => "49438bad72fb57ee078a8a22e5459ec4",
"installer" => "c9bc784aa00be843991030b93cb9081c",
"nts.zip" => "e738ff4c3f2d6dd109e35507bf301913",
"nts.installer" => "05dce41ea1d54d4a6c45c03200ac712f",
"debugpack" => "43fac8a0ec9dd228e216fad4d05ae75c",
"nts.debugpack" => "2c82f2de285933a2b9c1d3b582387307",
);
$PHP_5_2_WINDOWS_NOTE_MSI = "";