Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68395 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47523 invoked from network); 7 Aug 2013 08:15:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2013 08:15:10 -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.219.50 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.219.50 mail-oa0-f50.google.com Received: from [209.85.219.50] ([209.85.219.50:37984] helo=mail-oa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/74-06453-D0202025 for ; Wed, 07 Aug 2013 04:15:09 -0400 Received: by mail-oa0-f50.google.com with SMTP id i4so2749615oah.23 for ; Wed, 07 Aug 2013 01:15:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=MvT1elr8mwXZXatzWGnRt42fZM6HuAND26/IVuogxqg=; b=bU7KrA39VT3rd3tB1LBCPQ7+49xN4ibiBfvxDYphoMMnAx471uvEgi/svzaWe+SWh8 QvFevl3XMAoOaLyHVjZluM7wkDu5DkL8fGrY2MnUBtjg6k7uMTH/iNA7uWmk7YfmO32+ CPfn+07BhGyAwVbxNmpueXnxJgMeyVIbsmE2Hk3PAk3FrAjyJXiULmWJ1FSTtiVwF/0d bVs07NJZ6Htn+5+n2AeJPWrg5KY0rf7voHgYTCdH8Cu941m0LJUj1eKpbUYKKdfKUTnd 41z2jxp2ktfx+6mRL8FJfZK3/OQfFvQicy+XQ5h6eZ6lP+QG/NbxhQfAGuBTxU76SEyy 87ow== X-Gm-Message-State: ALoCoQmCIQW1Lr3BCBiaYzjSkqWpVW3ePqISqnk1jJt2ERAV/HWgPsERMhyooSfmGan1e0TgASYgKjWWHnIaaSEk2ji3Nvl4wHNwWsmvsdBKeSdvnrK3S8ZrXtbX+QTRLkQPR2aDnxeJ MIME-Version: 1.0 X-Received: by 10.60.43.73 with SMTP id u9mr1496640oel.105.1375863306275; Wed, 07 Aug 2013 01:15:06 -0700 (PDT) Received: by 10.60.23.195 with HTTP; Wed, 7 Aug 2013 01:15:06 -0700 (PDT) Date: Wed, 7 Aug 2013 11:15:06 +0300 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=001a11c2e5f4a1600304e35723f1 Subject: Pull requests report (7/8/2013) From: lior.k@zend.com (Lior Kaplan) --001a11c2e5f4a1600304e35723f1 Content-Type: text/plain; charset=UTF-8 Merged requests (past 7 days): #214 First fixes for a 64bit compatible ftp extension #394 typofixes - non living code related typo fixes #399 Constify streams API and a few other calls down the rabbit hole. #401 Php 5.5 strict session collision detection Thanks Stas (: Closed requests (without merge): #199 Bug #62479 Fix bug where spaces in passwords would fail #368 Php 5.5 strict session collision detection (in favor of #401) #400 Bug44164 New and still open requests (past 7 days): None - everything from this week was either merged or closed - well done (: existing requests (7-21 days): #388 Add new 'use function' sequence for importing namespaced functions #390 Add DateInterval::add method #393 Fix #60873: Add read_property handler for DateTime object #395 typofixes - code related #397 New handler for retrieving properties when object is serialized #398 Fix #65069: GlobIterator fails to access files inside an open_basedir restricted dir Kaplan On Tue, Jul 30, 2013 at 11:56 AM, Lior Kaplan wrote: > The last week was characterized with less merges but more comments > on the open and new pull requests (thanks Anatol Belski). I think this is > equally important. > > Merged requests (past 7 days): > #371 Added test-case for bug > #65028 (part of #392) > #392 Fix bug #65028 (also > includes PR #371) > > Closed requests (without merge): > #145 Enable extension loading > from .user.ini when run as CGI. > #396 Clean formatting fetch.php > > New and still open requests (past 7 days): > #394 typofixes - non living > code related typo fixes > #395 typofixes - code related > #397 New handler for retrieving > properties when object is serialized > #398 Fix #65069: GlobIterator > fails to access files inside an open_basedir restricted dir > > existing requests (7-21 days): > #381 Fixed #65225: > PHP_BINARY incorrectly set > #382 Added support for not > canonicalizing the SASL realm on sasl_binds for LDAP > #388 Add new 'use function' > sequence for importing namespaced functions > #390 Add DateInterval::add > method > #393 Fix #60873: Add > read_property handler for DateTime object > > Kaplan > --001a11c2e5f4a1600304e35723f1--