Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70182 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22468 invoked from network); 18 Nov 2013 09:08:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2013 09:08:11 -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 209.85.214.169 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.169 mail-ob0-f169.google.com Received: from [209.85.214.169] ([209.85.214.169:49388] helo=mail-ob0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/72-06041-9F8D9825 for ; Mon, 18 Nov 2013 04:08:11 -0500 Received: by mail-ob0-f169.google.com with SMTP id wm4so1124453obc.0 for ; Mon, 18 Nov 2013 01:08:06 -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=BG4dGGWJFNFL1HqlnlxjgGZcdIU3AcRn7rr6Vtsu3KY=; b=O422nPmrnakPwhjEhBHVwt2aIntE6oyVufwYWtdXcvJi9qyw9GBCo0QCnxmp0ZUl5B P1vv2r2PhiIgWhMAm3m3tJHdJZ1OIpj6/5FNlqOEGUSPSrQtdo+vofuiMqnI99SkLY74 OCbugecxEo4WKaDaBb7mKzWvBZmVOorJYJtz9z4VfLmlOI5PjMdtJKC6qT36qdtJzNGW PnvXbCOsqA7TsbNdJuyi4Svy/C24sfgkF9/0CKKNAltqKETbH77HNarbaQEektdu0RnW NvSOaAAqkBPkaIUhtQM154zAY6XOogwQZH1aNlO28igEwZcTydzOKSho81E3/N1uBR/a wJwA== X-Gm-Message-State: ALoCoQlvNUZ7k9UuMh/43CKsOZ/aomxjedxm+RWHU4zKDJYFmq7H1qTKDOMwBfw2G7zqXFm8gkAmK+Yk/mEKvPVOQAmkZFlgtvgzAroSiLRTZKY4yTsjOjS65DGH7UvKd7XOthDLPTkQ MIME-Version: 1.0 X-Received: by 10.60.65.227 with SMTP id a3mr19087396oet.13.1384765686784; Mon, 18 Nov 2013 01:08:06 -0800 (PST) Received: by 10.60.23.195 with HTTP; Mon, 18 Nov 2013 01:08:06 -0800 (PST) Date: Mon, 18 Nov 2013 11:08:06 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=001a11c25700dbcca004eb6fe2e5 Subject: Pull requests report (18/11/2013) From: lior.k@zend.com (Lior Kaplan) --001a11c25700dbcca004eb6fe2e5 Content-Type: text/plain; charset=UTF-8 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 > --001a11c25700dbcca004eb6fe2e5--