Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70183 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24206 invoked from network); 18 Nov 2013 09:16:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2013 09:16:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=inefedor@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=inefedor@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: inefedor@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:60373] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/E2-06041-FDAD9825 for ; Mon, 18 Nov 2013 04:16:16 -0500 Received: by mail-la0-f54.google.com with SMTP id ev20so4731306lab.27 for ; Mon, 18 Nov 2013 01:16:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=akUx93omTpFJZfGsxMpGCguY6Hu2S7vwF3d0msJ4fW4=; b=ZY6PofYahi21ibOwKam9PHkQIGJJ30ZcAyH2l1ZsZ3WOgG5HKlKxRGEKfS3PM++fDA Tz9EtMC0+RbHK1dxJaSeAFIrLu+Sav7MrNFllgulIZXbOJFaUpPXhyC8H/UKj2lJrOEa M1x8YVcnxfUdTSszLkugNGImuYaOx8GMRr8+8tEBnLQ2VUDDe/zgo1ZGqmxTSZll7uVo YK9hbs6vu2c6bxR7yBAr/UQ0x2lDWQj9omwkSlt52E/+RwvOyr992xzPsUua6BYQ0y8l febRCtHuM9HpCwXplWQO4apW136+dS+oNg1wTbAw9QMgLC3pRMXNTY8i00tf6MWU7PYA X6xA== X-Received: by 10.152.143.101 with SMTP id sd5mr1799548lab.26.1384766172638; Mon, 18 Nov 2013 01:16:12 -0800 (PST) Received: from nikita2206-n56vj ([217.174.184.92]) by mx.google.com with ESMTPSA id dm10sm11653308lbc.14.2013.11.18.01.16.11 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 18 Nov 2013 01:16:11 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: internals@lists.php.net References: Date: Mon, 18 Nov 2013 13:16:10 +0400 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (Linux) Subject: Re: [PHP-DEV] Pull requests report (18/11/2013) From: inefedor@gmail.com ("Nikita Nefedov") On Mon, 18 Nov 2013 13:08:06 +0400, Lior Kaplan wrote: > Hi All, > > I'm reporting here for three weeks, so the lists are long. > Also, the git downtime prevented merges for about a week. > > New: > #509 Bugfix for #64604 > #511 Bug #65995 - Adding FET > timezone to translate to Europe/Kaliningrad > #512 date_diff() bug #65768 > #513 CLI: Error handling > changes > for the option parser > #518 Fix #66021 (Blank line > inside empty array/object) > #519 Expectations > #521 Make PASSWORD_DEFAULT the > default algorithm in password_hash() > #523 geallheaders php-fpm > #62596 > #524 Fix #66048 (temp. > directory > is cached during multiple requests) > #525 Fixed tests that fail with > non-default `serialize_precision` configurations > #526 Add new 'use function' > sequence for importing namespaced functions > #527 Fixed case part of bug > #64874 ("json_decode handles whitespace and case-sensitivity > incorrectly")#528 Implemented > FR #65917 (getallheaders() is not supported by the built-in web server) > #530 test for unserialize > boolean > return value > #531 Allow NULL as value for > CURLOPT_CUSTOMREQUEST option > > Merged: > #287 add ability to use array > keys with array_filter() > #456 Fixed whitespace part of > bug > #64874 ("json_decode handles whitespace and case-sensitivity > incorrectly") > #500 Fixed bug #50333 Improving > multi-threaded scalability by using emalloc/efree/estrdup > #517 mysqlnd: Fixing typo in > error message > > Closed: > #223 Bug #63380: Use PHP's > allocator for libxml > #388 Add new 'use function' > sequence for importing namespaced functions > #435 Cast to resource > #453 New internal API for > serialization and unserialization > #457 Fixed bug #64874 > ("json_decode handles whitespace and case-sensitivity incorrectly") > #461 use log2() / log10() > within > basic log function > #496 Implemented FR #65917 > (getallheaders() is not supported by the built-in web server) > #505 Binsafe log > #506 expectations > #507 bug #54276 inconsistent > ini_get/get_cfg_var > #508 Extract into object scope > #510 get_headers extra > parameter > #514 get_network_interfaces > #17400 > #515 getallheaders for php-fpm > #62596 > #516 add security.level for > php-fpm #65935 > #520 Get headers #62596 > #522 getallheaders for php-fpm > #62596 > #529 test for unserialize > boolean > return value > > Still open (21 days): > #503 Rename pcre_printint.src > to > pcre_printint.c and update from upstream > #504 curl_seek bug #47204 > > Kaplan > > > On Mon, Oct 28, 2013 at 9:35 AM, Lior Kaplan wrote: > >> 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 >> Hi, by the way, I wonder how we should deal with timezone in tests? I wrote a test for PR #512, but it is always failed because of timezone not being set. I know I could set it in the code but maybe we could set such defaults in php.ini?