Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56022 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41041 invoked from network); 3 Nov 2011 09:38:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2011 09:38:55 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:51608] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/24-14104-E2162BE4 for ; Thu, 03 Nov 2011 04:38:55 -0500 Received: by gyg13 with SMTP id 13so1232333gyg.29 for ; Thu, 03 Nov 2011 02:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=OF/D1KdcR3n1FgVCgcZI/KqvrACOlQiIpqMZF+qkbrk=; b=RtUx8kZgb65NuATQZ7PvPNC3Pfd8NLtFaBSKkQNLNIRW5MZR1Ic37RtWQ//+2AfyOj 6ilijvVajZalwqUCfBI5AyfPT8aX3g9yBndQEH7pby9dH3HqjNDdZyuv2RAV5uyNyAkM cbxc17BEaCieNe4cgn00bbOiEz6NvvaH32Hb4= Received: by 10.100.186.10 with SMTP id j10mr1820157anf.83.1320313132242; Thu, 03 Nov 2011 02:38:52 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.106.11 with HTTP; Thu, 3 Nov 2011 02:38:11 -0700 (PDT) In-Reply-To: References: <4EB23E3D.3010908@zend.com> <4EB25BF3.7040703@zend.com> Date: Thu, 3 Nov 2011 18:38:11 +0900 X-Google-Sender-Auth: 1ofBm7Z0dYDHwPHU-BBVVHLj4AY Message-ID: To: Dmitry Stogov Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Zend Multibyte support From: yohgaki@ohgaki.net (Yasuo Ohgaki) Oops, I thought "?" was due to terminal encoding, but I double checked with redirecting to a file. $ ./sapi/cli/php -d zend.multibyte=3D1 -d zend.script_encoding=3DSJIS sjis.= php > tt It became "?" instead of "=E8=A1=A8".. It seems something wrong. Thanks for you time. -- Yasuo Ohgaki yohgaki@ohgaki.net On Thu, Nov 3, 2011 at 6:27 PM, Yasuo Ohgaki wrote: > Hi Dimity, > > Now it seems working as it supposed. Thanks. > > $ ./sapi/cli/php -d zend.multibyte=3D1 -d zend.script_encoding=3DSJIS sji= s.php? > (? is due to my terminal encoding. It sets to UTF-8) > > It seems LEAK problem was gone with PHP 5.4, too. > > [yohgaki@dev php-src-5.4]$ TEST_PHP_EXECUTABLE=3D./sapi/cli/php > ./run-tests.php -m -c ./php.ini > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > PHP =C2=A0 =C2=A0 =C2=A0 =C2=A0 : ./sapi/cli/php > PHP_SAPI =C2=A0 =C2=A0: cli > PHP_VERSION : 5.4.0RC1-dev > ZEND_VERSION: 2.4.0 > PHP_OS =C2=A0 =C2=A0 =C2=A0: Linux - Linux dev.inter.es-i.jp 2.6.35.14-2m= .mo7.x86_64 > #1 SMP Mon Sep 12 11:09:50 JST 2011 x86_64 > INI actual =C2=A0: /home/yohgaki/ext/svn/oss/php.net/php-src-5.4/php.ini > More .INIs =C2=A0: > CWD =C2=A0 =C2=A0 =C2=A0 =C2=A0 : /home/yohgaki/ext/svn/oss/php.net/php-s= rc-5.4 > Extra dirs =C2=A0: > VALGRIND =C2=A0 =C2=A0: valgrind-3.6.1 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > TIME START 2011-11-03 18:23:53 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > PASS EXPECT [tests/run-test/test001.phpt] > PASS EXPECTF [tests/run-test/test002.phpt] > PASS EXPECTREGEX [tests/run-test/test003.phpt] > PASS INI section allows '=3D' [tests/run-test/test004.phpt] > PASS Error message handling (without ZendOptimizer) > [tests/run-test/test005.phpt] > PASS Error messages are shown [tests/run-test/test006.phpt] > PASS dirname test [tests/run-test/test007.phpt] > > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > > > > On Thu, Nov 3, 2011 at 6:16 PM, Dmitry Stogov wrote: >> php -d zend.multibyte=3D1 -d zend.script_encoding=3DSJIS sjis.php >