Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23237 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10872 invoked by uid 1010); 11 May 2006 00:23:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10857 invoked from network); 11 May 2006 00:23:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2006 00:23:17 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.179 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.179:58629] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C7/63-19568-5F382644 for ; Wed, 10 May 2006 20:23:17 -0400 Received: by py-out-1112.google.com with SMTP id 39so74485pyu for ; Wed, 10 May 2006 17:23:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CeAGehdjEqBVzTY+0GqVXtmBnBggpPN9CUFuyw6Op6gwKllCPAcdARxw1epiF76ftZtGAS0bOjrx5t5A4MOqRMeCnrzbRadCGTo/OFExp6RqeAMRX+HYqvtrrCklnhyEyKECkurUtN6QivBdtF/jO2F2AbZ3kpq+xIG8OjLBDKA= Received: by 10.35.17.8 with SMTP id u8mr303376pyi; Wed, 10 May 2006 17:23:15 -0700 (PDT) Received: by 10.35.40.20 with HTTP; Wed, 10 May 2006 17:23:14 -0700 (PDT) Message-ID: <4e89b4260605101723j7c24377eifb8ba2b818a5dd57@mail.gmail.com> Date: Wed, 10 May 2006 20:23:14 -0400 To: "Sara Golemon" Cc: internals@lists.php.net In-Reply-To: <00a401c6744f$1e8fd960$88051fac@OHRLVN4523SG> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6E5468C5-630C-48B8-A501-6FC874651D01@prohost.org> <4e89b4260605061624x1bd49d21v79aa25d67ed1b85@mail.gmail.com> <00a401c6744f$1e8fd960$88051fac@OHRLVN4523SG> Subject: Re: [PHP-DEV] PHP 5.2 Branched From: kingwez@gmail.com ("Wez Furlong") Oooo. Would be nice if that could make it into the manual. --Wez. On 5/10/06, Sara Golemon wrote: > > I'd like to add a function that returns tsrm_thread_id(). > > It would be present in ZTS builds only, and could be used > > by code that needs to generate "unique" identifiers. > > > > I'm open for ideas on what to name it; sys_get_thread_id() > > or something? > > > How about zend_thread_id()? (Present since 5.0.0) > > I hadn't seen this one until just now either... > > -Sara >