Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8451 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90506 invoked by uid 1010); 8 Mar 2004 22:38:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90482 invoked from network); 8 Mar 2004 22:38:40 -0000 Received: from unknown (HELO vckyb2.nw.wakwak.com) (211.9.230.145) by pb1.pair.com with SMTP; 8 Mar 2004 22:38:40 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb2.nw.wakwak.com (Postfix) with ESMTP id 82C854003B for ; Tue, 9 Mar 2004 07:38:39 +0900 (JST) Received: from [192.168.0.130] (z228.220-213-48.ppp.wakwak.ne.jp [220.213.48.228]) by at.wakwak.com (8.12.11/8.12.11/2004-02-25) with ESMTP/inet id i28McdUP081146 for ; Tue, 9 Mar 2004 07:38:39 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Mime-Version: 1.0 (Apple Message framework v612) Content-Transfer-Encoding: 7bit Message-ID: <566E7606-7151-11D8-B52E-000A95CE0C62@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: internals@lists.php.net Date: Tue, 9 Mar 2004 07:38:36 +0900 X-Mailer: Apple Mail (2.612) Subject: Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring mbstring.c From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) As there seems no obvious reason to get the function overloading setting to resort to the system option, I'm going to revert the patch for bug #27421 (mbstring.func_overload set in .htaccess becomes global) and add a notice to the document that using the setting in per-dir configuration is discouraged. I personally don't like the feature because it prevents us from writing portable scripts and I know it's a fairly evil hack (or whatever you name it), however it doesn't make sense to change such a critical thing during the RC period IHMO. Any comments? Moriyoshi P.S. I didn't manage to reproduce the problem and I think the bug was fixed by the patches for bug #25753 (php_value|flag / php_admin_* settings "leak" from vhosts/.htaccess files)