Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69259 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83181 invoked from network); 23 Sep 2013 07:39:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2013 07:39:09 -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.214.172 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.172 mail-ob0-f172.google.com Received: from [209.85.214.172] ([209.85.214.172:60616] helo=mail-ob0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/E0-12097-A10FF325 for ; Mon, 23 Sep 2013 03:39:08 -0400 Received: by mail-ob0-f172.google.com with SMTP id gq1so3206327obb.3 for ; Mon, 23 Sep 2013 00:39:03 -0700 (PDT) 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=csC2bPuZBc01bGpGn8zaFj8Wr2e3cMl/Da7Qne8VncE=; b=aQZLk8h1wAl+A+1012oQgSL0t2pxpmOJaBk5Ff4PpY5s271H9LGX4HIPrcxDuckmp9 MEYhYrPRelSMjZcBqa6brRvCUaXzK+TqQv7SWO9mtrrh55Y/wlRWMzbCi99tvznYwATb sRxw5QxU5oK62n/rdNF5/kzlr88XKN7PXgAR89mD6STrKz5a/9+n9bZABhnf8BMbMQpZ PoCHA77JwEq9U5vuR5UYoYE+zarPYUvcGLCcHnE0WkmpMWgZmBw5Prb0tAUEZROEJvu4 EJzvQH1KEAz9wXc6a3gn2qe1smRUMGL9Mrn22FcdeM4Sh2VbHI9OZJJwU1/XKq1G5/JR ChPw== X-Gm-Message-State: ALoCoQk1TAGdRO2lUehoMEODmzWXTy0Jvijxsz8lDbPcQocptZdLJNzP5x0rNxhLxNkg41kh/aoWL5+dUWU122/IOL1CJcZDZZs0dEch9soDnT9/idulGczNg6lM/+BfpHe6n/4xxbY2 MIME-Version: 1.0 X-Received: by 10.182.28.134 with SMTP id b6mr5258945obh.27.1379921943361; Mon, 23 Sep 2013 00:39:03 -0700 (PDT) Received: by 10.60.23.195 with HTTP; Mon, 23 Sep 2013 00:39:03 -0700 (PDT) Date: Mon, 23 Sep 2013 09:39:03 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=001a11c2903c408c4a04e7081d19 Subject: Pull requests report (23/9/2013) From: lior.k@zend.com (Lior Kaplan) --001a11c2903c408c4a04e7081d19 Content-Type: text/plain; charset=UTF-8 Hi, 2nd week in a row that we get a lot of new pull requests. Any thoughts about how can we process them faster (especially bug fixes)? Other projects use 2 reviewers before commit or similar methods. Total requests: 77 New: #455 Fix missing symbol linking error on (ancient) systems without atoll, e.g. AIX5.1 #456 Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly") #457 Fixed part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly") #458 Add ldap_escape() #459 Bug 65701 #460 json_encode(): added option to turn only empty arrays into object #461 use log2() / log10() within basic log function #462 Bug 64744 #463 fix bug #53432 (Assignment via string index access on an empty string converts to array) #464 openssl: certificate fingerprinting support #465 Better wildcard matching for CN #466 Allow ini files to have a [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] #467 Allow ini files to have a [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] #468 Allow ini files to have a [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] #469 Streams: Configure crypto method for ssl:// transports #470 anon class objects Merged: #372 Allow uploading files > 2G (bug 44522) #452 Add RFC 6598 IPs to reserved addresses Closed (without merge): #397 New handler for retrieving properties when object is serialized #406 OnEnable INI MH for opcache causing strangeness #436 Fixed bug #64874 (json_decode handles whitespace and case-sensitivity incorrectly) #454 json_encode(): option to only encode empty arrays as objects Still open (21 days): #426 Parameter skipping in function calls #427 run-tests.php: Added EXPECT_EXTERNAL, EXPECTF_EXTERNAL, EXPECTREGEX_EXTERNAL #55736 #428 Fixed bug #48770: when call_user_func() fails to call parent from inheriting class (2) #429 Segfault fix for more than one modules #430 Add support for CryptoPro S-box for GOST #431 New function: stream_socket_listen() #432 Addition of DATE_SQL and DATE_SQLTIMESTAMP constants #434 Call php_module_shutdown() for php-fpm child processes #435 Cast to resource #437 changes default value of mbstring.substitute_character #438 Added support for keywords where (easily) possible #441 Fixed bug #44889 #442 Make the type hinting error message slightly clearer when a class is expected #446 FreeTDS doesn't seem to be returning the general error number any more #447 Bug 52124 #448 Bug 45543 #449 Bug 48225 #451 Bug 65672 #453 New internal API for serialization and unserialization Kaplan On Mon, Sep 16, 2013 at 11:26 AM, Lior Kaplan wrote: > In the past week we've been "hammered" with 18 new pull requests, which > I'm happy with (especially with the other internals discussions). But now > the hard reviewing work begins, any help would be welcomed. > > Thank you David Soria Parra for the merges and cleanup, and thank you > Nikita Popov for the merges this week. > > New: > #435 Cast to resource > #436 Fixed bug #64874 > (json_decode handles whitespace and case-sensitivity incorrectly) > #437 changes default value of > mbstring.substitute_character > #438 Added support for keywords > where (easily) possible > #441 Fixed bug #44889 > #442 Make the type hinting > error message slightly clearer when a class is expected > #446 FreeTDS doesn't seem to be > returning the general error number any more > #447 Bug 52124 > #448 Bug 45543 > #449 Bug 48225 > #451 Bug 65672 > #452 Add RFC 6598 IPs to > reserved addresses > #453 New internal API for > serialization and unserialization > > Merged: > #439 Bug 65548 > #440 Bug 65502 > #443 Fixed minor bug in SPL test > #444 EmptyIterator now > implements Countable; fixes bug 60577 > #445 Bug 64157 > > Closed (without merge): > #290 Fixed bug #64280 > #324 Fixed memory leak in > strtotime > #337 Feature/log2 > #338 Adding a new > mysqli::bind_value method > #353 Add new function > string_is_ascii > #367 Php 5.4 strict session > collision detection > #422 Add test for bug #60598 > #450 disable unsafe optimization > > Still open (21 days): > #416 New function: > pcntl_daemonize & pcntl_setaffinity > #421 Dedicated syntax for > variadic parameters > #424 Signature is valid if > there are less args > #426 Parameter skipping in > function calls > > Kaplan > --001a11c2903c408c4a04e7081d19--