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

2014-05-01 Thread JulienPauli
Commit:fa98203b6a6ea3e37602928a607337951dec487d
Author:Julien Pauli  Wed, 30 Apr 2014 10:29:28 +0200
Parents:   bcc7fbb009d1233516b215bc8187abe61a3debf5
Branches:  master

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

Log:
5.5.12 release

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index d70e28e..e7749b7 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -82,19 +82,19 @@ $QA_RELEASES = array(
),
),

-   '5.5.12' => array(
+   '5.5.13' => array(
'active'=> true,
'snaps' => array(
'prefix'=> 'php5.5-latest',
'baseurl'   => 'http://snaps.php.net/',
),
'release'   => array(
-   'type'  => 'RC',
-   'number'=> 1,
-   'md5_bz2'   => 'a247ed0d64f3033e6dd175fa9d387f23',
-   'md5_gz'=> 'c6c8b2233809c62d0a7e90a3a86a028b',
-   'md5_xz'=> 'f415ff4878415ca1f08aaf43d5df383e',
-   'date'  => '17 Apr 2014',
+   'type'  => '',
+   'number'=> 0,
+   'md5_bz2'   => '',
+   'md5_gz'=> '',
+   'md5_xz'=> '',
+   'date'  => '',
'baseurl'   => 'http://downloads.php.net/jpauli/',
),
),


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



[PHP-QA] [PHP-BUG] Bug #67166 [NEW]: "make test" stalls

2014-05-01 Thread marc at phpmyadmin dot net
From: marc at phpmyadmin dot net
Operating system: Linux
PHP version:  5.6.0beta1
Package:  Testing related
Bug Type: Bug
Bug description:"make test" stalls

Description:

On a Linux x86_64 system, "make test" stalls at:
TEST 1526/11661 [Zend/tests/debug_info.phpt]

with 99% CPU.

./configure --with-apxs2=/usr/local/apache2/bin/apxs \
 --with-libdir=lib64 \
 --disable-debug \
 --enable-calendar \
 --with-gd=shared \
 --with-freetype-dir \
 --with-mysql=shared,mysqlnd \
 --with-mysqli=shared,mysqlnd \
 --with-regex=php \
 --with-png-dir=/usr/lib \
 --with-zlib=shared \
 --with-iconv=shared \
 --enable-ftp \
 --with-mcrypt=shared \
 --with-bz2=shared \
 --enable-zip \
 --with-jpeg-dir=/usr/lib \
 --enable-mbstring \
 --enable-dom \
 --enable-json \
 --with-pdo-mysql=mysqlnd \
 --with-pear \
 --enable-bcmath \
 --with-curl=shared \
 --with-ldap=shared,/usr \
 --with-gettext=shared \
 --with-snmp=shared \
 --enable-soap \
 --enable-sockets

Expected result:

"make test" completion


-- 
Edit bug report at https://bugs.php.net/bug.php?id=67166&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=67166&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=67166&r=trysnapshot55
Try a snapshot (trunk): 
https://bugs.php.net/fix.php?id=67166&r=trysnapshottrunk
Fixed in SVN:   https://bugs.php.net/fix.php?id=67166&r=fixed
Fixed in release:   https://bugs.php.net/fix.php?id=67166&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=67166&r=needtrace
Need Reproduce Script:  https://bugs.php.net/fix.php?id=67166&r=needscript
Try newer version:  https://bugs.php.net/fix.php?id=67166&r=oldversion
Not developer issue:https://bugs.php.net/fix.php?id=67166&r=support
Expected behavior:  https://bugs.php.net/fix.php?id=67166&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=67166&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=67166&r=submittedtwice
register_globals:   https://bugs.php.net/fix.php?id=67166&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=67166&r=php4
Daylight Savings:   https://bugs.php.net/fix.php?id=67166&r=dst
IIS Stability:  https://bugs.php.net/fix.php?id=67166&r=isapi
Install GNU Sed:https://bugs.php.net/fix.php?id=67166&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=67166&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=67166&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=67166&r=mysqlcfg


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



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

2014-05-01 Thread Stanislav Malyshev
Commit:a3ddd30107da3b2126cfaf43cd4615e5b790ba2d
Author:Stanislav Malyshev  Thu, 1 May 2014 
22:35:02 -0700
Parents:   fa98203b6a6ea3e37602928a607337951dec487d
Branches:  master

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

Log:
5.4.28

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index e7749b7..d16a21a 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -66,7 +66,7 @@ $QA_RELEASES = array(
),
),
 
-   '5.4.28' => array(
+   '5.4.29' => array(
'active'=> true,
'snaps' => array(
'prefix'=> 'php5.4-latest',


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



[PHP-QA] com web/qa: 5.6.0beta2: include/release-qa.php

2014-05-01 Thread Ferenc Kovacs
Commit:e061706827f481eac713bd0614267748adbfa4af
Author:Ferenc Kovacs  Fri, 2 May 2014 08:25:56 
+0200
Parents:   a3ddd30107da3b2126cfaf43cd4615e5b790ba2d
Branches:  master

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

Log:
5.6.0beta2

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index d16a21a..4130633 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -107,12 +107,12 @@ $QA_RELEASES = array(
),
'release'   => array(
'type'  => 'beta',
-   'number'=> 1,
-   'md5_bz2'   => 'f93394cf0035842265421665b770dd05',
-   'md5_gz'=> 'e81576e9270ef89edce82c7f9a222fd1',
-   'md5_xz'=> '08321c0d7315db679aa255081b8615b2',
-   'date'  => '11 April 2014',
-   'baseurl'   => 'http://downloads.php.net/tyrael/',
+   'number'=> 2,
+   'md5_bz2'   => '38613127c9f1a60a566bab23abe7d965',
+   'md5_gz'=> 'f793c7bf592cb281a9772297d6d28024',
+   'md5_xz'=> '3c355bc98c9c4eefacd5ef15e36574c7',
+   'date'  => '01 May 2014',
+   'baseurl'   => 'http://downloads.php.net/tyrael/',
),
),


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