[PHP-QA] com web/qa: 5.5.26RC1: include/release-qa.php

2015-05-29 Thread JulienPauli
Commit:6ed6dbc9dcaea04c06516654914499d1c5db475f
Author:Julien Pauli  Fri, 29 May 2015 10:45:09 +0200
Parents:   1895db633b8ef2556caa017db246f3049095cc0c
Branches:  master

Link:   
http://git.php.net/?p=web/qa.git;a=commitdiff;h=6ed6dbc9dcaea04c06516654914499d1c5db475f

Log:
5.5.26RC1

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index ae7020a..5085a4f 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -82,11 +82,11 @@ $QA_RELEASES = array(
),
'release'   => array(
'type'  => 'RC',
-   'number'=> 0,
-   'md5_bz2'   => '',
-   'md5_gz'=> '',
-   'md5_xz'=> '',
-   'date'  => '30 Apr 2015',
+   'number'=> 1,
+   'md5_bz2'   => '84e636a7f934cb9efd64cf49235f9389',
+   'md5_gz'=> 'e566c46058dcb1dd41fe49ed687362e0',
+   'md5_xz'=> '15747169e610ff634f9d3348078e04f9',
+   'date'  => '28 May 2015',
'baseurl'   => 'http://downloads.php.net/jpauli/',
),
),


--
PHP Quality Assurance Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-QA] PHP 5.5.26RC1 is available

2015-05-29 Thread Julien Pauli
Hi,

PHP 5.5.26RC1 is available for testing.

You can download it from

https://downloads.php.net/~jpauli/

The Windows binaries are available at http://windows.php.net/qa/

This release contains a number of bugfixes.
For the list of bugfixes that you can target in your
testing, please refer to the NEWS file:

https://github.com/php/php-src/blob/php-5.5.26RC1/NEWS

Please test it carefully, and report any bugs in the bug system.

The stable release is planned for June11th, if no critical issues will
be discovered in the RC.

Thank you for helping the PHP project.

Julien Pauli & David Soria Parra