Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51445 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30290 invoked from network); 14 Feb 2011 13:35:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2011 13:35:07 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.199.177.89 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.199.177.89 il-mr1.zend.com Received: from [212.199.177.89] ([212.199.177.89:58226] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/C0-25176-88F295D4 for ; Mon, 14 Feb 2011 08:35:07 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.22]) by il-mr1.zend.com (Postfix) with ESMTP id 9E32860605; Mon, 14 Feb 2011 15:34:06 +0200 (IST) Received: from ws.home (10.1.10.38) by il-ex2.zend.net (10.1.1.22) with Microsoft SMTP Server id 14.1.255.0; Mon, 14 Feb 2011 15:34:18 +0200 Message-ID: <4D592F82.2060200@zend.com> Date: Mon, 14 Feb 2011 16:34:58 +0300 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.7 MIME-Version: 1.0 To: Moriyoshi Koizumi CC: Pierre Joye , Zeev Suraski , PHP Internals Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.1.10.38] Subject: ext/exif and Zend/tests/multibyte tests are still broken From: dmitry@zend.com (Dmitry Stogov) Hi Moriyoshi, Some ext/exif and Zend/tests/multibyte tests are still broken after your mbstring related changes on December. ext/exif just can't work because you changed the prototypes of zend_multibyte functions but not the function invocations. Are you going to fix it? Thanks. Dmitry.