Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70373 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9816 invoked from network); 25 Nov 2013 07:36:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2013 07:36:44 -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 209.85.214.180 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.180 mail-ob0-f180.google.com Received: from [209.85.214.180] ([209.85.214.180:52352] helo=mail-ob0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/C1-34377-B0EF2925 for ; Mon, 25 Nov 2013 02:36:43 -0500 Received: by mail-ob0-f180.google.com with SMTP id wo20so3825111obc.11 for ; Sun, 24 Nov 2013 23:36:41 -0800 (PST) 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=Z2YUx5ckjNCjExZrfjDZErfJ9n5xEuenGED2Sx7jGJk=; b=YQnS3V5RRosesVA9GsPpirtBjx+x4oVxToNMgiUUMJG5sOQy3u8kBf40Kqo85ElUP4 9aqk7KcSR5D7XsKjWljGe6ODyE+mFUq5j7kVw2zHneDZWZQPaGv7PX2i+t9JuI8nXP+g VFeNsLn0fGeduJkCR6vtc8q9CaHsK0fJrtnC81sFd+s0v2DOlTegX5pyaKJasnfLmELT bqfk/RoFfE8273JRzWrbWC+gUrcfnLQO3gdSBSElxhpMLOgZnhJBU/bGeQxagR9NCkyX 4Lnu6tIDXnZKT+3WecELhy6X/mwLZ8IAuO3/t8ek3aQp11LInilQUKSi356evSvfD8L5 KpUA== X-Gm-Message-State: ALoCoQnsp4NzZRFcf/AgzvaTjESdeBmbCO95tnpvdEX2QxQCrgBzITHyzBDi0aoGeBlLSgEsE+KibNOx5Uh9kfoYHPIMkCIvB++6pDAMFYjfVwBDDXnOvjBwdAugx0m6QB4rsKjGk9w9 MIME-Version: 1.0 X-Received: by 10.182.70.5 with SMTP id i5mr23849500obu.8.1385365000984; Sun, 24 Nov 2013 23:36:40 -0800 (PST) Received: by 10.60.23.195 with HTTP; Sun, 24 Nov 2013 23:36:40 -0800 (PST) Date: Mon, 25 Nov 2013 09:36:40 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=089e0158ab20c4b0b704ebfb6c7f Subject: Pull requests report (25/11/2013) From: lior.k@zend.com (Lior Kaplan) --089e0158ab20c4b0b704ebfb6c7f Content-Type: text/plain; charset=UTF-8 Hi, Back to weekly reports... (: New: #533 parse_url is inconsistent with specified port (#64604) Merged: #525 Fixed tests that fail with non-default `serialize_precision` configurations #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) #532 Fixed bug #66124 Closed: #509 Bugfix for #64604 Still open (21 days): #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) #526 Add new 'use function' sequence for importing namespaced functions #530 test for unserialize boolean return value #531 Allow NULL as value for CURLOPT_CUSTOMREQUEST option Kaplan On Mon, Nov 18, 2013 at 11:08 AM, 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 > --089e0158ab20c4b0b704ebfb6c7f--