Commit: fc9b8520d3409d275368a2db5914363a09f3852b Author: Hannes Magnusson <[email protected]> Sun, 5 Jan 2014 12:38:40 -0800 Parents: 01c468bf3d76923ad7f95506cd0bc24f5251bc9c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fc9b8520d3409d275368a2db5914363a09f3852b Log: Missing 5.3.26 entry, and fix 5.3.2.7 release date Changed paths: M include/releases.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index 312a4c1..7fcc0e4 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -989,9 +989,40 @@ $OLDRELEASES = array ( 'name' => 'Windows 5.3.27 binaries and source', ), ), - 'date' => '09 May 2013', + 'date' => '11 Jul 2013', 'museum' => false, ), + '5.3.26' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_3_26.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.3.26.tar.bz2', + 'name' => 'PHP 5.3.26 (tar.bz2)', + 'md5' => 'd71db8d92edbb48beb5b645b55471139', + 'date' => '06 Jun 2013', + ), + 1 => + array ( + 'filename' => 'php-5.3.26.tar.gz', + 'name' => 'PHP 5.3.26 (tar.gz)', + 'md5' => 'a430a48b8939fe1f8915ee38681b0afa', + 'date' => '06 Jun 2013', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.3', + 'name' => 'Windows 5.3.26 binaries and source', + ), + ), + 'date' => '06 Jun 2013', + 'museum' => true, + ), '5.3.25' => array ( 'announcement' => -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
