Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9111 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15397 invoked by uid 1010); 13 Apr 2004 18:53:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15341 invoked from network); 13 Apr 2004 18:53:55 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 13 Apr 2004 18:53:55 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 5016214880BC; Tue, 13 Apr 2004 11:53:54 -0700 (PDT) Received: from tron (zaneeb.thebrainroom.net [82.133.1.138]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with SMTP id 096B7148809B; Tue, 13 Apr 2004 11:53:38 -0700 (PDT) Message-ID: <021b01c42188$b8885db0$8a02a8c0@tron> To: "Derick Rethans" , "Andi Gutmans" Cc: References: <5.1.0.14.2.20040413183654.039c6b40@127.0.0.1> Date: Tue, 13 Apr 2004 19:54:14 +0100 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] RC2RC1 From: wez@thebrainroom.com ("Wez Furlong") +1 (and it's already on by default in the win32 build). --Wez. > I've one other thing to propose, and that is enabling iconv by default. > Now you might ask why iconv and not mbstring? Well, that's easy as the > author of mbstring (Moriyoshi) thinks of moving it to PECL, out of the > core. Why I think iconv should (and can) be enabled by default is: > > - libxml2 which we 'require', requires a working iconv implementation > (for Linux this is embedded in glibc, for FreeBSD this is the iconv > library, other Operating Systems of course have some form of > implementation too). > > - conversion between charsets is getting more and more of a problem, and > to support some of the larger multi-language frameworks a bit better, > having an implementation in C for this is a very good thing. (There > are already implementations of conversions out in PHP, which is > ofcourse awfully slow) > > - I am not in favor of enabling things by default *at all*, but I do > think it's worthwhile to do for iconv.