Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69908 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2073 invoked from network); 28 Oct 2013 07:35:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2013 07:35:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.47 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:49633] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/31-22054-3C31E625 for ; Mon, 28 Oct 2013 02:35:32 -0500 Received: by mail-wg0-f47.google.com with SMTP id c11so6055180wgh.2 for ; Mon, 28 Oct 2013 00:35:28 -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=aFapeaIrAFmYrjmWyUUH1BmCnyVtmmv/P3D8FzJTMes=; b=ezDtzo3GPMtLGS3CAoGtVk0y3QzI3EsEMdxNBD/Grf1FWQi199xCDG/c++YvStTQAJ M3pmR0JV1G54VpvKdIXLcLW9ktiqfP6qKS11aHkg0TyhFaWyWWsf2fbraqHpkY8kdjUS KpOyPEdiudVREvAQhvuIjKCitKjl7dVqGO+qkaWJPkwNhexoCcKQJVSnI8Iihc3j/hkU WL75X180RPP36T76twh1VFe2Hi7eKO78n5m0GXT3PGwshcMKkCJ4G/CyIfYrynLn8TtO UE7/Bv9BGUVmBpcrfre34Xv8VCiRwrwk1K8VFkmV6zoQTqCsAmWPmA27XPblng2btpIa FcXw== X-Gm-Message-State: ALoCoQkhpNlxef16uTPLzVn47zdYEPy3Fkm92TzCBmu74QgqJDuF5GF3pRpdPEURl7+g3xxk2hT7lMquvpCBGDkFBbwmOzgV1xL0HQ419gjTYL2GhTzqIj+ce/WJt7JGJwBAvGIS1nxT MIME-Version: 1.0 X-Received: by 10.180.83.194 with SMTP id s2mr7902964wiy.60.1382945728278; Mon, 28 Oct 2013 00:35:28 -0700 (PDT) Received: by 10.180.39.36 with HTTP; Mon, 28 Oct 2013 00:35:28 -0700 (PDT) Date: Mon, 28 Oct 2013 09:35:28 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=f46d0434bc14e0cabb04e9c82457 Subject: Pull requests report (28/10/2013) From: lior.k@zend.com (Lior Kaplan) --f46d0434bc14e0cabb04e9c82457 Content-Type: text/plain; charset=UTF-8 Hi, Following the git problems in the last few days, merges weren't possible. New: #503 Rename pcre_printint.src to pcre_printint.c and update from upstream #504 curl_seek bug #47204 #505 Binsafe log #506 expectations #507 bug #54276 inconsistent ini_get/get_cfg_var Merged: #293 Exif crash on unknown encoding was fixed Still open (21 days): #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 #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 Kaplan On Mon, Oct 21, 2013 at 1:36 PM, Lior Kaplan wrote: > 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 > --f46d0434bc14e0cabb04e9c82457--