Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97092 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62839 invoked from network); 20 Nov 2016 17:01:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2016 17:01:05 -0000 Authentication-Results: pb1.pair.com header.from=php@duncanc.co.uk; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php@duncanc.co.uk; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain duncanc.co.uk from 74.125.82.42 cause and error) X-PHP-List-Original-Sender: php@duncanc.co.uk X-Host-Fingerprint: 74.125.82.42 mail-wm0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:36338] helo=mail-wm0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/B0-58689-0D6D1385 for ; Sun, 20 Nov 2016 12:01:05 -0500 Received: by mail-wm0-f42.google.com with SMTP id g23so110762556wme.1 for ; Sun, 20 Nov 2016 09:01:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=duncanc-co-uk.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=9WDdvTrBLb/lmvbDsrk2kH3lRAAZ9jhldic8HJzTjXc=; b=iTs0IPhJqh2as5l35R9QnwxZouYLU8kTL28092oruqm5sdNezqx/ZzaVIhiKuayVJX 1aKqvl1gaHHEgJpbd/lHz9QWDSJR6U+d+zJaUdJv76piU3KcnUnZT9Aqb5fBPImf+vEL LidPzNLhnCp5J1iQYQ+hrLndftJW8hTEvclFlLtWPhNZgQFQT4X8sDFp8lPeNK01MAQ0 625K/c4yLXzuBTZRV8HHD8ZQddrIH//tsFI9Pi12HR9Ijbqz5RkAGk1PMUvJD7e9N8OM sP6U3cSw7khRlEXJ6tvF39FtzPGpnyapOR2DSyaenREpNV6+GnI3Rs4t9K7G9QXgaZLk /oVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=9WDdvTrBLb/lmvbDsrk2kH3lRAAZ9jhldic8HJzTjXc=; b=fQGxeryX1JQl6l1bOVPnM3E9MU2XAQvz8iDNnktw3HMWKcPDI7q1Uzyi6G+6UbFNfe 6kCIClMvdKDeJCGqRKHGNv1VOWkoT25+AcazEnjGvCxZu/cO5ttFaP5FAYKbCUXfPeA5 wWpgATuMlL0SAtkXs0Aw0Y9K7EoT35Yr8FhlaXCUjr5wxXPJU9p0StNOSmttiHQShUom p4sVPSyznssOZW7ZVqfGTsGPDy1p7J46qmx5NtDReNM4mgbTtVgwmG2B6cr0a3uUWNCK Y4WRiSygl1DRaqXYigI3xv1/FhBZfUgRT2upR8R95IjxD5owL8LKXFr6k/0/OC2cGp5f U5Dg== X-Gm-Message-State: AKaTC033+Ac+f6vS+lQR33LU3nhMYMqZNXcZuSAbQ+dP3YaMUMgZ2ThT8PwjliYYRe/8uA== X-Received: by 10.28.91.143 with SMTP id p137mr9441983wmb.51.1479661261503; Sun, 20 Nov 2016 09:01:01 -0800 (PST) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com. [74.125.82.42]) by smtp.gmail.com with ESMTPSA id js10sm20237009wjb.19.2016.11.20.09.01.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 20 Nov 2016 09:01:00 -0800 (PST) Received: by mail-wm0-f42.google.com with SMTP id f82so109125735wmf.1 for ; Sun, 20 Nov 2016 09:01:00 -0800 (PST) X-Received: by 10.46.5.149 with SMTP id 143mr5324001ljf.73.1479661260006; Sun, 20 Nov 2016 09:01:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.202.135 with HTTP; Sun, 20 Nov 2016 09:00:59 -0800 (PST) X-Originating-IP: [86.170.70.235] Date: Sun, 20 Nov 2016 17:00:59 +0000 X-Gmail-Original-Message-ID: Message-ID: To: Internals Content-Type: multipart/alternative; boundary=001a114a6b52ca804c0541be7ba8 Subject: PR #1280 - Add an SplFileObject::getStream() method From: php@duncanc.co.uk (Craig Duncan) --001a114a6b52ca804c0541be7ba8 Content-Type: text/plain; charset=UTF-8 Hey Internals, Sorry if this isn't the correct thing to do, I was just hoping to raise some awareness for a PR I opened last year: https://github.com/php/php-src/pull/1280 It's a very simple and small addition, is it possible get it merged for 7.2, or do I need to raise an RFC for it? Thanks, Craig --001a114a6b52ca804c0541be7ba8--