Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32057 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86420 invoked by uid 1010); 4 Sep 2007 21:27:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86384 invoked from network); 4 Sep 2007 21:27:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2007 21:27:35 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:58049] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/60-14196-36DCDD64 for ; Tue, 04 Sep 2007 17:25:56 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 4 Sep 2007 14:25:51 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CEA2A1B6@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] Patch for macros for tracking refcount and is_ref Thread-Index: AcfvOFGm/PE+Wa2EQ+mD4UkQL/QXuQAAcDNA References: <20070904162613.4qgfdddo7scw8o8w@w13.mail.sapo.pt> <698DE66518E7CA45812BD18E807866CEA2A0E2@us-ex1.zend.net> <698DE66518E7CA45812BD18E807866CEA2A148@us-ex1.zend.net> <1691661086.20070904231223@marcus-boerger.de> To: "Marcus Boerger" Cc: "Derick Rethans" , "David Wang" , "Nuno Lopes" , , , Subject: RE: [PHP-DEV] Patch for macros for tracking refcount and is_ref From: andi@zend.com ("Andi Gutmans") > -----Original Message----- > From: Marcus Boerger [mailto:helly@php.net] > Sent: Tuesday, September 04, 2007 2:12 PM > To: Andi Gutmans > Cc: Derick Rethans; 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 >=20 > Hello Andi, >=20 > Tuesday, September 4, 2007, 9:46:22 PM, you wrote: >=20 > 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. Yes I agree. I just want to give another day chance for others to review it. Btw, we may also want to think of a way for maintenance mode to not build if the macros aren't being used... Andi