Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4538 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81940 invoked by uid 1010); 21 Sep 2003 16:24:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81885 invoked from network); 21 Sep 2003 16:24:50 -0000 Received: from unknown (HELO asuka.nerv) (24.112.18.98) by pb1.pair.com with SMTP; 21 Sep 2003 16:24:50 -0000 Received: (qmail 20791 invoked from network); 21 Sep 2003 16:33:40 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 21 Sep 2003 16:33:40 -0000 Reply-To: ilia@prohost.org Organization: Prohost.org To: Rui Hirokawa , internals@lists.php.net Date: Sun, 21 Sep 2003 12:26:25 -0400 User-Agent: KMail/1.5.3 References: <20030921200232.4a55a5fa.rui_hirokawa@ybb.ne.jp> In-Reply-To: <20030921200232.4a55a5fa.rui_hirokawa@ybb.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200309211226.25438.ilia@prohost.org> Subject: Re: [PHP-DEV] changes in ext/mbstring (PHP_4_3) From: ilia@prohost.org (Ilia Alshanetsky) PHP_4_3 is strictly for bug fixes, no major changes code and functionality changes should occur to prevent introduction of new bugs into a stable code base. As such, as a 4.3.X Release Master I am strongly opposed to this change. Ilia On September 21, 2003 07:02 am, Rui Hirokawa wrote: > ext/mbstring/mbfilter* and some related files were developed as > the general library to convert multi-byte character encoding and these > files were bundled with PHP since PHP 4.0.6. > > The original library is developed as libmbfl in sourceforge.jp. > (You can obtain libmbfl from > http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/php-i18n/libmbfl) > > The bundled files (mbfilter*) with PHP are replaced the bundled version of > libmbfl in CVS head branch (PHP5-dev). > > These changes are to minimize the difference of the original library and > the bundled version with PHP and to minimize the developing effort. > > I have plan to commit the same changes to PHP_4_3 branch. > If someone has problem with these changes, please let me know. > > Rui > > -- > Rui Hirokawa