Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27568 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48341 invoked by uid 1010); 21 Jan 2007 21:05:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48325 invoked from network); 21 Jan 2007 21:05:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2007 21:05:50 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.163 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:37117] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/43-23321-DA5D3B54 for ; Sun, 21 Jan 2007 16:05:50 -0500 Received: (qmail 10590 invoked by uid 507); 21 Jan 2007 21:05:44 -0000 Received: from unknown (HELO ?192.168.1.104?) (82.135.88.68) by mail4.netbeat.de with SMTP; 21 Jan 2007 21:05:44 -0000 To: yAnbiN Cc: internals@lists.php.net In-Reply-To: <3E.D1.23321.C99C3B54@pb1.pair.com> References: <3E.D1.23321.C99C3B54@pb1.pair.com> Content-Type: text/plain Date: Sun, 21 Jan 2007 22:05:46 +0100 Message-ID: <1169413546.3016.91.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 (2.8.2.1-3.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] what means is 'CC' and 'DC' in the 'TSRMLS_CC' and 'TSRMLS_DC' ? From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Mon, 2007-01-22 at 04:11 +0800, yAnbiN wrote: > Hi! > I know that the 'TSRMLS' is an abbreviation of 'Thread Safe Resource Manager > Local Storage', but what means is 'CC' and 'DC' in the 'TSRMLS_CC' and > 'TSRMLS_DC' ? This has been asked multiple times before on this list, but once again: _CC - call with comma _C - call (without comma) _DC - declaration with comma _D - declaration (w/o comma) johannes