Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30471 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32538 invoked by uid 1010); 5 Jul 2007 23:43:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32522 invoked from network); 5 Jul 2007 23:43:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2007 23:43:01 -0000 Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 72.36.186.210 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 72.36.186.210 midden.org.uk Received: from [72.36.186.210] ([72.36.186.210:45808] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/24-01463-2028D864 for ; Thu, 05 Jul 2007 19:42:59 -0400 Received: from macvicar.demon.co.uk ([80.177.111.173] helo=[192.168.1.102]) by lovelace.midden.org.uk with esmtp (Exim 4.63) (envelope-from ) id 1I6ayL-0000h4-8F; Fri, 06 Jul 2007 00:42:53 +0100 Message-ID: <468D81E7.3050502@macvicar.net> Date: Fri, 06 Jul 2007 00:42:31 +0100 User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Oliver Block CC: internals@lists.php.net, Stanislav Malyshev References: <468D6C57.9030405@block-online.org> <468D7022.6010109@zend.com> <468D745A.7040101@block-online.org> In-Reply-To: <468D745A.7040101@block-online.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] TSRMG From: scott@macvicar.net (Scott MacVicar) Writing an extension with maintainer zts enabled is a good way to ensure you remembered to add the needed TSRM stuff. Scott Oliver Block wrote: > I think someone recommended me to compile --with-maintainer-zts, because > I was working on some functions within the imap extension. > That's the main reason. > > Regards, > > Oliver > > > > Stanislav Malyshev schrieb: >>> something isn't clear to me: Is php as apache module supposed to work >>> without problems - if compiled as zts - only on apache worker or even >>> on apache prefork? >> >> I think if you manage to compile it that way it might work, but I >> don't really see why you would want to do it - TS build is slower. >