Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68336 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24683 invoked from network); 30 Jul 2013 08:56:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2013 08:56:50 -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.43 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.219.43 mail-oa0-f43.google.com Received: from [209.85.219.43] ([209.85.219.43:43669] helo=mail-oa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/B3-30402-0DF77F15 for ; Tue, 30 Jul 2013 04:56:49 -0400 Received: by mail-oa0-f43.google.com with SMTP id i10so10361553oag.16 for ; Tue, 30 Jul 2013 01:56:46 -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=TFq2H5HAHP/t5Qpl3h6joiON0UNtWI+6N8LneK8Lj/Y=; b=SyCoIIkNUahxVwJ3jZAzYdBFWRPh0U0CzsjyZcvKZybjxYc/EfRdA2DZV2c3dLv8cP 7Yh0jSC++wqmh7lTlZwqOQj1TvdNeUUGNy++APZY0iZm/++iTRkXiCmgtkBRhHuOIks8 F7fOl7r8QhTWfF0AHUNlUdXRabsVfc9XnODp6oJr+7IMFmi0gyE9vbSCORZwL61JNEbx fqUBiwWLugusFTwkzFK9mQDVD/gZmwzdb6Oj6G1vs3YYz1YDaBeevzgC9fwQ2SjBSNLS OIyVHvrb/YzEKiuFtv8rQPof/25NqKszEwf/JWXE1HtBU/KIIjqUBWyPpWdBcYTYCTkr OkNg== MIME-Version: 1.0 X-Received: by 10.182.53.194 with SMTP id d2mr56428319obp.28.1375174605974; Tue, 30 Jul 2013 01:56:45 -0700 (PDT) Received: by 10.60.40.65 with HTTP; Tue, 30 Jul 2013 01:56:45 -0700 (PDT) Date: Tue, 30 Jul 2013 11:56:45 +0300 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=089e0158c5aee4c1ac04e2b6c92d X-Gm-Message-State: ALoCoQk9nlYDQqkmEQ2pOFmeuW/QqVkeHOSi9ixpC4lm92wDKgbY0g6MDvxYsfUkzJblQ8vYbnjLiKvCao2eQAhJjdXtYJID1ThUsPwOUmrzu3awnzV4VqdzP3qZZPahrFPlDqectCeP Subject: Pull requests report (30/7/2013) From: lior.k@zend.com (Lior Kaplan) --089e0158c5aee4c1ac04e2b6c92d Content-Type: text/plain; charset=UTF-8 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 On Tue, Jul 23, 2013 at 10:41 AM, Lior Kaplan wrote: > This is the 3rd report, and I'm glad to see more people reviewing & > commenting the requests. Thanks. > > Merged requests (past 7 days): > #99 Added > recursivetreeiterator::setPostfix() method > #231 Bringing CSS up to this > decade's standards > #267 Bug #38917 - Native SPKAC > support request (merged two months ago) > #317 Fix saving of -1 index > from keys column in array_column function > #326 zend_register_bool_constant > patch > #351 working example of session > garbage collection in sub-directories > #384 HASH_KEY_NON_EXISTANT typo > fix > #385 mssql.compatability_mode > typo fix > #387 Wrong value for > FILTER_SANITIZE_FULL_SPECIAL_CHARS > #389 Fixed bug #65291 - > get_defined_constants() crash with __CLASS__ in trait > #391 addressed bug #65159, > Misleading configure help text for --with-mysql-sock > > Thanks Stas for your work on this, and to Yasuo who helped as well. > > Closed requests (without merge): > #52 Imap send (*abandoned patch > *) > #72 Implemented > posix_getspnam() function (*abandoned patch*) > #167 Add PDO::quoteName() method > #213 Copied reproduction code > from bugs.php.net to phpt > #265 ext/session/mod_files.sh > fix (*conflicts with fix at 5f0656b89ddb42d17a70f767060a08226809421a*) > #366 PHP 5.3 strict session (*no > new features for 5.3*) > #375 Fixed bug #48770: when > call_user_func() fails to call parent from inheriting class (*BC break*) > > New (and still open) requests (past 7 days): > #388 Add new 'use function' > sequence for importing namespaced functions > #390 Add DateInterval::add > method > #392 Fix bug #65028 > #393 Fix #60873: Add > read_property handler for DateTime object > > existing requests (7-21 days): > #373 Add apparmor change hat > functionality to fpm > #374 PostgreSQL's > PDOStatement::getColumnMeta() fills in table's name. > #381 Fixed #65225: > PHP_BINARY incorrectly set > #382 Added support for not > canonicalizing the SASL realm on sasl_binds for LDAP > > Kaplan > --089e0158c5aee4c1ac04e2b6c92d--