Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25934 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24125 invoked by uid 1010); 4 Oct 2006 16:09:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24105 invoked from network); 4 Oct 2006 16:09:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2006 16:09:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:55499] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/E3-24206-78CD3254 for ; Wed, 04 Oct 2006 12:08:40 -0400 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-2) with ESMTP id k94G8bMW019741; Wed, 4 Oct 2006 09:08:37 -0700 In-Reply-To: <45233CD9.3070307@php.net> References: <45233CD9.3070307@php.net> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: andi@zend.com, internals@lists.php.net Date: Wed, 4 Oct 2006 09:07:53 -0700 To: Sara Golemon X-Mailer: Apple Mail (2.624) Subject: Re: [PHP-DEV] Per-request UG(unicode) From: andrei@gravitonic.com (Andrei Zmievski) On Oct 3, 2006, at 9:47 PM, Sara Golemon wrote: > I did check it out. Even made changes to try out a few variations on > the theme. I also stand by that I don't like the number of variables > it throws into the mix. > > How about a compromise, we finish the code migration effort first, > then address per-request semantics either before beta, or in the 6.1 > branch. I am afraid that won't work. There are several extensions which need to know the value of UG(unicode) in MINIT hook. This includes ob_gzhandler, I think. Chris Jones from Oracle is waiting on us to finalize this per-request issue before he can start on OCI8 migration. So we need to decide now. -Andrei