Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32244 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77593 invoked by uid 1010); 11 Sep 2007 12:05:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77578 invoked from network); 11 Sep 2007 12:05:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2007 12:05:12 -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.184.237 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.184.237 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.237] ([64.233.184.237:60335] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/A1-02197-77486E64 for ; Tue, 11 Sep 2007 08:05:11 -0400 Received: by wr-out-0506.google.com with SMTP id 58so467848wri for ; Tue, 11 Sep 2007 05:05:08 -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=EjuDlyujgShynx6mqa1EICI8AhyJd6yd4QrqZxlfvC8=; b=K2hc9LInCboz6Xf1fFAeXMuoMVqjXGsn114LREpq3TdS2JqUs5Wsy5muIeLpXZDfHDa+yt2r1mcbogs2XphTD4BIGkB4ksIzD6SBDskHq8XrIeBv4m2WpgNGI8/gcXh89tGV6nHP5o1VdMB8FDm3aUW74fNu/nCqJrERNYo51VU= 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=cNZL1GfDOFjE14dzTv/ylBUYbs++7prOIa3TfK5yzeInbLDJP1p6/8DN4xMGFjCySM3R9of6T70j8TJH31BMKhIwDgQonisLhvAxRrTCPqeXEqsoP+Smgb1pEV6+aPN4LOEkjvqAlMLvC8sQDvs3JlMHshtNAJhLP0rl1oo1Azc= Received: by 10.78.204.20 with SMTP id b20mr2499729hug.1189512307386; Tue, 11 Sep 2007 05:05:07 -0700 (PDT) Received: by 10.78.135.16 with HTTP; Tue, 11 Sep 2007 05:05:07 -0700 (PDT) Message-ID: Date: Tue, 11 Sep 2007 20:05:07 +0800 To: "Cristian Rodriguez" Cc: internals@lists.php.net In-Reply-To: <7d5a202f0709101627s3257589ds3fe740c589c4dfb9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <849426349.20070904210047@marcus-boerger.de> <698DE66518E7CA45812BD18E807866CEA2A93C@us-ex1.zend.net> <698DE66518E7CA45812BD18E807866CEA2AA9A@us-ex1.zend.net> <7d5a202f0709072354n2009fe34lceacceebd0cc879a@mail.gmail.com> <36596249.20070910145243@marcus-boerger.de> <7d5a202f0709101627s3257589ds3fe740c589c4dfb9@mail.gmail.com> Subject: Re: [PHP-DEV] Patch for macros for tracking refcount and is_ref From: planetbeing@gmail.com ("David Wang") > that's what worries me, I dont get why people wants to introduce yet > another switch to disable to garbage collector ( that will lead to > different/broken behaviuor) I think there is enough non-sense already > with the unicode.semantics switch thingy. This switch (currently) has nothing to do with the garbage collector. If on, it prevents legacy code that do not use the refcount and is_ref manipulation macros from compiling. That's all it does. In fact, naming it ZEND_GC is misleading. David