Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65223 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42139 invoked from network); 28 Jan 2013 02:55:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2013 02:55:10 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:46783] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/11-28517-D88E5015 for ; Sun, 27 Jan 2013 21:55:10 -0500 Received: by mail-wg0-f51.google.com with SMTP id 8so1452605wgl.30 for ; Sun, 27 Jan 2013 18:55:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=kR9/38BBHpZmdCSex1eUNHPJKUgOks30DdeLxIScFAc=; b=s+dnzpeU1L1l7AV3vpKNvMmXO47bm0OPDoTE602hayGGMyRDEKDSGc6oc070yolwpN GB0IvGVKUnXzQkP4aOU5AZVi0xdzvKDD0TuVS5V3kWGf0fuVepd1U5B9HLrwvnjT01eF Udkxw8uSE9dzrTtZBrNsqEcSymL+5d3XGizbd52QG5myzFrjXROP48TeAGXht/+Yp262 ZOm/fOiNjQKPuA2lxniwjYtxREq9IuM9M+eI0lK/R5T3R1vuvhJ7BVL/3HyWeLvqhuPV NDapc9uty69HmwpW7QxqdqeQocv2XepdXaxyKMbJu4PKmTitoTr58zJ5+a4+Qdhw0gcY RQMQ== MIME-Version: 1.0 X-Received: by 10.180.20.138 with SMTP id n10mr7357769wie.0.1359341706926; Sun, 27 Jan 2013 18:55:06 -0800 (PST) Received: by 10.194.83.106 with HTTP; Sun, 27 Jan 2013 18:55:06 -0800 (PST) In-Reply-To: References: Date: Sun, 27 Jan 2013 21:55:06 -0500 Message-ID: To: ALeX Kazik Cc: PHP Development Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Patch: Specify temp directory From: hannes.magnusson@gmail.com (Hannes Magnusson) On Jan 18, 2013 6:03 AM, "ALeX Kazik" wrote: > > Hi, > > some time ago I created a small patch to make it possible to specify > the temp dir by the php.ini. > > It can be found here: > https://bugs.php.net/bug.php?id=60524 > (my latest patch (against 5.4.3) also works for 5.4.11 and 5.5.0a3) > > Now I do wonder if anything will happen or if that's it? > > I would really appreciate if the patch would be included and hopefully > also some other people. Wouldn't it make more sense to have the ini consistent with the function name, sys_temp_dir? -Hannes