Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69138 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22464 invoked from network); 16 Sep 2013 09:26:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2013 09:26:36 -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.178 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:54062] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/12-10557-ACEC6325 for ; Mon, 16 Sep 2013 05:26:36 -0400 Received: by mail-ob0-f178.google.com with SMTP id uy5so3587871obc.37 for ; Mon, 16 Sep 2013 02:26:32 -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=eGmr7/h0wPlFs7DE6ymRlxEEyvRPuN/0cB5TTw9RmOA=; b=N5SwgP78XPCm5mSCWhlOj4qFQkp2M+9/jSGkweKomB+uVWuyc+d5CeW1+xeqMJS1Ic 4S2380YbE9e1H/FwkLTbrN5e9xFI3Z0hciUYF7fS71lbMWsPhW5fvo1SpDwYBdYziT/D DK3pCSKnza9zDM1SrNsECoFQP1th2pKpJppTb1WmvvSwwc3K6nM3lWEMP6X74wqZ6wm0 N9bZozJOrDUL7t5lkoeHthjnPr8VtJk9zsfGrExK0LhgFqMraDPrDWDDPcLQjaiC7sMT kXLDv0o8HwacYzu/lM0CL0oeb8hhbjZ+Fio6Fozz3xWeDkeZwJKbfw98saRSeunmyVPb MojQ== X-Gm-Message-State: ALoCoQkZqMwQ4MSRWmVAjHw4zQLFf1dTlx+nyDW/Ut38xG+PeW5zbp4Ix28z/BS9QVKiYkZzvZ19WAvDNQPAjlCcliJewcToSuhITPzGTZ/TCpA29lG5Vgj/PM8Kf1xYf4acSeZQBhgL MIME-Version: 1.0 X-Received: by 10.60.65.227 with SMTP id a3mr24682858oet.13.1379323592676; Mon, 16 Sep 2013 02:26:32 -0700 (PDT) Received: by 10.60.23.195 with HTTP; Mon, 16 Sep 2013 02:26:32 -0700 (PDT) Date: Mon, 16 Sep 2013 11:26:32 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=001a11c25700c5afc504e67ccc1f Subject: Pull requests report (16/9/2013) From: lior.k@zend.com (Lior Kaplan) --001a11c25700c5afc504e67ccc1f Content-Type: text/plain; charset=UTF-8 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 On Mon, Sep 9, 2013 at 10:37 AM, Lior Kaplan wrote: > Hi, > > The last week brought quite a few new pull requests. I hope we'll keep see > new people getting involved. > > New: > #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 > > Merged: > (none) > > Closed (without merge): > #433 undefine user constants at > runtime > > Still open (21 days): > #413 Make exception messages > and error output binary safe > #416 New function: > pcntl_daemonize & pcntl_setaffinity > #421 Dedicated syntax for > variadic parameters > #422 Add test for bug #60598 > #424 Signature is valid if > there are less args > #426 Parameter skipping in > function calls > > Kaplan > --001a11c25700c5afc504e67ccc1f--