Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76158 invoked from network); 10 Sep 2009 15:23:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2009 15:23:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 77.240.252.9 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 77.240.252.9 avilys.eik.lt Linux 2.6 Received: from [77.240.252.9] ([77.240.252.9:41438] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/E0-04465-DE919AA4 for ; Thu, 10 Sep 2009 11:23:26 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id DBE15248906; Thu, 10 Sep 2009 18:14:50 +0300 (EEST) Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 9A9502488ED; Thu, 10 Sep 2009 18:14:50 +0300 (EEST) Received: from 78.63.148.50 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Thu, 10 Sep 2009 18:14:50 +0300 (EEST) Message-ID: <60024.4e3f9432.1252595690.nsm@avilys.eik.lt> In-Reply-To: <2E.A1.42016.120F8AA4@pb1.pair.com> References: <83.35.38554.204D7AA4@pb1.pair.com> <40100.4e3f9432.1252518200.nsm@avilys.eik.lt> <4A.C8.06945.E06B8AA4@pb1.pair.com> <1674.c316b4e9.1252580285.nsm@avilys.eik.lt> <2E.A1.42016.120F8AA4@pb1.pair.com> Date: Thu, 10 Sep 2009 18:14:50 +0300 (EEST) To: "Tony Marston" Cc: internals@lists.php.net User-Agent: NaSMail/1.6 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] mb_string.func_overload has secretly been changed from PERDIR to SYSTEM From: tokul@users.sourceforge.net ("Tomas Kuliavas") 2009.09.10 15:25 Tony Marston rašė: > There is no set_up_language() function, and what has SquirrelMail got to > do with PHP? > > Unless you can point to some official documentation on the PHP web site > your "advice" is totally unsubstantiated and virtually worthless. This "advice" is the only advice that you got. :) It might be worthless, but it comes from PHP script developer who specializes in internationalization stuff and who had to make sure that his stuff works without any .htaccess modifications in environment thrashed by mbstring.func_overload. Setting mbstring internal encoding to 'pass' fixed string length evaluation issues in code which worked with random 8bit strings. Those random strings store encoded passwords and any data corruption would result authentication error. ereg and mail overrides were not tested, because code rarely uses ereg functions and does not use PHP mail(). Thanks to Dave for looking up the code I was referring too. -- Tomas