Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70185 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27256 invoked from network); 18 Nov 2013 09:27:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2013 09:27:04 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.50 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.50 mail-qa0-f50.google.com Received: from [209.85.216.50] ([209.85.216.50:60213] helo=mail-qa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/83-06041-56DD9825 for ; Mon, 18 Nov 2013 04:27:01 -0500 Received: by mail-qa0-f50.google.com with SMTP id i13so151694qae.2 for ; Mon, 18 Nov 2013 01:26:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0CgxlaT1+BDfQ+xsHxvCbe/JcuGdkRfyKjLBSYE9nko=; b=SyUm/6R1zkBchJVsANcYNF35C2r/UgyhSi6mmHpUWdAz8uDtcUhTQi1GcaYICmb1if OWq0d9bfcgudvASNuIpKdqqpJYdMcJLSL8G9T1bmKFRzNdjglIlzXzVElvfGfLvfjnCp cwV/q/yxx8H+NpJZ3f4GZtZqyqcfB0FTDHIoczKoM7IdVRpGzXvUfvvyqz/mAOG6++YY vY7fi2q7dQ8/lz8KhP/pveR0duErRo3jTXQDG4OPdcR12K45fi6uB0xltg+xuJwBSvnW Kzu1bXgMuyz9i0lq5pdpcHWFD9Wn/ZfYKxm6gLgMCV+bXEHSAkotgB3BIg+SdqFa8rmY Df5A== MIME-Version: 1.0 X-Received: by 10.224.15.144 with SMTP id k16mr31704908qaa.16.1384766818720; Mon, 18 Nov 2013 01:26:58 -0800 (PST) Received: by 10.140.37.201 with HTTP; Mon, 18 Nov 2013 01:26:58 -0800 (PST) In-Reply-To: References: Date: Mon, 18 Nov 2013 10:26:58 +0100 Message-ID: To: Nikita Nefedov Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7bdc9a8653a24704eb702634 Subject: Re: [PHP-DEV] Pull requests report (18/11/2013) From: tyra3l@gmail.com (Ferenc Kovacs) --047d7bdc9a8653a24704eb702634 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable you can set it in the INI section of the test: http://qa.php.net/phpt_details.php#ini_section On Mon, Nov 18, 2013 at 10:16 AM, Nikita Nefedov wrote= : > 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 wit= h >> 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 Improvin= g >> 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 possibl= e. >>> >>> 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 wit= h >>> 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 defaul= ts > in php.ini? > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --047d7bdc9a8653a24704eb702634--