Commit: 1ae848779e475c6168b74e30a8e42374deb9f152 Author: Adam Harvey <[email protected]> Fri, 23 Nov 2012 17:12:18 +0800 Parents: fd6d169a2a7254a9fe47da99ba8f6a9444d15bdb Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1ae848779e475c6168b74e30a8e42374deb9f152 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
