Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68961 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41761 invoked from network); 9 Sep 2013 08:37:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2013 08:37:56 -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.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:62534] helo=mail-oa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/A3-03199-3E88D225 for ; Mon, 09 Sep 2013 04:37:55 -0400 Received: by mail-oa0-f50.google.com with SMTP id i4so6242474oah.37 for ; Mon, 09 Sep 2013 01:37:52 -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=/3sD0RtTcNtLxzvhMQ8eUzRgJIOkuVOUPSMAt/081wM=; b=QU7vrsDe0M0pOhM2N1Tk7bMltjlRKU1K9PYeoRWgc6FmnAdgRSNQwinKqisyJStjOE jP9awhN03zzv0ddvhj7roBNqUM6ErWIMDhFdeamJjNIJRbD6ZECTh4x9Z2J/rd/QDR2D JxrmPziabBazheYiRmbESplE8Z6c9UZpF9U/zln8rdbfEocdp1vUws/Uzlto7coLZAHW 9w/7Bp6VwvXYHst9DWnlJXXYlcUmuXyUaJl+PhO2xSx2NKNTWsoX/TLccZrhW1ZFIl3M uATwWGI5sa8RnAj0hRU3bpWDPPgU7LvkFwNWuaxFB865irZDIDbFv6fCRNRutkHarNmi KpZg== X-Gm-Message-State: ALoCoQnM9Lwged6tXjDtKVuEus8XYGYEBOzB13VpfLhcUxnrUXdp7XoWhugUV58tt7eThu2ddFoIOhKMtBwbFyY9RoShYb6HYTFjm+KiiBY9Cn5xbGxdn+z8ZJSMKxrAxLqbMafyiIHn MIME-Version: 1.0 X-Received: by 10.182.51.196 with SMTP id m4mr10695246obo.28.1378715872563; Mon, 09 Sep 2013 01:37:52 -0700 (PDT) Received: by 10.60.23.195 with HTTP; Mon, 9 Sep 2013 01:37:52 -0700 (PDT) Date: Mon, 9 Sep 2013 10:37:52 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=089e0111d5ead4aa4404e5ef4de0 Subject: Pull requests report (9/9/2013) From: lior.k@zend.com (Lior Kaplan) --089e0111d5ead4aa4404e5ef4de0 Content-Type: text/plain; charset=UTF-8 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 On Tue, Sep 3, 2013 at 9:31 AM, Lior Kaplan wrote: > New: > #422 Add test for bug #60598 > #424 Signature is valid if > there are less args > #426 Parameter skipping in > function calls > > Merged: > #420 Always provide retval ptr > #423 Fix bug #65579 (Using > traits with get_class_methods causes segfault). > > Closed (without merge): > #425 Function autoloading > > Still open (21 days): > #406 OnEnable INI MH for > opcache causing strangeness > #413 Make exception messages > and error output binary safe > #416 New function: > pcntl_daemonize & pcntl_setaffinity > #421 Dedicated syntax for > variadic parameters > > Kaplan > --089e0111d5ead4aa4404e5ef4de0--