Commit: fde9ac1b930d782fc22a7bd1c64e35174e62d5bb Author: Adam Harvey <[email protected]> Fri, 23 Nov 2012 17:12:18 +0800 Parents: 2c5b24631b6964c2213203ce34d5054f1d2f032b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fde9ac1b930d782fc22a7bd1c64e35174e62d5bb Log: Add the correct MD5 sums for the 5.3.19 tarballs. Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index c22eba1..960a9da 100644 --- a/include/version.inc +++ b/include/version.inc @@ -36,8 +36,8 @@ $PHP_5_3_VERSION = "5.3.19"; $PHP_5_3_DATE = "22 Nov 2012"; $PHP_5_3_MD5 = array( - "tar.bz2" => "52539c19d0f261560af3c030143dfa8f", - "tar.gz" => "ff2009aadc7c4d1444f6cd8e45f39a41", + "tar.bz2" => "e1d2a3ec7849d4b3032bd1abf1916aa4", + "tar.gz" => "e1bcda4f14bb39ba041297abbf18f8d1", ); $RELEASES = array( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
