Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58006 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5879 invoked from network); 24 Feb 2012 18:39:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2012 18:39:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=admacedo@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=admacedo@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: admacedo@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:52812] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/E3-17132-659D74F4 for ; Fri, 24 Feb 2012 13:39:18 -0500 Received: by lagk11 with SMTP id k11so3341916lag.29 for ; Fri, 24 Feb 2012 10:39:15 -0800 (PST) Received-SPF: pass (google.com: domain of admacedo@gmail.com designates 10.152.129.137 as permitted sender) client-ip=10.152.129.137; Authentication-Results: mr.google.com; spf=pass (google.com: domain of admacedo@gmail.com designates 10.152.129.137 as permitted sender) smtp.mail=admacedo@gmail.com; dkim=pass header.i=admacedo@gmail.com Received: from mr.google.com ([10.152.129.137]) by 10.152.129.137 with SMTP id nw9mr2827780lab.48.1330108755336 (num_hops = 1); Fri, 24 Feb 2012 10:39:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=DB7vJ5Us5tO1xwT3DqPs5IdXdyohV8NdcpXRw4gHuCw=; b=k5LKjyUA9PIjE8wD7WmuL9sA1aSUoUYVOgHXhuvN1vQXgeewA4xBUW4uWknRkZoSIX E06HjJbKJU/T6UCrJJBGm3Trtql2NEJEUsKkuwyiv4P7OgZIO8s4tUO+FHMwm56ePpST xEi//8hC06W0zzmjVXYQ6dydPYty9tWgK6qtc= Received: by 10.152.129.137 with SMTP id nw9mr2318588lab.48.1330108755249; Fri, 24 Feb 2012 10:39:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.86.231 with HTTP; Fri, 24 Feb 2012 10:38:35 -0800 (PST) In-Reply-To: References: <20111118210619.GA13490@panix.com> <1326977447.2722.10.camel@guybrush> <20120121133107.GA7255@panix.com> <1327311604.5972.51.camel@guybrush> <20120124025600.GA337@panix.com> <20120217133811.GA17442@panix.com> <1329824254.22794.16.camel@guybrush> <20120224145445.GA88@panix.com> Date: Fri, 24 Feb 2012 18:38:35 +0000 Message-ID: To: Simon Schick Cc: Daniel Convissor , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP Internals List , Ulf Wendel Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] mysqli_fetch_field() mysqlnd & libmysql differences From: admacedo@gmail.com (Daniel Macedo) Quick note: If you're not storing Belarusian, Macedonian, Serbian, or Ukrainian or have no need for *proper sorting* of the extra letters in these languages NOR the support of expansions and ligatures; I would revert to using utf8_general_ci, which is _slightly_ faster but converts all chars to their latin equivalents when sorting. Just my 0,02 =80 Daniel