Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68133 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61031 invoked from network); 17 Jul 2013 22:47:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2013 22:47:07 -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.52 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.219.52 mail-oa0-f52.google.com Received: from [209.85.219.52] ([209.85.219.52:38224] helo=mail-oa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/29-20914-9EE17E15 for ; Wed, 17 Jul 2013 18:47:06 -0400 Received: by mail-oa0-f52.google.com with SMTP id g12so3368704oah.11 for ; Wed, 17 Jul 2013 15:47:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=+KBp8oDpioC6Skf05PnWYCa+9Ub/QJDpf6Q/THi0dW8=; b=o9bnOjwCX5UMokXiA6+T6GgWIotiFybus3d/dKNhd6oaxRswb+BehdlQYA7b/iYVFq DNx1nW0+4EYJ72fUOpLci1NvB+d8oP4i+Jx2Lv3Q88NpgeYAUNGMrpaQBIyKPBv6QMHh rbgWRkOAKcAq9iaIRqFP4VNPkk5QXM8elNgiGo1l4xxmmCsE9KIRpNHROBS9S4a5oKHz j5OF1bOu9W5L8WmFuBlQyogjfhOWRuZdMbmJsYr2vS55dHFPRf3nhxw3lH2WC7kCxOoK lcCWOfsScekS98EpplAnEyvtKxRuM8auHcwiKBvKjfJAVxeofIsfa2HXjsrIWx/k5gOX Iifw== MIME-Version: 1.0 X-Received: by 10.182.246.39 with SMTP id xt7mr4880513obc.18.1374101222537; Wed, 17 Jul 2013 15:47:02 -0700 (PDT) Received: by 10.60.40.65 with HTTP; Wed, 17 Jul 2013 15:47:02 -0700 (PDT) Date: Thu, 18 Jul 2013 01:47:02 +0300 Message-ID: To: PHP internals list Cc: Veres Lajos Content-Type: multipart/alternative; boundary=001a11c2e2244150e004e1bcdf91 X-Gm-Message-State: ALoCoQm7vDNHEC1LkNwCYey6WNjkP3UymUTdhDV3/cqE5RH8tmxU8PDvPUx5InOs2gLjA/ystEfF70VkXiW9Qme+3G4py58afjVOQSFBqI3Ae/oh3pah+BNtITeqkGN56/DV+ymhJlug Subject: Pull requests report (17/7/2013) From: lior.k@zend.com (Lior Kaplan) --001a11c2e2244150e004e1bcdf91 Content-Type: text/plain; charset=UTF-8 Merged requests (past 7 days): #364 fix invalid variable name at ext/spl/internal/multipleiterator.inc #370 Remove PWS (Personal Web Server) references #377 Add built-in web server to cli usage, and align terminology in cli manpage #378 Fix bug #62665: add curl.cainfo to php.ini #386 Typo fixes Thanks Stas for helping these merges happen. New (last 7 days): #384 HASH_KEY_NON_EXISTANT typo fix #385 mssql.compatability_mode typo fix #387 Wrong value for FILTER_SANITIZE_FULL_SPECIAL_CHARS existing (7-14 days): #375 Fixed bug #48770: when call_user_func() fails to call parent from inheriting class #381 Fixed #65225: PHP_BINARY incorrectly set #382 Added support for not canonicalizing the SASL realm on sasl_binds for LDAP What do you think about closing older PR ( > 28 days) ? Kaplan On Wed, Jul 10, 2013 at 3:36 PM, Lior Kaplan wrote: > Hi, > > Following my suggestion to help with pull requests, I'm going to send a > report about new & ongoing pull requests. > I hope it will help us to handle them more efficiently and lower the > response time for patches. > > Feedback is much appriciated. > > New (last 7 days): > #375 Fixed bug #48770: > when call_user_func() fails to call parent from inheriting class > #377 Add built-in web server to > cli usage, and align terminology in cli manpage > #378 Fix bug #62665: > add curl.cainfo to php.ini > #381 Fixed #65225: > PHP_BINARY incorrectly set > #382 Added support for not > canonicalizing the SASL realm on sasl_binds for LDAP > > Older (but seems trivial): > #360 Use in > preg_replace_callback() using variables by reference and test for bug # > 64979 > #364 fix invalid variable name > at ext/spl/internal/multipleiterator.inc > #370 Remove PWS (Personal Web > Server) references > > Kaplan > > p.s. > Feel free to just approve the merge after reviewing the code, and I'll do > merge myself later. > --001a11c2e2244150e004e1bcdf91--