Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84062 invoked by uid 1010); 21 Jan 2007 22:55:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84047 invoked from network); 21 Jan 2007 22:55:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2007 22:55:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=pollita@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pollita@php.net; sender-id=unknown; domainkeys=good Received-SPF: error (pb1.pair.com: domain php.net from 140.211.166.39 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from [140.211.166.39] ([140.211.166.39:52511] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/41-06092-26FE3B54 for ; Sun, 21 Jan 2007 17:55:30 -0500 X-DomainKeys: Ecelerity dk_sign implementing draft-delany-domainkeys-base-01 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=mx; d=php.net; h=From:Subject:To:Date; b=samuEOiIspEqnCha6hNDzY5NZuDdmX+656Dy7iiwNsRoTgxYD/AyCcEDGX8V5iar tgZhg8pMsvQYoopJwhBL/2Crk9UnEor2PorSFDO1tTPoajNr8ZK8W7t63vPVP+3b Authentication-Results: osu1.php.net smtp.user=pollita; auth=pass (LOGIN) X-Host-Fingerprint: 69.181.128.213 unknown Received: from [69.181.128.213] ([69.181.128.213:3201] helo=[192.168.1.100]) by osu1.php.net (ecelerity 2.1.1.11-rc1 r(13363/13364M)) with ESMTPSA (cipher=AES256-SHA) id 64/53-03903-8BFE3B54 for ; Sun, 21 Jan 2007 14:56:56 -0800 Message-ID: <45B3EF67.9030407@php.net> Date: Sun, 21 Jan 2007 14:55:35 -0800 User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: internals@lists.php.net CC: Tim Starling , ben.yan@msn.com References: <3E.D1.23321.C99C3B54@pb1.pair.com> <1169413546.3016.91.camel@johannes.nop> <7C.36.23321.3A7E3B54@pb1.pair.com> In-Reply-To: <7C.36.23321.3A7E3B54@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] what means is 'CC' and 'DC' in the 'TSRMLS_CC' and'TSRMLS_DC'? From: pollita@php.net (Sara Golemon) >>> 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 > > RTFM > > http://www.php.net/manual/en/tsrm.php > > Hmmm.... OK, maybe someone should WTFM. Well in the meantime, we can > always just read the detailed comments in the source, right? > Feel free to copy/paste: http://blog.libssh2.org/index.php?/archives/22-What-the-heck-is-TSRMLS_CC-anyway.html -Sara