Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65325 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63695 invoked from network); 29 Jan 2013 08:21:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 08:21:45 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:52351] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/47-28517-89687015 for ; Tue, 29 Jan 2013 03:21:44 -0500 Received: by mail-ob0-f178.google.com with SMTP id wd20so152956obb.37 for ; Tue, 29 Jan 2013 00:21:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:references:in-reply-to:mime-version:x-mailer :thread-index:date:message-id:subject:to:cc:content-type :x-gm-message-state; bh=VnrJDwW1r64REgWfFezWbKEgBQDm0AZZvXSL1AkpBjE=; b=D4T+0Gl14UztFo2yKpoSRFLUjKVVgaB1S9Tg0sRt0BldE2QLRnL/hPyDZOdk7azpGa dDzu0XnhYlPMqTlb4i4sFVU+VLMfKxU7pd+OB8iiDqFX/gxfZCOpJlsE/noBWPpbFSC9 kK7s8sQav1wx5lc4i03qmFiMxMJQfE5gTDdfy69lGk6zMuwvfh0MD/mKhLRmet/nXPPO OKBzUHCLY6Sqayfr1VIo62ms+W74r1RmPqQwuaSM8n1zo1GnsPqaKCp0q14iaiGUcNf5 9+iJiOEinCvnEfzG8yrGJIAGTiMW4cM76Y8T/l+S71eIhJiHqU219REP3iao5T9OjRgT L/sw== X-Received: by 10.182.118.103 with SMTP id kl7mr141024obb.13.1359447701121; Tue, 29 Jan 2013 00:21:41 -0800 (PST) References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQIqL8waXVttbugrqkVxisGQEOzMkQHsOw0xl5gxmSA= Date: Tue, 29 Jan 2013 10:21:40 +0200 Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn1abRgJfO0pNnGupb0ymuG9etvXkmM6iL7ThnKEpI52sh5oOijMAiDs3+1Vs+7vdwQBNcFBV4M2pwa0XyGJFcPEsbmFQSjwYjteSvwqwpfX8BD1+/umtzyodiWWfQ8OYpExv/E Subject: RE: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: zeev@zend.com (Zeev Suraski) > One important part missing is the actual compatibility/support of thread safe > PHP. I know that Zend mostly care about NTS since quite some time and that > worries me a lot to bundle something that is not working well in thread safe > mode. I would consider that as a stopping point. I mean, not to stop its inclusion, > but to release 5.5.0 with it without optimizer working as good as APC in ts > mode. It's mentioned in the RFC - but I think we should be able to (re)add NTS support pretty quickly. Zeev