Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32920 invoked from network); 28 Feb 2013 22:36:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2013 22:36:56 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 67.192.241.173 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 67.192.241.173 smtp173.dfw.emailsrvr.com Linux 2.6 Received: from [67.192.241.173] ([67.192.241.173:49595] helo=smtp173.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/F5-25879-70CDF215 for ; Thu, 28 Feb 2013 17:36:55 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp7.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id 81D012583A1; Thu, 28 Feb 2013 17:36:51 -0500 (EST) X-Virus-Scanned: OK Received: by smtp7.relay.dfw1a.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id 011AA258499; Thu, 28 Feb 2013 17:36:50 -0500 (EST) Message-ID: <512FDC03.4080905@sugarcrm.com> Date: Thu, 28 Feb 2013 14:36:51 -0800 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130216 Thunderbird/17.0.3 MIME-Version: 1.0 To: Zeev Suraski CC: Rasmus Lerdorf , Anthony Ferrara , Nikita Popov , PHP Developers Mailing List References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <3206872690693024300@unknownmsgid> <512FBDCD.3030507@lerdorf.com> <512FC2F4.1000903@sugarcrm.com> <8809333181537637815@unknownmsgid> In-Reply-To: <8809333181537637815@unknownmsgid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! > Just to put things in perspective, if opcode caches with extended info > make it into the opcode cache - it's a bad thing. So it's actually Yeah, we should definitely check for extended info and shortcut compile_file immediately if that is there. Should be an easy patch, I'll try to do pull tonight. If that's the problem behind Rasmus' crash, it's easy to fix. > expected that debuggers and opcode caches would have to be aware of > one another, but at a pretty minimal level. The load order solves it > most probably because then it means Xdebug kicks in first, and > wouldn't pass op arrays to O+. That's guesswork though, we'd have to > ensure that and ideally also have a mechanism to enforce it. Yeah, that is what I was worried about if there's no other problems deeper than the extended info one and how to handle it in an elegant fashion without hardcoding checks for specific names. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227