Commit: 2692a7e2fbc2bbfc7885187c290d3e10f52e1ddf Author: kovacs.ferenc <kovacs.fer...@ustream.tv> Thu, 22 Jan 2015 20:51:48 +0100 Parents: 3c1229b043f69a0021ecb2eccbd5ef3397206127 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=2692a7e2fbc2bbfc7885187c290d3e10f52e1ddf Log: php 5.6.5 is released Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 03c8730..5ec1d28 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -91,7 +91,7 @@ $QA_RELEASES = array( ), ), - '5.6.5' => array( + '5.6.6' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.6-latest', @@ -99,11 +99,11 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, - 'md5_bz2' => '9ccc58a2d2551dd00feb66b999af445a', - 'md5_gz' => '17fdb4a37b3cc7d8b0d198de42c38d21', - 'md5_xz' => '7e96af7cfe440086cbcf9895617ec340', - 'date' => '8 Jan 2015', + 'number' => 0, + 'md5_bz2' => '', + 'md5_gz' => '', + 'md5_xz' => '', + 'date' => '', 'baseurl' => 'https://downloads.php.net/tyrael/', ), ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php