Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75176 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93041 invoked from network); 2 Jul 2014 18:43:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2014 18:43:38 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:51726] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/59-47713-8D254B35 for ; Wed, 02 Jul 2014 14:43:37 -0400 Received: by mail-la0-f44.google.com with SMTP id ty20so7329891lab.17 for ; Wed, 02 Jul 2014 11:43:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=6ThYdQKW3NkwQZ8caKZcK0bnidGy0MIhitSDoX0YTPE=; b=PkUfDPHQ8RcCEYyKbCh5Zg/0Mqt0syal4OfPJyWG9l+y/6cf6WPRSOwoQQ+ZYaNFab +9yJeSNRc1bCwHD2qWXwlfc+vR96GvaM/Z7/+4dZxV5lG6BHVIgyetsopk4vsIG3ReMU +Ww02+rrAKybK6jFzPRsq0+nPXZSL3u40A+v7qouEJ5Lqwldod8xElYD02wEaLd6YC6y 7oTwhJl1OUtzr99Mrh48DiMyJKBXlLsEgB+u4uTglsvy/57XrD0k1DIlrvc/HSwTG0JI HoS+/pDNj3Rhh4AyxPwsBl25V4hr+JYl07VGFkY9g2dXEFJSe1NimTPNr+PTOxjAMSz4 7Ftg== MIME-Version: 1.0 X-Received: by 10.112.163.65 with SMTP id yg1mr16617116lbb.44.1404326614090; Wed, 02 Jul 2014 11:43:34 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.19.10 with HTTP; Wed, 2 Jul 2014 11:43:34 -0700 (PDT) Received: by 10.114.19.10 with HTTP; Wed, 2 Jul 2014 11:43:34 -0700 (PDT) In-Reply-To: <53B450AD.8030708@gmail.com> References: <53B44876.7070306@hoa-project.net> <53B450AD.8030708@gmail.com> Date: Wed, 2 Jul 2014 20:43:34 +0200 X-Google-Sender-Auth: I2_AArnkRlE04WAJcIj1ys5rMXI Message-ID: To: Iwan Luijks Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e0115fdc4fb4b1504fd3a447b Subject: Re: [PHP-DEV] PHP-5.6 php://input temp files From: mike@php.net (Michael Wallner) --089e0115fdc4fb4b1504fd3a447b Content-Type: text/plain; charset=UTF-8 On 2 Jul 2014 20:34, "Iwan Luijks" wrote: > > Hi, > > As it is noted in the section on php://memory and php://temp > ( http://php.net/manual/en/wrappers.php.php#refsect2-wrappers.php-unknown-unknown-unknown-unknown-unknown-descriptios ) > it wouldn't harm anyone if the fact could at least be noted at > php://input too. To the unaware readers: This is about the new behavior in PHP-5.6 where documentation for that functionality will be updated from UPGRADING. --089e0115fdc4fb4b1504fd3a447b--