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

2016-12-08 Thread Anatol Belski
Commit:062dad84a4ff739532ea19f2ec6e0c91ff9f7807
Author:Anatol Belski  Thu, 8 Dec 2016 11:46:49 +0100
Parents:   d67b1935410017380d16d800033ba77439359843
Branches:  master

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

Log:
7.0.15 next

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 6474c27..028244b 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -59,17 +59,17 @@ $QA_RELEASES = array(
),
),
 
-'7.0.14' => array(
+'7.0.15' => array(
 'active'=> true,
 'release'   => array(
 'type' => 'RC',
-'number'   => 1,
-'md5_bz2'  => 'b9dbcd8eabb2a7e87b950a65be0782b8',
-'md5_gz'   => '1720b3f6913f266548982532a1e15c87',
-'md5_xz'   => 'd946e77961ac18e6ce56eb9695b165b1',
-   'sha256_bz2'=> 
'dff5289442b0b48e8195b2d729dc4a1ab897856c159e3586f2f3b312410b9393',
-   'sha256_gz' => 
'b865ded0101f65e75b63b8caa05579dde860b8b3bcb3591674bf8a7198addfce',
-   'sha256_xz' => 
'5759634c27a864effef3705a6bf0d41f8905ee2e06d2d7d31680fa9901812f96',
+'number'   => 0,
+'md5_bz2'  => '',
+'md5_gz'   => '',
+'md5_xz'   => '',
+   'sha256_bz2'=> '',
+   'sha256_gz' => '',
+   'sha256_xz' => '',
 'date' => '24 November 2016',
 'baseurl'  => 'http://downloads.php.net/ab/',
 ),


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



[PHP-QA] Bug #73609 [Opn]: "run-tests.php" don't respect configuration

2016-12-08 Thread spam2 at rhsoft dot net
Edit report at https://bugs.php.net/bug.php?id=73609&edit=1

 ID: 73609
 User updated by:spam2 at rhsoft dot net
 Reported by:spam2 at rhsoft dot net
 Summary:"run-tests.php" don't respect configuration
 Status: Open
 Type:   Bug
 Package:Testing related
 Operating System:   Linux
-PHP Version:7.0.14RC1
+PHP Version:7.0.14
 Block user comment: N
 Private report: N

 New Comment:

dmaned with 7.0.14 final even that don't work relieable - some stuff is 
*clearly* using /etc/php.ini which is the only place where "extension = vld.so" 
exists on the whole machine and finally a ton of openssl related test are 
faling - most likely because loading extensions from somewhere but not the 
build directory

#46127, openssl_sign/verify: accept different algos 
[ext/openssl/tests/bug46127.phpt]
Bug #48182: ssl handshake fails during asynchronous socket connection 
[ext/openssl/tests/bug48182.phpt]
Bug #54992: Stream not closed and error not returned when SSL CN_match fails 
[ext/openssl/tests/bug54992.phpt]
Bug #65538: SSL context "cafile" supports stream wrappers 
[ext/openssl/tests/bug65538_001.phpt]
Bug #65538: SSL context "cafile" supports phar wrapper 
[ext/openssl/tests/bug65538_003.phpt]
Bug #65729: CN_match gives false positive when wildcard is used 
[ext/openssl/tests/bug65729.phpt]
Bug #68265: SAN match fails with trailing DNS dot 
[ext/openssl/tests/bug68265.phpt]
Bug #68879: Match IP address fields in subjectAltName checks 
[ext/openssl/tests/bug68879.phpt]
Bug #68920: peer_fingerprint input checks should be strict 
[ext/openssl/tests/bug68920.phpt]
Bug #69215: Crypto servers should send client CA list 
[ext/openssl/tests/bug69215.phpt]
capture_peer_cert context captures on verify failure 
[ext/openssl/tests/capture_peer_cert_001.phpt]
Testing peer fingerprint on connection 
[ext/openssl/tests/openssl_peer_fingerprint_basic.phpt]
Peer verification enabled for client streams 
[ext/openssl/tests/peer_verification.phpt]
Peer verification matches SAN names [ext/openssl/tests/san_peer_matching.phpt]
Capture SSL session meta array in stream context 
[ext/openssl/tests/session_meta_capture.phpt]
sni_server [ext/openssl/tests/sni_server.phpt]
Basic bitwise stream crypto context flag assignment 
[ext/openssl/tests/stream_crypto_flags_001.phpt]
TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment 
[ext/openssl/tests/stream_crypto_flags_002.phpt]
Server bitwise stream crypto flag assignment 
[ext/openssl/tests/stream_crypto_flags_003.phpt]
Specific protocol method specification 
[ext/openssl/tests/stream_crypto_flags_004.phpt]
Verify host name by default in client transfers 
[ext/openssl/tests/stream_verify_peer_name_001.phpt]
Allow host name mismatch when "verify_host" disabled 
[ext/openssl/tests/stream_verify_peer_name_002.phpt]
Host name mismatch triggers error 
[ext/openssl/tests/stream_verify_peer_name_003.phpt]
Specific crypto method for ssl:// transports. 
[ext/openssl/tests/streams_crypto_method.phpt]
tlsv1.0 stream wrapper [ext/openssl/tests/tlsv1.0_wrapper.phpt]
tlsv1.1 stream wrapper [ext/openssl/tests/tlsv1.1_wrapper.phpt]
tlsv1.2 stream wrapper [ext/openssl/tests/tlsv1.2_wrapper.phpt]
Bug #73037 SoapServer reports Bad Request when gzipped, var 0 
[ext/soap/tests/bug73037.phpt]
proc_open() with > 16 pipes 
[ext/standard/tests/general_functions/proc_open_pipes1.phpt]
proc_open() with no pipes 
[ext/standard/tests/general_functions/proc_open_pipes2.phpt]
proc_open() with invalid pipes 
[ext/standard/tests/general_functions/proc_open_pipes3.phpt]
Bug #51800 proc_open on Windows hangs forever, the right way to do it 
[ext/standard/tests/streams/proc_open_bug51800_right.phpt]
Bug #51800 proc_open on Windows hangs forever, the right way to do it with more 
data [ext/standard/tests/streams/proc_open_bug51800_right2.phpt]
Bug #69900 Commandline input/output weird behaviour with STDIO 
[ext/standard/tests/streams/proc_open_bug69900.phpt]
CLI -a and libedit [sapi/cli/tests/017.phpt]

+ export LANG=C 
TEST_PHP_EXECUTABLE=/home/builduser/rpmbuild/BUILD/php-7.0.14/sapi/cli/php 
PHP_INI_SCAN_DIR=/home/builduser/rpmbuild/BUILD/php-7.0.14 NO_INTERACTION=1 
MALLOC_CHECK_=2 MYSQL_TEST_HOST=localhost 
MYSQL_TEST_SOCKET=/var/lib/mysql/mysql.sock MYSQL_TEST_PORT=3306 
MYSQL_TEST_USER=php_autotest MYSQL_TEST_PASSWD=php_autotest 
MYSQL_TEST_DB=php_autotest 
'PDO_MYSQL_TEST_DSN=mysql:host=localhost;dbname=php_autotest' 
PDO_MYSQL_TEST_SOCKET=/var/lib/mysql/mysql.sock 
PDO_MYSQL_TEST_USER=php_autotest PDO_MYSQL_TEST_PASS=php_autotest 
PDO_MYSQL_TEST_ENGINE=MyISAM
+ LANG=C
+ TEST_PHP_EXECUTABLE=/home/builduser/rpmbuild/BUILD/php-7.0.14/sapi/cli/php
+ PHP_INI_SCAN_DIR=/home/builduser/rpmbuild/BUILD/php-7.0.14
+ NO_INTERACTION=1
+ MALLOC_CHECK_=2
+ MYSQL_TEST_HOST=localhost
+ MYSQL_TEST_SOCKET=/var/lib/mysql/mysql.sock
+ MYSQL_TEST_PORT=3306
+ MYSQL_TEST_USER=php_autotest
+ MYSQL_TEST_PASSWD=php_autotest
+ MYSQL_TEST_DB=php_autotest
+

Re: [PHP-QA] Bug #73609 [Opn]: "run-tests.php" don't respect configuration

2016-12-08 Thread Bob Lerner
Unsubscribe

On Nov 26, 2016 5:34 AM, "spam2 at rhsoft dot net" 
wrote:

> Edit report at https://bugs.php.net/bug.php?id=73609&edit=1
>
>  ID: 73609
>  User updated by:spam2 at rhsoft dot net
>  Reported by:spam2 at rhsoft dot net
> -Summary:"run-tests.php" donÄt respect configuration
> +Summary:"run-tests.php" don't respect configuration
>  Status: Open
>  Type:   Bug
>  Package:Testing related
>  Operating System:   Linux
>  PHP Version:7.0.14RC1
>  Block user comment: N
>  Private report: N
>
>  New Comment:
>
> ok, you finally can trick it out by "export PHP_INI_SCAN_DIR=/home/
> builduser/rpmbuild/BUILD/php-7.0.14" meaning point to the dirctory with
> the temporary ini-file
> ___
>
> but that's implied by -n and should not be needed
>
> php -n -c /home/builduser/rpmbuild/BUILD/php-7.0.14/tmp-php.ini
> ___
>
> + ulimit -s 32712
> + unset TZ LANG LC_ALL
> + export LANG=C 
> TEST_PHP_EXECUTABLE=/home/builduser/rpmbuild/BUILD/php-7.0.14/sapi/cli/php
> NO_INTERACTION=1 MALLOC_CHECK_=2 MYSQL_TEST_HOST=localhost
> MYSQL_TEST_SOCKET=/var/lib/mysql/mysql.sock MYSQL_TEST_PORT=3306
> MYSQL_TEST_USER=php_autotest MYSQL_TEST_PASSWD=php_autotest
> MYSQL_TEST_DB=php_autotest 'PDO_MYSQL_TEST_DSN=mysql:
> host=localhost;dbname=php_autotest' 
> PDO_MYSQL_TEST_SOCKET=/var/lib/mysql/mysql.sock
> PDO_MYSQL_TEST_USER=php_autotest PDO_MYSQL_TEST_PASS=php_autotest
> PDO_MYSQL_TEST_ENGINE=MyISAM
> + LANG=C
> + TEST_PHP_EXECUTABLE=/home/builduser/rpmbuild/BUILD/php-
> 7.0.14/sapi/cli/php
> + NO_INTERACTION=1
> + MALLOC_CHECK_=2
> + MYSQL_TEST_HOST=localhost
> + MYSQL_TEST_SOCKET=/var/lib/mysql/mysql.sock
> + MYSQL_TEST_PORT=3306
> + MYSQL_TEST_USER=php_autotest
> + MYSQL_TEST_PASSWD=php_autotest
> + MYSQL_TEST_DB=php_autotest
> + PDO_MYSQL_TEST_DSN='mysql:host=localhost;dbname=php_autotest'
> + PDO_MYSQL_TEST_SOCKET=/var/lib/mysql/mysql.sock
> + PDO_MYSQL_TEST_USER=php_autotest
> + PDO_MYSQL_TEST_PASS=php_autotest
> + PDO_MYSQL_TEST_ENGINE=MyISAM
> + cp /home/builduser/rpmbuild/SOURCES/php-debug.ini
> /home/builduser/rpmbuild/BUILD/php-7.0.14/tmp-php.ini
> + EXTENSION_DIR=/home/builduser/rpmbuild/BUILD/php-7.0.14/modules
> + export PHP_INI_SCAN_DIR=/home/builduser/rpmbuild/BUILD/php-7.0.14
> + PHP_INI_SCAN_DIR=/home/builduser/rpmbuild/BUILD/php-7.0.14
> + sed -i s@__EXTENSION_DIR__@/home/builduser/rpmbuild/BUILD/php-
> 7.0.14/modules@ /home/builduser/rpmbuild/BUILD/php-7.0.14/tmp-php.ini
> + /home/builduser/rpmbuild/BUILD/php-7.0.14/sapi/cli/php -n -c
> /home/builduser/rpmbuild/BUILD/php-7.0.14/tmp-php.ini
> /home/builduser/rpmbuild/BUILD/php-7.0.14/run-tests.php -n -c
> /home/builduser/rpmbuild/BUILD/php-7.0.14/tmp-php.ini
>
> =
> PHP : /home/builduser/rpmbuild/BUILD/php-7.0.14/sapi/cli/php
> PHP_SAPI: cli
> PHP_VERSION : 7.0.14RC1
> ZEND_VERSION: 3.0.0
> PHP_OS  : Linux - Linux testserver.rhsoft.net 4.8.10-200.fc24.x86_64
> #1 SMP Mon Nov 21 17:55:46 UTC 2016 x86_64
> INI actual  : /home/builduser/rpmbuild/BUILD/php-7.0.14/tmp-php.ini
> More .INIs  :
> CWD : /home/builduser/rpmbuild/BUILD/php-7.0.14
> Extra dirs  :
> VALGRIND: Not used
> =
> TIME START 2016-11-26 11:20:36
> =
>
>
> [root@testserver:~]$ cat /home/builduser/rpmbuild/
> BUILD/php-7.0.14/tmp-php.ini
> [PHP]
> extension_dir= "/home/builduser/rpmbuild/
> BUILD/php-7.0.14/modules"
>
> extension= "mbstring.so"
> extension= "openssl.so"
> extension= "calendar.so"
> extension= "ctype.so"
> extension= "curl.so"
> extension= "dom.so"
> extension= "exif.so"
> extension= "fileinfo.so"
> extension= "gd.so"
> extension= "hash.so"
> extension= "iconv.so"
> extension= "imap.so"
> extension= "json.so"
> extension= "mysqli.so"
> extension= "pcntl.so"
> extension= "pdo.so"
> extension= "pdo_mysql.so"
> extension= "posix.so"
> extension= "session.so"
> extension= "simplexml.so"
> extension= "soap.so"
> extension= "sockets.so"
> extension= "tidy.so"
> extension= "tokenizer.so"
> extension= "xmlreader.so"
> extension= "xmlwriter.

[PHP-QA] Bug #73609 [Com]: "run-tests.php" don't respect configuration

2016-12-08 Thread spam2 at rhsoft dot net
Edit report at https://bugs.php.net/bug.php?id=73609&edit=1

 ID: 73609
 Comment by: spam2 at rhsoft dot net
 Reported by:spam2 at rhsoft dot net
 Summary:"run-tests.php" don't respect configuration
 Status: Open
 Type:   Bug
 Package:Testing related
 Operating System:   Linux
 PHP Version:7.0.14
 Block user comment: N
 Private report: N

 New Comment:

[08-Dec-2016 20:42:33 Europe/Vienna] PHP Warning: stream_socket_server(): 
unable to connect to ssl://127.0.0.1:64321 (Unable to find the socket transport 
"ssl" - did you forget to enable it when you configured PHP?)
___

no i did not - you just forgot to respect the environment and configuration 
here and there and since you used /etc/php.ini there which is from production 
and not the current build (where extensions are loeded in /etc/php.d/) you just 
did not load the extension at that point
___

cat /rpmbuild/BUILD/php-7.0.14/tmp-php.ini | grep openssl
extension = "openssl.so"


Previous Comments:

[2016-12-08 19:13:29] spam2 at rhsoft dot net

dmaned with 7.0.14 final even that don't work relieable - some stuff is 
*clearly* using /etc/php.ini which is the only place where "extension = vld.so" 
exists on the whole machine and finally a ton of openssl related test are 
faling - most likely because loading extensions from somewhere but not the 
build directory

#46127, openssl_sign/verify: accept different algos 
[ext/openssl/tests/bug46127.phpt]
Bug #48182: ssl handshake fails during asynchronous socket connection 
[ext/openssl/tests/bug48182.phpt]
Bug #54992: Stream not closed and error not returned when SSL CN_match fails 
[ext/openssl/tests/bug54992.phpt]
Bug #65538: SSL context "cafile" supports stream wrappers 
[ext/openssl/tests/bug65538_001.phpt]
Bug #65538: SSL context "cafile" supports phar wrapper 
[ext/openssl/tests/bug65538_003.phpt]
Bug #65729: CN_match gives false positive when wildcard is used 
[ext/openssl/tests/bug65729.phpt]
Bug #68265: SAN match fails with trailing DNS dot 
[ext/openssl/tests/bug68265.phpt]
Bug #68879: Match IP address fields in subjectAltName checks 
[ext/openssl/tests/bug68879.phpt]
Bug #68920: peer_fingerprint input checks should be strict 
[ext/openssl/tests/bug68920.phpt]
Bug #69215: Crypto servers should send client CA list 
[ext/openssl/tests/bug69215.phpt]
capture_peer_cert context captures on verify failure 
[ext/openssl/tests/capture_peer_cert_001.phpt]
Testing peer fingerprint on connection 
[ext/openssl/tests/openssl_peer_fingerprint_basic.phpt]
Peer verification enabled for client streams 
[ext/openssl/tests/peer_verification.phpt]
Peer verification matches SAN names [ext/openssl/tests/san_peer_matching.phpt]
Capture SSL session meta array in stream context 
[ext/openssl/tests/session_meta_capture.phpt]
sni_server [ext/openssl/tests/sni_server.phpt]
Basic bitwise stream crypto context flag assignment 
[ext/openssl/tests/stream_crypto_flags_001.phpt]
TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment 
[ext/openssl/tests/stream_crypto_flags_002.phpt]
Server bitwise stream crypto flag assignment 
[ext/openssl/tests/stream_crypto_flags_003.phpt]
Specific protocol method specification 
[ext/openssl/tests/stream_crypto_flags_004.phpt]
Verify host name by default in client transfers 
[ext/openssl/tests/stream_verify_peer_name_001.phpt]
Allow host name mismatch when "verify_host" disabled 
[ext/openssl/tests/stream_verify_peer_name_002.phpt]
Host name mismatch triggers error 
[ext/openssl/tests/stream_verify_peer_name_003.phpt]
Specific crypto method for ssl:// transports. 
[ext/openssl/tests/streams_crypto_method.phpt]
tlsv1.0 stream wrapper [ext/openssl/tests/tlsv1.0_wrapper.phpt]
tlsv1.1 stream wrapper [ext/openssl/tests/tlsv1.1_wrapper.phpt]
tlsv1.2 stream wrapper [ext/openssl/tests/tlsv1.2_wrapper.phpt]
Bug #73037 SoapServer reports Bad Request when gzipped, var 0 
[ext/soap/tests/bug73037.phpt]
proc_open() with > 16 pipes 
[ext/standard/tests/general_functions/proc_open_pipes1.phpt]
proc_open() with no pipes 
[ext/standard/tests/general_functions/proc_open_pipes2.phpt]
proc_open() with invalid pipes 
[ext/standard/tests/general_functions/proc_open_pipes3.phpt]
Bug #51800 proc_open on Windows hangs forever, the right way to do it 
[ext/standard/tests/streams/proc_open_bug51800_right.phpt]
Bug #51800 proc_open on Windows hangs forever, the right way to do it with more 
data [ext/standard/tests/streams/proc_open_bug51800_right2.phpt]
Bug #69900 Commandline input/output weird behaviour with STDIO 
[ext/standard/tests/streams/proc_open_bug69900.phpt]
CLI -a and libedit [sapi/cli/tests/017.phpt]

+ export LANG=C 
TEST_PHP_EXECUTABLE=/home/builduser/rpmbuild/BUILD/php-7.0.14/sapi/cli/php 
PHP_INI_SCAN_DIR=/home/builduser/rpmbuild/BUILD/php-7.0.14 NO_INTERACTION=1 
MALLOC_CHECK_=2 MYSQL_TEST

Re: [PHP-QA] Bug #73609 [Com]: "run-tests.php" don't respect configuration

2016-12-08 Thread Bob Lerner
Unsubscribe

On Dec 8, 2016 1:47 PM, "spam2 at rhsoft dot net" 
wrote:

> Edit report at https://bugs.php.net/bug.php?id=73609&edit=1
>
>  ID: 73609
>  Comment by: spam2 at rhsoft dot net
>  Reported by:spam2 at rhsoft dot net
>  Summary:"run-tests.php" don't respect configuration
>  Status: Open
>  Type:   Bug
>  Package:Testing related
>  Operating System:   Linux
>  PHP Version:7.0.14
>  Block user comment: N
>  Private report: N
>
>  New Comment:
>
> [08-Dec-2016 20:42:33 Europe/Vienna] PHP Warning: stream_socket_server():
> unable to connect to ssl://127.0.0.1:64321 (Unable to find the socket
> transport "ssl" - did you forget to enable it when you configured PHP?)
> ___
>
> no i did not - you just forgot to respect the environment and
> configuration here and there and since you used /etc/php.ini there which is
> from production and not the current build (where extensions are loeded in
> /etc/php.d/) you just did not load the extension at that point
> ___
>
> cat /rpmbuild/BUILD/php-7.0.14/tmp-php.ini | grep openssl
> extension = "openssl.so"
>
>
> Previous Comments:
> 
> [2016-12-08 19:13:29] spam2 at rhsoft dot net
>
> dmaned with 7.0.14 final even that don't work relieable - some stuff is
> *clearly* using /etc/php.ini which is the only place where "extension =
> vld.so" exists on the whole machine and finally a ton of openssl related
> test are faling - most likely because loading extensions from somewhere but
> not the build directory
>
> #46127, openssl_sign/verify: accept different algos
> [ext/openssl/tests/bug46127.phpt]
> Bug #48182: ssl handshake fails during asynchronous socket connection
> [ext/openssl/tests/bug48182.phpt]
> Bug #54992: Stream not closed and error not returned when SSL CN_match
> fails [ext/openssl/tests/bug54992.phpt]
> Bug #65538: SSL context "cafile" supports stream wrappers
> [ext/openssl/tests/bug65538_001.phpt]
> Bug #65538: SSL context "cafile" supports phar wrapper
> [ext/openssl/tests/bug65538_003.phpt]
> Bug #65729: CN_match gives false positive when wildcard is used
> [ext/openssl/tests/bug65729.phpt]
> Bug #68265: SAN match fails with trailing DNS dot
> [ext/openssl/tests/bug68265.phpt]
> Bug #68879: Match IP address fields in subjectAltName checks
> [ext/openssl/tests/bug68879.phpt]
> Bug #68920: peer_fingerprint input checks should be strict
> [ext/openssl/tests/bug68920.phpt]
> Bug #69215: Crypto servers should send client CA list
> [ext/openssl/tests/bug69215.phpt]
> capture_peer_cert context captures on verify failure
> [ext/openssl/tests/capture_peer_cert_001.phpt]
> Testing peer fingerprint on connection [ext/openssl/tests/openssl_
> peer_fingerprint_basic.phpt]
> Peer verification enabled for client streams [ext/openssl/tests/peer_
> verification.phpt]
> Peer verification matches SAN names [ext/openssl/tests/san_peer_
> matching.phpt]
> Capture SSL session meta array in stream context
> [ext/openssl/tests/session_meta_capture.phpt]
> sni_server [ext/openssl/tests/sni_server.phpt]
> Basic bitwise stream crypto context flag assignment
> [ext/openssl/tests/stream_crypto_flags_001.phpt]
> TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment
> [ext/openssl/tests/stream_crypto_flags_002.phpt]
> Server bitwise stream crypto flag assignment [ext/openssl/tests/stream_
> crypto_flags_003.phpt]
> Specific protocol method specification [ext/openssl/tests/stream_
> crypto_flags_004.phpt]
> Verify host name by default in client transfers [ext/openssl/tests/stream_
> verify_peer_name_001.phpt]
> Allow host name mismatch when "verify_host" disabled
> [ext/openssl/tests/stream_verify_peer_name_002.phpt]
> Host name mismatch triggers error [ext/openssl/tests/stream_
> verify_peer_name_003.phpt]
> Specific crypto method for ssl:// transports. [ext/openssl/tests/streams_
> crypto_method.phpt]
> tlsv1.0 stream wrapper [ext/openssl/tests/tlsv1.0_wrapper.phpt]
> tlsv1.1 stream wrapper [ext/openssl/tests/tlsv1.1_wrapper.phpt]
> tlsv1.2 stream wrapper [ext/openssl/tests/tlsv1.2_wrapper.phpt]
> Bug #73037 SoapServer reports Bad Request when gzipped, var 0
> [ext/soap/tests/bug73037.phpt]
> proc_open() with > 16 pipes [ext/standard/tests/general_
> functions/proc_open_pipes1.phpt]
> proc_open() with no pipes [ext/standard/tests/general_
> functions/proc_open_pipes2.phpt]
> proc_open() with invalid pipes [ext/standard/tests/general_
> functions/proc_open_pipes3.phpt]
> Bug #51800 proc_open on Windows hangs forever, the right way to do it
> [ext/standard/tests/streams/proc_open_bug51800_right.phpt]
> Bug #51800 proc_open on Windows hangs forever, the right way to do it with
> more data [ext/standard/tests/streams/proc_open_bug51800_right2.phpt]
> Bug #69900 Commandline input/output weird behaviour with STDIO
> [ext/standard/tests/streams/proc_open_bug69900.ph

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

2016-12-08 Thread Ferenc Kovacs
Commit:482d1f39eee9656203ae3b77b520732971359ca4
Author:Ferenc Kovacs  Fri, 9 Dec 2016 03:44:29 
+0100
Parents:   062dad84a4ff739532ea19f2ec6e0c91ff9f7807
Branches:  master

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

Log:
5.6.30 next

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 028244b..d348627 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -43,17 +43,17 @@ TODO:
 */
 
 $QA_RELEASES = array(
-   '5.6.29' => array(
+   '5.6.30' => array(
'active'=> true,
'release'   => array(
'type'  => 'RC',
-   'number'=> 1,
-   'md5_bz2'   => 'ba7675e8a152b18bbc7351c1a281b9fc',
-   'md5_gz'=> '1d3c4e18837fdfc59435c0fb4e452ad9',
-   'md5_xz'=> 'e1ae0500172b7cef0640866d4d491586',
-   'sha256_bz2'=> 
'226c4c941463b466fbc8e47903c83ac7a773712e72b40671f35e67d422b94bc7',
-   'sha256_gz' => 
'1b632130cb0300d77f415e27fe0e0e40737774a0ae6f29e294c5de2496d17ff0',
-   'sha256_xz' => 
'4d3bf0a32bb739cfe6408aab56e46c80f138a0b473c491ef9b7d79bd4321616a',
+   'number'=> 0,
+   'md5_bz2'   => '',
+   'md5_gz'=> '',
+   'md5_xz'=> '',
+   'sha256_bz2'=> '',
+   'sha256_gz' => '',
+   'sha256_xz' => '',
'date'  => '24 November 2016',
'baseurl'   => 'http://downloads.php.net/tyrael/',
),


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