Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39461 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9649 invoked from network); 30 Jul 2008 14:05:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2008 14:05:26 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad 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 209.85.134.187 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.134.187 mu-out-0910.google.com Received: from [209.85.134.187] ([209.85.134.187:23164] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/0C-60483-52570984 for ; Wed, 30 Jul 2008 10:05:26 -0400 Received: by mu-out-0910.google.com with SMTP id i2so19805mue.3 for ; Wed, 30 Jul 2008 07:05:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=wuCvJDz7nfjI3mpNsB7UR0i2/f4fnU2m/hKjXxfslZ4=; b=KgBMWnPTwuE8ZyN28ri8OsQsbJC5GQneg/4QySUgYn5hQ7EPd9NeiQgl0Zs8ntKDoc z1pATTMmhIlIALGgdC6UyfUVw/cyzJmReJoEEPCUs1uf1HSr3+cehPNzZFlquKizVTRE vHh6rZBeU5X0QoyJOo/UH6LKLZr8rukJxSICU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Ow4JxFWrhMQlGi8IV7/YjPruMMyCfxN6rjsyNm0aL395tyn/9PxP7r7fH9HpTkgC8W sLX4x0ozD8Vnfh5nP/sHmwUpEW/7miVn7gDqC3oAlJRD2Gu+GfdLlDo5Yo47LmFamqIo f/+yKh9MhKDSInXoJFY+JQm26VXQ21g3pUWXY= Received: by 10.103.198.15 with SMTP id a15mr3649083muq.60.1217426722528; Wed, 30 Jul 2008 07:05:22 -0700 (PDT) Received: by 10.103.248.20 with HTTP; Wed, 30 Jul 2008 07:05:22 -0700 (PDT) Message-ID: <7f3ed2c30807300705x377f9dcale930e9df0abe94ad@mail.gmail.com> Date: Wed, 30 Jul 2008 16:05:22 +0200 To: "Steph Fox" Cc: internals In-Reply-To: <01fc01c8f244$6215c170$a7bd614d@foxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <01fc01c8f244$6215c170$a7bd614d@foxbox> Subject: Re: [PHP-DEV] env vars in HEAD/proc_open() issue? From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Wed, Jul 30, 2008 at 15:01, Steph Fox wrote: > Hi all, > > While merging ext/phar to HEAD, I found that environmental variables set in > tests using the --ENV-- section fail to make it as far as the SAPI. Same > with any other env var setting (e.g. my new '-x' parameter to run-tests.php > fails too). http://news.php.net/php.qa/64378 -Hannes