Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7625 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83725 invoked by uid 1010); 6 Feb 2004 12:45:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83700 invoked from network); 6 Feb 2004 12:45:12 -0000 Received: from unknown (HELO vckyb3.nw.wakwak.com) (211.9.231.144) by pb1.pair.com with SMTP; 6 Feb 2004 12:45:12 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb3.nw.wakwak.com (Postfix) with ESMTP id 8A31F3FFF0; Fri, 6 Feb 2004 21:45:10 +0900 (JST) Received: from [10.0.1.27] (fw.infodeliver.com [61.125.27.206]) by at.wakwak.com (8.12.11/8.12.11/2004-01-20) with ESMTP/inet id i16CjAIl098587; Fri, 6 Feb 2004 21:45:10 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <20040205172249.7a1050ee@localhost.localdomain> References: <20040205162456.72f2ddba@localhost.localdomain> <20040205172249.7a1050ee@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <3F91E8E9-58A2-11D8-9337-000A95CE0C62@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Fri, 6 Feb 2004 21:44:48 +0900 To: Pierre-Alain Joye X-Mailer: Apple Mail (2.612) Subject: Re: [PHP-DEV] Re: tests/lang/bug24773.phpt, segfault with 4.3.5RC2 From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) On 2004/02/06, at 1:22, Pierre-Alain Joye wrote: > About my previous post. This commit has been lost. > And the test: > (EX(Ts)[EX(opline)->result.u.var].EA.type ==IS_STRING_OFFSET) > > is a bit cleaner than mine. My patch was reverted because it had a flaw and didn't address the whole issue. DmItry already resolved it in ZE2 with the following patch. I think this should be backported partly before 4.3.5 gets out of the door. http://news.php.net/article.php?group=php.zend-engine.cvs&article=2118 > pierre Moriyoshi