diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 04dabb8e3..8307b0147 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -55,6 +55,29 @@ function peclbugl($number) { echo " +
+

Version 5.4.25

+06-Feb-2014 + +
+

Version 5.5.8

9-Jan-2014 diff --git a/archive/archive.xml b/archive/archive.xml index 194829adf..c2348d155 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2014-02-06-1.xml b/archive/entries/2014-02-06-1.xml new file mode 100644 index 000000000..913558007 --- /dev/null +++ b/archive/entries/2014-02-06-1.xml @@ -0,0 +1,24 @@ + + + PHP 5.4.25 Released! + http://php.net/archive/2014.php#id2014-02-06-1 + 2014-02-06T21:14:31-08:00 + 2014-02-06T21:14:31-08:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 5.4.25. 5 bugs were fixed in this release. + All PHP 5.4 users are encouraged to upgrade to this version. +

+ +

For source downloads of PHP 5.4.25 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/include/releases.inc b/include/releases.inc index ce5366143..ac55de4af 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -327,6 +327,37 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.24' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_24.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.24.tar.bz2', + 'name' => 'PHP 5.4.24 (tar.bz2)', + 'md5' => 'acef880cc808b85e216897ee88187ee1', + 'date' => '9 Jan 2014', + ), + 1 => + array ( + 'filename' => 'php-5.4.24.tar.gz', + 'name' => 'PHP 5.4.24 (tar.gz)', + 'md5' => '5f91782611a4bd665a3df162b43237c2', + 'date' => '9 Jan 2014', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.24 binaries and source', + ), + ), + 'date' => '9 Jan 2014', + 'museum' => false, + ), '5.4.23' => array ( 'announcement' => @@ -352,7 +383,7 @@ $OLDRELEASES = array ( 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', - 'name' => 'Windows 5.4.22 binaries and source', + 'name' => 'Windows 5.4.23 binaries and source', ), ), 'date' => '12 Dec 2013', diff --git a/include/version.inc b/include/version.inc index 5a973b275..52df12ca3 100644 --- a/include/version.inc +++ b/include/version.inc @@ -26,14 +26,14 @@ $PHP_5_5_MD5 = array( "tar.xz" => "139e2ac02fddd4c80cc31de000c6f7e3", ); /* PHP 5.4 Release */ -$PHP_5_4_RC = '5.4.25RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_4_RC_DATE = '23 Jan 2014'; -$PHP_5_4_VERSION = "5.4.24"; -$PHP_5_4_DATE = "9 Jan 2014"; +$PHP_5_4_VERSION = "5.4.25"; +$PHP_5_4_DATE = "6 Feb 2014"; $PHP_5_4_MD5 = array( - "tar.bz2" => "acef880cc808b85e216897ee88187ee1", - "tar.gz" => "5f91782611a4bd665a3df162b43237c2", + "tar.bz2" => "5dca494468e77528e145f8d3f07b389e", + "tar.gz" => "5fa2bd02d639154471602b286e223015", ); /* PHP 5.3 Release */ diff --git a/releases/5_4_25.php b/releases/5_4_25.php new file mode 100644 index 000000000..8fe91d42a --- /dev/null +++ b/releases/5_4_25.php @@ -0,0 +1,20 @@ + + +

PHP 5.4.25 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP +5.4.25. 5 bugs were fixed in this release. +All PHP 5.4 users are encouraged to upgrade to this version. +

+ +

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

+ +