Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66465 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99284 invoked from network); 4 Mar 2013 23:11:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2013 23:11:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.219.53 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.219.53 mail-oa0-f53.google.com Received: from [209.85.219.53] ([209.85.219.53:41570] helo=mail-oa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/D2-16856-62A25315 for ; Mon, 04 Mar 2013 18:11:34 -0500 Received: by mail-oa0-f53.google.com with SMTP id m1so10041624oag.12 for ; Mon, 04 Mar 2013 15:11:32 -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=idRighHFJTn1KnG0MH2d28xczwRzXYCdHeqJuwoWgc4=; b=hnWRWZ/CR0JsQEoBCQhz/l7QADp5hQ68gbokoEnZpdZyrrw8DZEh4cSF4DiB2nh2Th eZaiikGRKnutRliSrFMolSfu0B/VohouqCLysTJ6kGh9WTRUKxL3elkgobIexuV2WGMl QUhJFecAAAoX3YyFw1Pm/R43LDHRQ3Jdktqr6IM0VfQ+S/2xEwnomT2rwsfxdKLUfSak fTt+spn3sr+V7vSx6Hz+8d+zGbrB0qF7fw0tOXEEXT7RV2AtNYuAGqFFJ83SF6pXxY4e XLY9iMjawOjdAI9/sdNIs0Z4qZthO56l2AF6unlHrHCrwFwJ8Y7MRGB04Q2JT5tEWd9+ RkQA== X-Received: by 10.182.51.98 with SMTP id j2mr17053395obo.77.1362438691897; Mon, 04 Mar 2013 15:11:31 -0800 (PST) References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <3206872690693024300@unknownmsgid> <-201813171079078513@unknownmsgid> <8999BEF4-255A-4738-93FB-990774E00EA3@strojny.net> In-Reply-To: <8999BEF4-255A-4738-93FB-990774E00EA3@strojny.net> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJ3DSuB//AVAgGgZEkT5WvLzC9oRwIOJ1M5AMtQ/hcCSmJrnQGGfe4VAXTmh42XA0aN8A== Date: Tue, 5 Mar 2013 01:11:30 +0200 Message-ID: <0fb2d1bfe6fe4b43c7ae68768a6792af@mail.gmail.com> To: Lars Strojny Cc: Anthony Ferrara , Nikita Popov , PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkV9y7l5q+brM5Poze4h+V1hV6FmdysJRxU7XYFt8mECvCcjxthbdKlA/0zQG8vAcVVEk2XwmiNgO6q/gO7tnST6zSU1UQeHvsJQ0PPAegu2yPVJUny1RXtHLJIJMXqKo3FFKa8 Subject: RE: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Lars Strojny [mailto:lars@strojny.net] > Sent: Tuesday, March 05, 2013 12:31 AM > To: Zeev Suraski > Cc: Anthony Ferrara; Nikita Popov; PHP Developers Mailing List > Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP > distribution > > Hi Zeev, > > Am 28.02.2013 um 21:16 schrieb Zeev Suraski : > > > Ideally I'd like to get Xdebug compatibility for 5.5 - but even if we > > can't make it - there's truth to the assertion you wouldn't want them > > both at the same time. > > That's not entirely true. If you stay as similar as possible to your production > environment, your development environment will have an opcode cache as > well. And possibly xdebug. I agree it's not entirely true, which is why I said there's only 'some' truth to it :) In other words, I think it's desirable that they would both work together, but if they don't, it's not the end of the world. But again, they already work together fairly well and we'll hopefully make them work together even better. Zeev