Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65406 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94057 invoked from network); 29 Jan 2013 15:09:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 15:09:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=bobwei9@hotmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bobwei9@hotmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 65.55.111.78 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.111.78 blu0-omc2-s3.blu0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [65.55.111.78] ([65.55.111.78:39851] helo=blu0-omc2-s3.blu0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/E1-10721-426E7015 for ; Tue, 29 Jan 2013 10:09:25 -0500 Received: from BLU0-SMTP199 ([65.55.111.73]) by blu0-omc2-s3.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 29 Jan 2013 07:09:22 -0800 X-EIP: [TL+nRad7zLa3LWdApHFMVDZBvLoycONP] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Received: from bob-weinands-imac.fritz.box ([88.207.224.52]) by BLU0-SMTP199.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 29 Jan 2013 07:09:20 -0800 MIME-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset="us-ascii" Disposition-Notification-To: bobwei9@hotmail.com In-Reply-To: Date: Tue, 29 Jan 2013 16:09:17 +0100 CC: PHP Developers Mailing List Content-Transfer-Encoding: 7bit References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> <252ADB1A-2660-4A45-B859-B92DA2C8B8D8@gmail.com> <5107CEEB.9080003@zerocue.com> To: Derick Rethans X-Mailer: Apple Mail (2.1499) X-OriginalArrivalTime: 29 Jan 2013 15:09:20.0734 (UTC) FILETIME=[9D784FE0:01CDFE32] Subject: Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: bobwei9@hotmail.com (Bob Weinand) Am 29.1.2013 um 15:58 schrieb Derick Rethans : > I wouldn't bother making it work with ZTS. If you want performance, you > shouldn't be using it, and the other case I heard was "pthreads" in > which case it plays no role,as all of the script is in memory anyway > for the duration of the process. > > cheers, > Derick > > -- > http://derickrethans.nl | http://xdebug.org > Like Xdebug? Consider a donation: http://xdebug.org/donate.php > twitter: @derickr and @xdebug > Posted with an email client that doesn't mangle email: alpine > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Hi, you want to say someone who wants to use pthreads, should have to maintain two different installations of php, one with zts for the daemon and one without for the apache? Having to maintain only one installation makes life really easier... regards, Bob