diff --git a/ChangeLog-5.php b/ChangeLog-5.php index a6d1af983..94b35fdf9 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -11,6 +11,221 @@ function peclbugl($number) { echo "PHP 5 ChangeLog + +

Version 5.4.4

+06-June-2012 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Version 5.3.14

+06-June-2012 + + + + + + + + + + + + + + + + + + + + + + +

Version 5.4.3

08-May-2012 diff --git a/include/releases.inc b/include/releases.inc index 2ec4f91c0..30d0d15d7 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,32 @@ $OLDRELEASES = array ( 5 => array ( + '5.4.3' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_3.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.3.tar.bz2', + 'name' => 'PHP 5.4.3 (tar.bz2)', + 'md5' => '51f9488bf8682399b802c48656315cac', + 'date' => '08 May 2012', + ), + 1 => + array ( + 'filename' => 'php-5.4.3.tar.gz', + 'name' => 'PHP 5.4.3 (tar.gz)', + 'md5' => 'c9dccc89cc89d39e84f6e6f0cf1c8a65', + 'date' => '08 May 2012', + ), + ), + 'date' => '08 May 2012', + 'museum' => false, + ), '5.4.2' => array ( 'announcement' => @@ -80,6 +106,32 @@ $OLDRELEASES = array ( 'date' => '01 March 2012', 'museum' => false, ), + '5.3.13' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_3_13.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.3.13.tar.bz2', + 'name' => 'PHP 5.3.13 (tar.bz2)', + 'md5' => '370be99c5cdc2e756c82c44d774933c8', + 'date' => '08 May 2012', + ), + 1 => + array ( + 'filename' => 'php-5.3.13.tar.gz', + 'name' => 'PHP 5.3.13 (tar.gz)', + 'md5' => '179c67ce347680f468edbfc3c425476a', + 'date' => '08 May 2012', + ), + ), + 'date' => '08 May 2012', + 'museum' => false, + ), '5.3.12' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 9653b18fb..78aabe962 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,27 +17,27 @@ */ /* PHP 5.4 Release */ -$PHP_5_4_RC = '5.4.4RC2'; // set to false when there is no RC +$PHP_5_4_RC = false; // set to false when there is no RC $PHP_5_4_RC_DATE = "30 May 2012"; -$PHP_5_4_VERSION = "5.4.3"; -$PHP_5_4_DATE = "08 May 2012"; +$PHP_5_4_VERSION = "5.4.4"; +$PHP_5_4_DATE = "14 June 2012"; $PHP_5_4_MD5 = array( - "tar.bz2" => "51f9488bf8682399b802c48656315cac", - "tar.gz" => "c9dccc89cc89d39e84f6e6f0cf1c8a65", + "tar.bz2" => "1fd98dc3f6f3805cd67bff12a26ed77f", + "tar.gz" => "8366c3626f2275ab8c7ef5e2d6bc5bd7", ); /* PHP 5.3 Release */ -$PHP_5_3_RC = '5.3.14RC1'; +$PHP_5_3_RC = false; $PHP_5_3_RC_DATE = '17 May 2012'; -$PHP_5_3_VERSION = "5.3.13"; -$PHP_5_3_DATE = "08 May 2012"; +$PHP_5_3_VERSION = "5.3.14"; +$PHP_5_3_DATE = "14 June 2012"; $PHP_5_3_MD5 = array( - "tar.bz2" => "370be99c5cdc2e756c82c44d774933c8", - "tar.gz" => "179c67ce347680f468edbfc3c425476a", + "tar.bz2" => "7caac4f71e2f21426c11ac153e538392", + "tar.gz" => "148730865242a031a638ee3bab4a9d4d", ); $RELEASES = array( diff --git a/releases/5_3_14.php b/releases/5_3_14.php new file mode 100644 index 000000000..1135d31be --- /dev/null +++ b/releases/5_3_14.php @@ -0,0 +1,24 @@ + + +

PHP 5.3.14 Release Announcement

+ +

The PHP development team would like to announce the immediate +availability of PHP 5.3.14. This release fixes two security related +issues. All users of PHP 5.3 are encouraged to upgrade to this release.

+ +

PHP 5.3.14 fixes an security issue in the implementation of crypt() and a +heap overflow in the Phar extension. Over 30 bugs were fixed

+ +

Please note that php://fd is now only available if the CLI SAPI is used

+ +

For source downloads of PHP 5.3.14 please visit our downloads page, +Windows binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+ + diff --git a/releases/5_4_4.php b/releases/5_4_4.php new file mode 100644 index 000000000..296ac86eb --- /dev/null +++ b/releases/5_4_4.php @@ -0,0 +1,24 @@ + + +

PHP 5.4.4 Release Announcement

+ +

The PHP development team would like to announce the immediate +availability of PHP 5.4.4. This release fixes two security related +issues. All users of PHP are encouraged to upgrade to this release.

+ +

PHP 5.4.4 fixes an security issue in the implementation of crypt() and a +heap overflow in the Phar extension. Over 30 bugs were fixed

+ +

Please note that php://fd is now only available if the CLI SAPI is used

+ +

For source downloads of PHP 5.4.4 please visit our downloads page, +Windows binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+ +