Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80363 invoked from network); 16 Mar 2003 05:22:06 -0000 Received: from unknown (HELO bimba.bezeqint.net) (192.115.106.39) by pb1.pair.com with SMTP; 16 Mar 2003 05:22:06 -0000 Received: from mr5.bezeqint.net (pip-17.bezeqint.net [192.115.106.17]) by bimba.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 59E36341BB for ; Sun, 16 Mar 2003 07:18:43 +0200 (IST) Received: from mail.zend.com (bzq-117-235-230.cust.bezeqint.net [192.117.235.230]) by mr5.bezeqint.net (Mirapoint Messaging Server MOS 3.2.2-GA) with SMTP id ACU43405; Sun, 16 Mar 2003 07:21:59 +0200 (IST) Received: (qmail 23202 invoked from network); 16 Mar 2003 05:21:51 -0000 Received: from localhost (HELO andi-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 16 Mar 2003 05:21:51 -0000 Message-ID: <5.1.0.14.2.20030316071838.03bef0f0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 16 Mar 2003 07:20:29 +0200 To: Moriyoshi Koizumi , internals@lists.php.net In-Reply-To: <20030316090749HoJfhF@at.wakwak.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Suggested fix for bug #22592 From: andi@zend.com (Andi Gutmans) References: <20030316090749HoJfhF@at.wakwak.com> It indeed does look very hackish. Is this bug the same bug as the last patch of yours addressed? I'll try and take a look at the bug report this week. I'm not quite sure this can/should be fixed. AFAIK the return value of $str[1] = '*' is the updated string itself and not the assigned '*'. Andi At 09:07 AM 3/16/2003 +0900, Moriyoshi Koizumi wrote: >Attached is a suggested fix for bug #22592, which has finally come out of >a successful long-hour-introspection with zend_execute.c. > >Although the patch actually does somewhat hackish things and should >appear to be invalid, I believe it's the right one. > >Moriyoshi > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php