Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32090 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57347 invoked by uid 1010); 7 Sep 2007 08:06:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57332 invoked from network); 7 Sep 2007 08:06:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2007 08:06:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.190 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 209.85.198.190 rv-out-0910.google.com Received: from [209.85.198.190] ([209.85.198.190:27433] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/36-14206-37601E64 for ; Fri, 07 Sep 2007 04:06:12 -0400 Received: by rv-out-0910.google.com with SMTP id k15so366768rvb for ; Fri, 07 Sep 2007 01:06:09 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=TQkjQlu6Y2Tfwm+UzRrb4hwWtpSNjhPrNMc2Knvy1Zs=; b=GyGb688S50DOFIfhuj4jiqHkyOoJw1fTA6E1H0n4p5wwZ1PbIGm1fprnptLNzTrswsq5/XAkvFtFwYF514qo9PEmEx/mQJ+74gzMakhfJsMOHjTtPM8wsyCKYrfjJVPT8m7pFBD1VbryMVakACoLKA/BEVeY3ZAlqjqTKEau2QU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cIi3AYK7BI5VVqa2ZynQDoeOEox7n1/DELHmR/kt2Tsxta8sdnYGRREG4JbqBLIMC37pfBzqy8aIyJY3mOGNi9hq3iXcbQ8DYnAaLYLSEp1oQ/P7rpCZxZe5V6LbNgy8WysUvNezTW4PRVaAN/x99Yc/oeuMypCx6+MSiZ3IRHk= Received: by 10.142.177.7 with SMTP id z7mr78873wfe.1189152369171; Fri, 07 Sep 2007 01:06:09 -0700 (PDT) Received: by 10.142.84.16 with HTTP; Fri, 7 Sep 2007 01:06:08 -0700 (PDT) Message-ID: <7d5a202f0709070106r5cc0cbb0n2d58d6f8a4e1c9a3@mail.gmail.com> Date: Fri, 7 Sep 2007 04:06:08 -0400 To: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: judas.iscariote@gmail.com ("Cristian Rodriguez") On 9/7/07, Derick Rethans wrote: > But you might want to wonder if that's not a good thing? Without the > prefix there will be no indication for third party extensions that they > might be doing something that's not going to work nicely with the new GC > anymore. I'd prefer it to have the __gc always there. And extensions will break anyway with or without the #if ZEND_GC ps: remember to change the Zend/PHP API number as well ;) -- http://www.kissofjudas.net/