Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32056 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79932 invoked by uid 1010); 4 Sep 2007 21:12:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79917 invoked from network); 4 Sep 2007 21:12:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2007 21:12:27 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:51851] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/BF-14196-A3ACDD64 for ; Tue, 04 Sep 2007 17:12:27 -0400 Received: from dhcp-172-30-11-180.zrh.corp.google.com (unknown [216.239.55.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id A5A811B35F4; Tue, 4 Sep 2007 23:12:23 +0200 (CEST) Date: Tue, 4 Sep 2007 23:12:23 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1691661086.20070904231223@marcus-boerger.de> To: "Andi Gutmans" CC: "Derick Rethans" , "David Wang" , "Nuno Lopes" , , , In-Reply-To: <698DE66518E7CA45812BD18E807866CEA2A148@us-ex1.zend.net> References: <20070904162613.4qgfdddo7scw8o8w@w13.mail.sapo.pt> <698DE66518E7CA45812BD18E807866CEA2A0E2@us-ex1.zend.net> <698DE66518E7CA45812BD18E807866CEA2A148@us-ex1.zend.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Patch for macros for tracking refcount and is_ref From: helly@php.net (Marcus Boerger) Hello Andi, Tuesday, September 4, 2007, 9:46:22 PM, you wrote: >> -----Original Message----- >> From: Derick Rethans [mailto:derick@php.net] >> Sent: Tuesday, September 04, 2007 11:57 AM >> To: Andi Gutmans >> Cc: David Wang; Nuno Lopes; internals@lists.php.net; andi@php.net; >> dmitry@php.net >> Subject: RE: [PHP-DEV] Patch for macros for tracking refcount and >> is_ref >> >> On Tue, 4 Sep 2007, Andi Gutmans wrote: >> >> > Btw, when can you make a PHP 5.2.x version of the patch available so >> > that we can start playing around with it and test it? >> >> THis is the 5.2 version... it still needs to be ported to HEAD. > Sorry I meant of the whole GC patch. This one is just the piece which > adds macros. Or do you prefer to send that out once we finalize the macros patch so that it's a cleaner patch? I think this is a good approach and cleaning those macros doesn't hurt. It might actually make our code base cleaner whether we are going the full way or not. Best regards, Marcus