Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58004 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2723 invoked from network); 24 Feb 2012 18:25:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2012 18:25:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:40852] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/43-17132-226D74F4 for ; Fri, 24 Feb 2012 13:25:38 -0500 Received: by ggki2 with SMTP id i2so1451152ggk.29 for ; Fri, 24 Feb 2012 10:25:35 -0800 (PST) Received-SPF: pass (google.com: domain of simonsimcity@googlemail.com designates 10.60.3.104 as permitted sender) client-ip=10.60.3.104; Authentication-Results: mr.google.com; spf=pass (google.com: domain of simonsimcity@googlemail.com designates 10.60.3.104 as permitted sender) smtp.mail=simonsimcity@googlemail.com; dkim=pass header.i=simonsimcity@googlemail.com Received: from mr.google.com ([10.60.3.104]) by 10.60.3.104 with SMTP id b8mr1202747oeb.13.1330107935675 (num_hops = 1); Fri, 24 Feb 2012 10:25:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a97aNeNgV9Q9yWvJzjRSJHl14nrUaMLFixfZrRg7Ldo=; b=mKVCy3DWYaJiqFCXIBAl2ulUX/dDvTR0Dq6C8MvOXwUNiXRtPj505sA8BmOuoRHvJr SDyqOUuYBkniLvY2t4ELOHiUdVoWtlsAjL0m7xpSDRIQdGF8hZrjdv9drfKcyaoyQxW4 diX5xK1lfGFYrPuapc/pX7996vLQQbuODz7BY= MIME-Version: 1.0 Received: by 10.60.3.104 with SMTP id b8mr1048816oeb.13.1330107935607; Fri, 24 Feb 2012 10:25:35 -0800 (PST) Received: by 10.60.7.229 with HTTP; Fri, 24 Feb 2012 10:25:35 -0800 (PST) In-Reply-To: <20120224145445.GA88@panix.com> 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 19:25:35 +0100 Message-ID: To: Daniel Convissor Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , PHP Internals List , Ulf Wendel Content-Type: multipart/alternative; boundary=e89a8fb1fad803cbde04b9b9e33b Subject: Re: [PHP-DEV] mysqli_fetch_field() mysqlnd & libmysql differences From: simonsimcity@googlemail.com (Simon Schick) --e89a8fb1fad803cbde04b9b9e33b Content-Type: text/plain; charset=UTF-8 Hi, Daniel I'd also set the collation to *utf8_unicode_ci*. Here's a link to the full diff of the *my.cnf* file I am using on my dev-server: https://github.com/SimonSimCity/webserver-configuration/blob/master/mysql/patch.diff Bye Simon 2012/2/24 Daniel Convissor > Hi Johannes: > > > 1) You said > > * /etc/my.cnf settings are (no other my.cnf files exist): > > * + default-character-set = utf8 > > * + character-set-server = utf8 > > > > In which section of the my.cnf file? Both for the server, or for the > > client? > > [client] > default-character-set = utf8 > [mysqld] > character-set-server = utf8 > > Thanks for looking into this, > > --Dan > > -- > T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y > data intensive web and database programming > http://www.AnalysisAndSolutions.com/ > 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --e89a8fb1fad803cbde04b9b9e33b--