Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25936 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32826 invoked by uid 1010); 4 Oct 2006 16:33:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32811 invoked from network); 4 Oct 2006 16:33:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2006 16:33:10 -0000 X-Host-Fingerprint: 80.123.98.46 unknown Received: from [80.123.98.46] ([80.123.98.46:19475] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/35-24206-542E3254 for ; Wed, 04 Oct 2006 12:33:09 -0400 Message-ID: To: internals@lists.php.net Date: Wed, 04 Oct 2006 18:33:33 +0200 User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 References: <45233CD9.3070307@php.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 80.123.98.46 Subject: Re: [PHP-DEV] Per-request UG(unicode) From: mike@php.net (Michael Wallner) Andrei Zmievski wrote: > On Oct 3, 2006, at 9:47 PM, Sara Golemon wrote: > >> 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. It's not ob_gzhandler specific, but the output layer initializes several HashTables at MINIT. Regards, -- Michael