Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9130 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42580 invoked by uid 1010); 13 Apr 2004 21:53:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42307 invoked from network); 13 Apr 2004 21:53:04 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 13 Apr 2004 21:53:04 -0000 Received: (qmail 21707 invoked from network); 13 Apr 2004 21:52:57 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 13 Apr 2004 21:52:57 -0000 Message-ID: <5.1.0.14.2.20040414005238.0284ae58@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 14 Apr 2004 00:52:47 +0300 To: Derick Rethans Cc: internals@lists.php.net In-Reply-To: References: <5.1.0.14.2.20040413183654.039c6b40@127.0.0.1> <5.1.0.14.2.20040413183654.039c6b40@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] RC2RC1 From: andi@zend.com (Andi Gutmans) Derick, Can you commit a patch so that I can roll it tomorrow? Thanks, Andi At 08:34 PM 4/13/2004 +0200, Derick Rethans wrote: >Hello Guys/Gals, > >On Tue, 13 Apr 2004, Andi Gutmans wrote: > > > I want to roll RC2RC1. There are three major changes I think we should get > > out of the door ASAP: > >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. > >regards, >Derick