Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39459 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94480 invoked from network); 30 Jul 2008 13:00:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2008 13:00:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.170 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.170 smtprelay-virgin0170.hostedemail.com Linux 2.5 (sometimes 2.4) (4) Received: from [64.99.136.170] ([64.99.136.170:59539] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/49-60483-AD560984 for ; Wed, 30 Jul 2008 09:00:11 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay07.hostedemail.com (Postfix) with SMTP id 37A8D170515 for ; Wed, 30 Jul 2008 13:00:06 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,4894b2b9ddcb34f9,4f420ee288da75fc,steph@php.net,,RULES_HIT:152:355:379:539:540:541:542:543:567:945:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1539:1587:1593:1594:1676:1711:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2909:3352:3622:3865:3866:3867:3868:3869:3870:3871:3872:3874:4250:4362:5007:6119:6261:7653:7875:7903,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none X-session-marker: 73746570682E666F78 Received: from foxbox (77-97-189-167.cable.ubr07.shef.blueyonder.co.uk [77.97.189.167]) (Authenticated sender: steph.fox) by omf13.hostedemail.com (Postfix) with ESMTP for ; Wed, 30 Jul 2008 13:00:05 +0000 (UTC) Message-ID: <01fc01c8f244$6215c170$a7bd614d@foxbox> To: "internals" Date: Wed, 30 Jul 2008 14:01:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: env vars in HEAD/proc_open() issue? From: steph@php.net ("Steph Fox") 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). Over 100 'frontcontroller' and similar tests in phar fail in HEAD due to this (at least, I _hope_ just due to this!), so reproducing the problem is easy enough. I'd report it as a bug if I knew roughly where the problem lay, but it could be down to any of several culprits. That said, everything seems to be working right up to the point where proc_open() is called in system_with_timeout(). Can anyone on a different platform please confirm/give further clues? Thanks, - Steph