1
0
mirror of https://github.com/php/web-php.git synced 2026-04-28 17:33:10 +02:00

PHP 5.3.1

This commit is contained in:
Johannes Schlüter
2009-11-19 17:52:56 +00:00
parent f35c03344b
commit 8a83b00a47
6 changed files with 275 additions and 5 deletions
+26
View File
@@ -2,6 +2,32 @@
$OLDRELEASES = array (
5 =>
array (
'5.3.0' =>
array (
'announcement' =>
array (
'English' => '/releases/5_3_0.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-5.3.0.tar.bz2',
'name' => 'PHP 5.3.0 (tar.bz2)',
'md5' => '846760cd655c98dfd86d6d97c3d964b0',
'date' => '30 June 2009',
),
1 =>
array (
'filename' => 'php-5.3.0.tar.gz',
'name' => 'PHP 5.3.0 (tar.gz)',
'md5' => 'f4905eca4497da3f0beb5c96863196b4',
'date' => '30 June 2009',
),
),
'date' => NULL,
'museum' => false,
),
'5.2.10' =>
array (
'announcement' =>
+5 -5
View File
@@ -17,15 +17,15 @@
*/
/* PHP 5.3 Release */
$PHP_5_3_RC = '5.3.1RC4';
$PHP_5_3_RC = false; /* '5.3.1RC4'; */
$PHP_5_3_RC_DATE = "12 Nov 2009";
$PHP_5_3_VERSION = "5.3.0";
$PHP_5_3_DATE = "30 June 2009";
$PHP_5_3_VERSION = "5.3.1";
$PHP_5_3_DATE = "19 Nov 2009";
$PHP_5_3_MD5 = array(
"tar.bz2" => "846760cd655c98dfd86d6d97c3d964b0",
"tar.gz" => "f4905eca4497da3f0beb5c96863196b4",
"tar.bz2" => "63e97ad450f0f7259e785100b634c797",
"tar.gz" => "41fbb368d86acb13fc3519657d277681",
);
/* PHP 5.2 Release */