Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58924 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61743 invoked from network); 14 Mar 2012 14:35:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2012 14:35:02 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:45236] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/A1-51575-59CA06F4 for ; Wed, 14 Mar 2012 09:35:02 -0500 Received: by yenl5 with SMTP id l5so2175451yen.29 for ; Wed, 14 Mar 2012 07:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ooblbTEvuEL7MSmP/hWJXNdTUpYPBr0yri72fjVLojg=; b=oRVqabyDOXi4GS0SUn/13xaPUwZqWxiQbTRj41VmbT0hmzdwo3kVFACKRpTVIUo53C bSPcw493vOMNlgEZpw1o/6O7iIuwEFRe1RDFVEPxI3C14vqYXIEdmTuSqmK+3Zcs3udr T9EXBf2SnWmIJlZiiFHnh6ArSraix45NNC8XE57g3N9zxNO8atEtggNIymeLU2NmWIhO 3wFdQ/5iWIUApZcc4v7s7J7rbLL0zzuYWtzV9k1FMja5ZrXRgBnGxX53mDb0TfDqX+DT iDA1aIZo09dITz1yNGa085qUxEyXlc+YiM4uAjaHqy+v0N62WgPLyvyBBrsQeposqyJI uzMA== MIME-Version: 1.0 Received: by 10.68.201.135 with SMTP id ka7mr3344997pbc.145.1331735698550; Wed, 14 Mar 2012 07:34:58 -0700 (PDT) Received: by 10.68.75.136 with HTTP; Wed, 14 Mar 2012 07:34:58 -0700 (PDT) In-Reply-To: References: <4F5D9C77.3030000@lerdorf.com> <4F5DA152.10109@sugarcrm.com> <4F5DA894.8060606@lerdorf.com> <4F5DAB49.3030808@sugarcrm.com> <4F5DAFCE.8020600@lerdorf.com> <4F5E15D6.6080302@lerdorf.com> Date: Wed, 14 Mar 2012 15:34:58 +0100 Message-ID: To: Michael Stowe Cc: PHP internals Content-Type: multipart/alternative; boundary=e89a8ff1c8d63f2ded04bb34e1c4 Subject: Re: [PHP-DEV] default charset confusion From: tyra3l@gmail.com (Ferenc Kovacs) --e89a8ff1c8d63f2ded04bb34e1c4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Mar 14, 2012 at 3:29 PM, Michael Stowe wrote: > Correct me if I'm wrong, but I believe Zend Multibyte is now enabled by > default in PHP 5.4. > > - Mike > > http://lxr.php.net/opengrok/xref/PHP_5_4/UPGRADING#91 http://lxr.php.net/opengrok/xref/PHP_5_4/Zend/zend.c#108 http://lxr.php.net/opengrok/xref/PHP_5_4/php.ini-development#358 http://lxr.php.net/opengrok/xref/PHP_5_4/php.ini-production#358 we just moved the switch from compilation time to runtime, so the code is there, if you want to enable it, you don't have to recompile php but only have to change an ini setting, but it isn't turned on by default. AFAIK --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --e89a8ff1c8d63f2ded04bb34e1c4--