Commit: ce30d06294d4a274438a8a8527bab8367b39e370 Author: Peter Cowburn <[email protected]> Tue, 29 Jan 2013 15:02:14 +0000 Parents: 9b0895a7d08e25d1100d025c47fb4e49a23633d8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ce30d06294d4a274438a8a8527bab8367b39e370 Log: Fix 5.3.20 hash typo (bug #64091) Bugs: https://bugs.php.net/64091 Changed paths: M include/releases.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index e27bb15..1c7148a 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -335,7 +335,7 @@ $OLDRELEASES = array ( array ( 'filename' => 'php-5.3.20.tar.bz2', 'name' => 'PHP 5.3.20 (tar.bz2)', - 'md5' => 'c00241b9e89e93adf3baac32c56211e4e', + 'md5' => '00241b9e89e93adf3baac32c56211e4e', 'date' => '20 Dec 2012', ), 1 => -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
