Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68090 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84668 invoked from network); 10 Jul 2013 12:36:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jul 2013 12:36:17 -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.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:58522] helo=mail-oa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/B5-50933-F355DD15 for ; Wed, 10 Jul 2013 08:36:15 -0400 Received: by mail-oa0-f50.google.com with SMTP id k7so9482277oag.37 for ; Wed, 10 Jul 2013 05:36:13 -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:content-type :x-gm-message-state; bh=m60++H9ENGkz4VCYSwqrXQ0M6WUqjS5iyRIKETmOoTw=; b=UEk8+YudQEKX0xwYi8A0B6dVvNiz2xCVmXJJ1kcFt5FRRTPuChjssy9BsdheC7fI3r vYRWjt813jfTO5oGoZy4EF/XG1kiZvNbxqKm34/zMM+EhPWlykvDsCh9Zf8Jd6f4o+wu lxxk/9EULlICtlRWSTWZbKcgZcfYeXxtdBGjKDUQC6DJoRvDNBxIlbPceoOMCOXgM5o4 h3dUXHo1MVCxn55lLS5zf29kg+MH2OrPivaO9oYj40ZhyODN6p9ElvyIN7yGCA205O5Z CM+ZYwr3LaMb4PxEYggBcD5efzqFQVf5IPel3q3G72XvoXRYBbtjwj4FouFc4aXZj/uZ MElg== MIME-Version: 1.0 X-Received: by 10.182.71.38 with SMTP id r6mr27360904obu.64.1373459773123; Wed, 10 Jul 2013 05:36:13 -0700 (PDT) Received: by 10.60.40.65 with HTTP; Wed, 10 Jul 2013 05:36:13 -0700 (PDT) Date: Wed, 10 Jul 2013 15:36:13 +0300 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=e89a8fb1f56ce3f98604e1278528 X-Gm-Message-State: ALoCoQkzLSWDrDtEt2YOsCh45PnZoKl3PyA9h4mgGSm9jU2OUqvCbVCntdt5cCaq+WEPhIji1vraYCRqckNjP5bJ9DP6j1/EFGC6QOqHqiYV+akB67D2LWVJNKXTkCUPlzkScTwk3zIF Subject: Pull requests report (10/7/2013) From: lior.k@zend.com (Lior Kaplan) --e89a8fb1f56ce3f98604e1278528 Content-Type: text/plain; charset=UTF-8 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. --e89a8fb1f56ce3f98604e1278528--