Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16615 invoked by uid 1010); 10 May 2006 16:31:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16600 invoked from network); 10 May 2006 16:31:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2006 16:31:10 -0000 X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:2073] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 43/A8-19568-E4512644 for ; Wed, 10 May 2006 12:31:10 -0400 Received: from localhost ([127.0.0.1] helo=OHRLVN4523SG) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1Fdqxk-0007cd-00; Wed, 10 May 2006 08:50:56 -0700 Message-ID: <00a401c6744f$1e8fd960$88051fac@OHRLVN4523SG> To: "\"Wez Furlong\"" Cc: References: <6E5468C5-630C-48B8-A501-6FC874651D01@prohost.org> <4e89b4260605061624x1bd49d21v79aa25d67ed1b85@mail.gmail.com> Date: Wed, 10 May 2006 09:30:58 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: [PHP-DEV] PHP 5.2 Branched From: pollita@php.net ("Sara Golemon") > 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