Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66464 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95117 invoked from network); 4 Mar 2013 22:55:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2013 22:55:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=hermanradtke@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hermanradtke@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.51 as permitted sender) X-PHP-List-Original-Sender: hermanradtke@gmail.com X-Host-Fingerprint: 209.85.215.51 mail-la0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:58752] helo=mail-la0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/F1-16856-17625315 for ; Mon, 04 Mar 2013 17:55:46 -0500 Received: by mail-la0-f51.google.com with SMTP id fo13so5603541lab.38 for ; Mon, 04 Mar 2013 14:55:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=/Sgjdw2BfZqn88nV8u22lEnACcofZvFYSIVtq9UC2yA=; b=bs+2LS6bvPr8TGujwTPfKJZF+Mdjenap0JKBWoF2wB81TAsDNVibXy+aBnVucZuWGQ /o7sb+cszg6KWM+epBqtlKFazfkIkT1qtWsnvavncS/Jt19RsPHk9HHYCEozOAJGTju1 ybTGDMrqAh6YvPwxRbq3g134f+L7cJbUw1OE1JWuqBspETDK804rHQBxBPIFzgKRzum2 kEoELwETN0vRHu1H27eUP0QjXnb0FO0TDQsNzJXiDJZ5WyhIlaElhQaDhG2g6df8vhNp 87EowjohsxR0feS54O4c+0sqEgrSoeWbjPX82FRTRbCMTtf2LmHudu6siqkvAEaB1pay SEDQ== MIME-Version: 1.0 X-Received: by 10.152.104.18 with SMTP id ga18mr19548323lab.33.1362437742627; Mon, 04 Mar 2013 14:55:42 -0800 (PST) Received: by 10.112.3.136 with HTTP; Mon, 4 Mar 2013 14:55:42 -0800 (PST) In-Reply-To: <8999BEF4-255A-4738-93FB-990774E00EA3@strojny.net> References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <3206872690693024300@unknownmsgid> <-201813171079078513@unknownmsgid> <8999BEF4-255A-4738-93FB-990774E00EA3@strojny.net> Date: Mon, 4 Mar 2013 14:55:42 -0800 Message-ID: To: Lars Strojny Cc: Zeev Suraski , Anthony Ferrara , Nikita Popov , PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: hermanradtke@gmail.com (Herman Radtke) >> Ideally I'd like to get Xdebug compatibility for 5.5 - but even if we ca= n't >> make it - there's truth to the assertion you wouldn't want them both at = the >> same time. > > That=E2=80=99s not entirely true. If you stay as similar as possible to y= our production environment, your development environment will have an opcod= e cache as well. And possibly xdebug. I run xdebug on 1% of my production servers to a nice stack trace for errors that reveal themselves in production. Similar to how I run xhprof on 1% of all web requests. --=20 Herman Radtke @hermanradtke | http://hermanradtke.com