Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4537 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3398 invoked by uid 1010); 21 Sep 2003 11:02:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3364 invoked by uid 1007); 21 Sep 2003 11:02:49 -0000 To: internals@lists.php.net Date: Sun, 21 Sep 2003 20:02:32 +0900 Cc: ilia@prohost.org (Ilia Alshanetsky) Message-ID: <20030921200232.4a55a5fa.rui_hirokawa@ybb.ne.jp> X-Newsreader: Sylpheed version 0.9.5claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 219.180.130.35 Subject: changes in ext/mbstring (PHP_4_3) From: rui_hirokawa@ybb.ne.jp (Rui Hirokawa) 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