Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69729 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58730 invoked from network); 21 Oct 2013 11:36:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2013 11:36:55 -0000 Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.54 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:36681] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/C1-44908-6D115625 for ; Mon, 21 Oct 2013 07:36:55 -0400 Received: by mail-wg0-f54.google.com with SMTP id c11so6308964wgh.21 for ; Mon, 21 Oct 2013 04:36:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=dfrRJ9Svn5JSI9mwR6rAZCoCfF+GzNSj7TI1Xh3Wnt4=; b=RI/DGUaWb93LFcPIzciZWIMx+Azx9PUOeACqHMXsLjLiuw4xtA95IfiFn/b7E0INqg /AOsd2CgXwnAbxEyNhy42jLrWv9EA7cxihrAilTt5OscEih4PZ0hNY9HG++0wbRqB+UC etX+owfAEYTQu38cJB552B1Dm2fn1rJUxoZ9wYbLhQ9iFyGe6bEXKZ5Y4BbA6qEicXda Z6P2nr0sTLoYjt2a7pswKdjKtQ9f2NeayR1BTFGCzgzLCyajN6bkSSL8OKzSRfibCN0h ti2XZLKYk3y082K4dgGjL/uz969oG14A8ij6KjydZ2ghJJDQ4r1Dw9RHa5fsOLXISkUR V0Pg== X-Gm-Message-State: ALoCoQn9IpZxYX/00RJiCXn2FbZd+VBitv/r75dd/dPCaFuKixetwekeHzhtHUokiAs31IKVX+9sz4bPGaaVapQqHCqWeFrcI5Lla4QODGPwHRHn6m7a0CoxxKQPsAdr00lxckVTKvcw MIME-Version: 1.0 X-Received: by 10.180.78.193 with SMTP id d1mr9462970wix.22.1382355412035; Mon, 21 Oct 2013 04:36:52 -0700 (PDT) Received: by 10.180.39.36 with HTTP; Mon, 21 Oct 2013 04:36:51 -0700 (PDT) Date: Mon, 21 Oct 2013 13:36:51 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=f46d043be1ee49be1504e93eb334 Subject: Pull requests report (21/10/2013) From: lior.k@zend.com (Lior Kaplan) --f46d043be1ee49be1504e93eb334 Content-Type: text/plain; charset=UTF-8 Hi, This week we've reached to PR #500 after 2 years of getting PRs officially. The more steady stream of PRs started in March 2012... so it's around a PR a day in average. New: #493 Honor cipher order #494 Verify SSL/TLS Peers by Default #496 Implemented FR #65917 (getallheaders() is not supported by the built-in web server) #500 Fixed bug #50333 Improving multi-threaded scalability by using emalloc/efree/estrdup #501 fixed compiler warning #502 Allow unlimited line length in fpm config files Still open (21 days): #472 Bug 49898 #474 Implement automatic property initialization #475 Fix #61094 Wrong WSDL cache file name #477 Argument unpacking #479 Replace invalid code with a proper #error #486 Client-Initiated Renegotiation DoS Vulnerability #487 Changed proc_open() zpp argument to separate the environment array Merged: #236 slow requests resets FPM stats #434 Call php_module_shutdown() for php-fpm child processes #458 Add ldap_escape() #483 Add TLSv1.1 and TLSv1.2 support #484 Assume the free space is correct on Travis CI #491 Fix compiler warnings in openssl.c #495 Fixes bug #65911 #497 Respect the $YACC environment variable #498 fixed typo and few grammar mistakes #499 Fix RFC 6598 IPv4 Reserved Range Checks Closed (without merge): #295 Call zend_throw_exception_hook before no stack frame check #490 Add "honor_server_ciphers" ssl context option to mitigate BEAST #492 fix set_magic_quotes_runtime inconsistency with documentation Kaplan On Mon, Oct 14, 2013 at 10:53 AM, Lior Kaplan wrote: > Hi, > > Technical note: Please add a few words except the bug ID, so the PR title > will be more meaningful. > > Thanks Lars Strojny for the merges this week... > > Total open: 75 > > New: > #486 Client-Initiated > Renegotiation DoS Vulnerability > #487 Changed proc_open() zpp > argument to separate the environment array > #491 Fix compiler warnings in > openssl.c > > Merged: > #328 bug #64441 fixed > #482 Utilize SAN extension > matching during SSL/TLS peer verification > #485 Fix ZTS build breakage > from recent openssl PRs > #488 Fixed assumption that the > temporary directory is located in /tmp > #489 #60760 Converting > zend_parse_parameters() to zend_parse_parameters_none() in the SPL > > Closed (without merge): > #470 anon class objects > > Still open (21 days): > #460 json_encode(): added > option to turn only empty arrays into object > #461 use log2() / log10() > within basic log function > #462 Bug 64744 > #463 fix bug #53432 (Assignment > via string index access on an empty string converts to array) > #466 Allow ini files to have a > [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] > #471 Bug 64560 > #472 Bug 49898 > #474 Implement automatic > property initialization > #475 Fix #61094 Wrong WSDL > cache file name > #477 Argument unpacking > #479 Replace invalid code with > a proper #error > #483 Add TLSv1.1 and TLSv1.2 > support > #484 Assume the free space is > correct on Travis CI > > Kaplan > --f46d043be1ee49be1504e93eb334--