Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1107 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44201 invoked from network); 29 Apr 2003 15:00:57 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 29 Apr 2003 15:00:57 -0000 Received: (qmail 9092 invoked by uid 501); 29 Apr 2003 15:00:56 -0000 Received: from unknown (HELO eco.foo) (80.143.56.119) by kdserv.de with SMTP; 29 Apr 2003 15:00:56 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id 0EF2836879; Tue, 29 Apr 2003 17:00:55 +0200 (CEST) Date: Tue, 29 Apr 2003 17:00:55 +0200 (CEST) X-X-Sender: sas@eco.foo To: Wez Furlong Cc: Edin Kadribasic , internals@lists.php.net In-Reply-To: Message-ID: References: <010601c30e5f$243a7a40$3600000a@intra.proventum.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] *= operator broken on Mac OS X and Windows [crit bug #23395] From: sascha@schumann.cx (Sascha Schumann) On Tue, 29 Apr 2003, Wez Furlong wrote: > This patch corrects the problem by not destroying the op1 value during > multiplication. Looks good to me. - Sascha