Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32074 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15792 invoked by uid 1010); 6 Sep 2007 05:46:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15777 invoked from network); 6 Sep 2007 05:46:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2007 05:46:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=planetbeing@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=planetbeing@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.185 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: planetbeing@gmail.com X-Host-Fingerprint: 64.233.182.185 nf-out-0910.google.com Received: from [64.233.182.185] ([64.233.182.185:44958] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/72-25837-F349FD64 for ; Thu, 06 Sep 2007 01:46:40 -0400 Received: by nf-out-0910.google.com with SMTP id b21so48538nfd for ; Wed, 05 Sep 2007 22:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=p5/QiZXNqa8e14pZ74xgTJ2tWQxEzGvQfb3D9Bu6y3I=; b=dnX5hB7fV5d7h4LStH7ln7zJFg/qs3cMvQCU9azpp5cEcadu5jVH5oAcwZ6IgibrB0Tgjjwh990QJZ5g7EMkf8DMs77tuwrs4gJDJnpvox7+1xCZ2fGTPp0IAqviQDrsr3YhBH0+ZM09XoxD4AyUMQ2xIEgnIuCVN92atNFLiIE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hyv1o6/4a5Jn04X+ySbnsmNIiNedJUzJyNCjF8b4DVGIQAJLrtQjd7QqUhWbYVuh4PhcvPu0lRUs4NlODuyK/nQcy+IB5xY78xqfpWuv3v6jr/mAVEsR6uLP0MDNDrGG6zDNGfYyGm1GmacVhF5Uedz9fc2eGGRep5jD0kqHK7k= Received: by 10.78.170.6 with SMTP id s6mr74661hue.1189057595882; Wed, 05 Sep 2007 22:46:35 -0700 (PDT) Received: by 10.78.135.16 with HTTP; Wed, 5 Sep 2007 22:46:35 -0700 (PDT) Message-ID: Date: Thu, 6 Sep 2007 13:46:35 +0800 To: "Marcus Boerger" Cc: "Nuno Lopes" , internals@lists.php.net, andi@php.net, dmitry@php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070904162613.4qgfdddo7scw8o8w@w13.mail.sapo.pt> <849426349.20070904210047@marcus-boerger.de> Subject: Re: [PHP-DEV] Patch for macros for tracking refcount and is_ref From: planetbeing@gmail.com ("David Wang") > In my own code, I have a "__gc" on refcount and is_ref so I get thrown > an error if there's a place I failed to macroize. I removed that for > this patch, but that's a very good point. If there are no objections, > that or another prefix or suffix can be put back into the patch. I've posted another version of the patch with the __gc suffix at http://zoo.cs.yale.edu/~yw226/macros2.diff.txt The GC patch is also ready. As soon as the macros patch has been finalized and committed, I will send that out to the mailing list. David