Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72830 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92624 invoked from network); 26 Feb 2014 16:50:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2014 16:50:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:37469] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/72-12475-63B1E035 for ; Wed, 26 Feb 2014 11:49:58 -0500 Received: from [192.168.2.31] (ppp-93-104-10-133.dynamic.mnet-online.de [93.104.10.133]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id DB76A462F5; Wed, 26 Feb 2014 17:50:37 +0100 (CET) To: O'Neil Delpratt Cc: internals@lists.php.net In-Reply-To: <530E0F02.2060707@saxonica.com> References: <530E0F02.2060707@saxonica.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 26 Feb 2014 17:49:17 +0100 Message-ID: <1393433357.29544.3.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Thread safety issue in C++ extension module From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2014-02-26 at 15:57 +0000, O'Neil Delpratt wrote: > I have tried to follow some forum posts in regards to creating a TSRM > layer but I am not getting very far with this. Yes, TSRM is our thread-safe resource manager providing a thread local storage for PHP request isolation. The information in your message is sparse though. Without any code, examples of crashes etc it is hard to see what you are actually doing, where you are stuck and how to help. johannes