Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39469 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40344 invoked from network); 30 Jul 2008 15:50:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2008 15:50:04 -0000 Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.130 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.130 smtprelay-virgin0130.hostedemail.com Linux 2.5 (sometimes 2.4) (4) Received: from [64.99.136.130] ([64.99.136.130:53090] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/02-60483-AAD80984 for ; Wed, 30 Jul 2008 11:50:03 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay08.hostedemail.com (Postfix) with SMTP id 7F8B42EF438; Wed, 30 Jul 2008 15:50:00 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,2a2c5639f520ce9d,8ff5da02447e6ede,steph@php.net,,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:982:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1538:1587:1593:1594:1683:1711:1714:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:3027:3350:3622:3865:3866:3867:3868:3869:3871:3872:3874:5007:6261:7653:7862:7875,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 omf10.hostedemail.com (Postfix) with ESMTP; Wed, 30 Jul 2008 15:49:59 +0000 (UTC) Message-ID: <024501c8f25c$1e7c6140$a7bd614d@foxbox> To: =?Windows-1252?Q?Johannes_Schl=FCter?= Cc: "internals" References: <01fc01c8f244$6215c170$a7bd614d@foxbox> <1217427242.5408.11.camel@goldfinger.johannes.nop> Date: Wed, 30 Jul 2008 16:51:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; 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: Re: [PHP-DEV] env vars in HEAD/proc_open() issue? From: steph@php.net ("Steph Fox") Hey Johannes, > The issue is that there's a mix-up between our internal encoding > (utf-16) and the outside one. That sounds normal :) I don't know if there's a good way to get > the shell encoding to be used when converting to UTF-16 or if we should > use [script|runtime|filesystem|output|fallback|stream]_encoding - For me > all of them look wrong. I have it working here now, but whether that's just because the test suite script's set to ISO-8859-1/UTF-8 I don't know... - Steph