Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56014 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3194 invoked from network); 3 Nov 2011 00:32:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2011 00:32:50 -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:60847] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/23-11739-031E1BE4 for ; Wed, 02 Nov 2011 19:32:49 -0500 Received: by gyg13 with SMTP id 13so795706gyg.29 for ; Wed, 02 Nov 2011 17:32:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=bWHOYYM2V9LiIzX29qgQoXw5aSsasJP6sGhB61fzjng=; b=C1na0ghwblo8Y2jO4uVW2r9p5ZKEQVTdhLc1vX+FlrHzdnOLBgIZBkLApP2qpDVx23 u9oHgshDqvYEVLeuRVuXO6/+uoR0Py/1+vsR+em0h0+X1LcahZ5SxSMxf/6DxGb+Qweo L2ccNH+mdF+EJ07GcKoeAWwyYpN/+C+TyZUPY= Received: by 10.100.192.17 with SMTP id p17mr1621693anf.149.1320280366069; Wed, 02 Nov 2011 17:32:46 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.106.11 with HTTP; Wed, 2 Nov 2011 17:32:05 -0700 (PDT) Date: Thu, 3 Nov 2011 09:32:05 +0900 X-Google-Sender-Auth: CB3aN-X1x_nI45gZgOcFZyFIM3s Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Zend Multibyte support From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, I noticed that "Zend Multibyte Support" won't be on with ./sapi/cli/php -d zend.multibyte=1 nor zend.multibyte=on (in php.ini) This happens both php-src and php-src-5.4. According to php.ini-production from php-src: ; If enabled, scripts may be written in encodings that are incompatible with ; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such ; encodings. To use this feature, mbstring extension must be enabled. ; Default: Off ;zend.multibyte = Off I thought it became runtime option. Is this a bug or am I missing something? -- Yasuo Ohgaki yohgaki@ohgaki.net