Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6426 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67108 invoked by uid 1010); 13 Dec 2003 20:28:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67054 invoked from network); 13 Dec 2003 20:28:05 -0000 Received: from unknown (HELO vckyb1.nw.wakwak.com) (211.9.230.144) by pb1.pair.com with SMTP; 13 Dec 2003 20:28:05 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb1.nw.wakwak.com (Postfix) with ESMTP id 7898B3FE6F; Sun, 14 Dec 2003 05:28:04 +0900 (JST) Received: from [192.168.0.130] (z152.218-225-128.ppp.wakwak.ne.jp [218.225.128.152]) by at.wakwak.com (8.12.10/8.12.10/2003-09-30) with ESMTP/inet id hBDKS3ng092763; Sun, 14 Dec 2003 05:28:04 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <200312121936.12442.ilia@prohost.org> References: <25BBBBC2-2CD2-11D8-8FCC-000A95CE0C62@at.wakwak.com> <200312121823.54634.ilia@prohost.org> <200312121936.12442.ilia@prohost.org> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: Rasmus Lerdorf , PHP Internals Date: Sun, 14 Dec 2003 05:27:53 +0900 To: ilia@prohost.org X-Mailer: Apple Mail (2.606) Subject: Re: [PHP-DEV] Re: Regarding the latest patch on fgetcsv() (stable branch) From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) On 2003/12/13, at 9:36, Ilia Alshanetsky wrote: > There is a good chance you are correct. However my assumption is not > without > bases, please consider the following statistic: > > Google finds 185,000 (or so) phpinfo() pages, when mbstring is added > to the > search query only 8150 pages are found. That leads me to believe that > 1/2% of > that userbase uses mbstring. Even if we were to say that of all the > people > who have mbstring compiled use it (which is highly unlikely) it's > still only > 1/2%. As a sidenote, this unrealistic statistics appear to be quite unreal. phpinfo() => 186,000 (pages) [1] phpinfo() mbstring => 8,330 phpinfo() Server API Configure Command => 16,800 phpinfo() Server API Configure Command mbstring => 4,510 [1] includes the number of pages that are not of actual phpinfo() and merely contain the keyword "phpinfo". Moriyoshi