Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17983 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19352 invoked by uid 1010); 13 Aug 2005 17:18:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19337 invoked from network); 13 Aug 2005 17:18:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2005 17:18:54 -0000 X-Host-Fingerprint: 68.19.50.104 adsl-19-50-104.asm.bellsouth.net Received: from ([68.19.50.104:19123] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B2/AB-33075-E7B2EF24 for ; Sat, 13 Aug 2005 13:18:54 -0400 Message-ID: To: internals@lists.php.net Reply-To: "cshmoove@bellsouth.net" References: <4e89b4260508130652655bcff2@mail.gmail.com> Date: Sat, 13 Aug 2005 13:11:33 -0700 Lines: 19 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Posted-By: 68.19.50.104 Subject: Re: Need a cache for ucnv_open() From: cshmoove@bellsouth.net Wez, zend_unicode.c may be a good bet, since the engine has to deal with various encodings anyway (script, output, runtime) clayton "Wez Furlong" wrote in message news:4e89b4260508130652655bcff2@mail.gmail.com... Since this cache needs to always be present (to avoid crazy conditional compilation) we either need to put it in zend_unicode.c or put it in ext/unicode and always require it to be statically compiled into php. Thoughts? --Wez.