Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32085 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7989 invoked by uid 1010); 7 Sep 2007 03:33:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7972 invoked from network); 7 Sep 2007 03:33:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2007 03:33:28 -0000 Authentication-Results: pb1.pair.com header.from=planetbeing@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=planetbeing@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.190 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.190 nf-out-0910.google.com Received: from [64.233.182.190] ([64.233.182.190:11061] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/7A-46127-786C0E64 for ; Thu, 06 Sep 2007 23:33:28 -0400 Received: by nf-out-0910.google.com with SMTP id b21so297564nfd for ; Thu, 06 Sep 2007 20:33:25 -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=oH71OWAuXRK/mSd0Fj9rqdX+uPxLe5PAtNuX2uK2h/Y=; b=IZOBWjBryo3vL+lqF301Gi+ckzju4/fLPYVkjhKERL3lqfK0ebus1DTzOJoACjflojAtSF2ARJtKJDEQiVEI6uqaWlhyBJhs7ol4rQ23OggPLtS9VRpejC6v5lwFMfk2AkXRBH8VEez9OvUF9hrqTA4YD9EEuOvzFKoluUemo6c= 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=b0/iHYENWdoe+LfaPbiH5TqDrSne5/N0M2lMYLd+u00QSISiwndMWOWDK649ipiOHwsAKeGMDSu3Z2oOUI7HDOdILw1e14v1LnnRy7/av13ES5tKJ/d4TnKGnSdPstECDertP1pqDRnPn15v0xU0MfskYUGcKjX3eyN0S9prSig= Received: by 10.78.156.6 with SMTP id d6mr570592hue.1189136004685; Thu, 06 Sep 2007 20:33:24 -0700 (PDT) Received: by 10.78.135.16 with HTTP; Thu, 6 Sep 2007 20:33:24 -0700 (PDT) Message-ID: Date: Fri, 7 Sep 2007 11:33:24 +0800 To: "Andi Gutmans" Cc: "Marcus Boerger" , "Nuno Lopes" , internals@lists.php.net, andi@php.net, dmitry@php.net In-Reply-To: <698DE66518E7CA45812BD18E807866CEA2A93C@us-ex1.zend.net> 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> <698DE66518E7CA45812BD18E807866CEA2A93C@us-ex1.zend.net> Subject: Re: [PHP-DEV] Patch for macros for tracking refcount and is_ref From: planetbeing@gmail.com ("David Wang") On 9/7/07, Andi Gutmans wrote: > The only thing which I'd like to change is to make sure the __gc naming > is in an #if ZEND_GC for now otherwise we'll be breaking lots of third > party libraries and PECL extensions. Here's an updated version: http://zoo.cs.yale.edu/~yw226/macros.diff.txt David