Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75170 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83347 invoked from network); 2 Jul 2014 17:56:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2014 17:56:44 -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.53 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.53 mail-la0-f53.google.com Received: from [209.85.215.53] ([209.85.215.53:52721] helo=mail-la0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/57-47713-AD744B35 for ; Wed, 02 Jul 2014 13:56:43 -0400 Received: by mail-la0-f53.google.com with SMTP id b8so7144085lan.26 for ; Wed, 02 Jul 2014 10:56:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=fV95ShIkkavIwrlnb2Qtfy7fjOCN1HIWBA184NorbYI=; b=U8ekM1+8aX4Wr4BEy93MFh+QF3cm9W5EIWSZoZZRqow/4/fPvF4a1ozhhu+QugIFeN /WBeDpBnBPvKj318XMnXh5m1hJU48ZG/g265I/avAQPhhbmOquLxlQ/5sGDrKUacQ91d J9k0VhxfuSN+zJkmjb3PdLT9Cz+Idb/ZwclHp7XULVipfwxPLk42egN77eUhox+KH/wj pNSUhtou/1bG53Lznc6pdVacOe+L4FOyfEW4tEPvUwSwQQmkeKQqdovZYI34hr1QjsP3 AigvVuehxR8X/ax4Ipdr+heEx7PN8kNl8FrHNkwXKFMbqq9PCQBhxOT6Tf/PeeRe6ELH /jDw== MIME-Version: 1.0 X-Received: by 10.152.234.2 with SMTP id ua2mr40153640lac.34.1404323800233; Wed, 02 Jul 2014 10:56:40 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.19.10 with HTTP; Wed, 2 Jul 2014 10:56:40 -0700 (PDT) Date: Wed, 2 Jul 2014 19:56:40 +0200 X-Google-Sender-Auth: 8YBazLy7Xap9gkq2mZJWteHwPro Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a11343164433e8f04fd399daa Subject: PHP-5.6 php://input temp files From: mike@php.net (Michael Wallner) --001a11343164433e8f04fd399daa Content-Type: text/plain; charset=UTF-8 Hi! While hunting other bugs I noticed that the temp stream for php://input stores its temp files in sys_temp_dir instead of upload_tmp_dir (of course), which might be quite unexpected and cumbersome for a sysadmin. I prepared a fix for that (tracked as bug #67551 [1]) as PR#705 [2]. If nobody objects, I'll merge it tomorrow into PHP-5.6 so it can potentially end up in RC2. [1] https://bugs.php.net/bug.php?id=67551 [2] https://github.com/php/php-src/pull/705 PS: Note, that the failed Travis build is due to the failing scalar constant expression test case. -- Regards, Mike --001a11343164433e8f04fd399daa--