Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66390 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95696 invoked from network); 1 Mar 2013 11:10:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2013 11:10:16 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.238 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.238 mail-2.de-punkt.de Linux 2.6 Received: from [93.190.64.238] ([93.190.64.238:52382] helo=mail-2.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/02-19541-79C80315 for ; Fri, 01 Mar 2013 06:10:16 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-2.de-punkt.de (Postfix) with ESMTP id B52C93A331 for ; Fri, 1 Mar 2013 12:10:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail-2.de-punkt.de Received: from mail-2.de-punkt.de ([127.0.0.1]) by localhost (mail-10.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JhSoJ3gyluUh for ; Fri, 1 Mar 2013 12:10:12 +0100 (CET) Received: from [192.168.6.81] (ip-64-134-241-95.public.wayport.net [64.134.241.95]) (Authenticated sender: sb@sebastian-bergmann.de) by mail-2.de-punkt.de (Postfix) with ESMTPSA id 2A7FF3A280 for ; Fri, 1 Mar 2013 12:10:11 +0100 (CET) Message-ID: <51308C91.80103@php.net> Date: Fri, 01 Mar 2013 06:10:09 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3 MIME-Version: 1.0 To: internals@lists.php.net References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <3206872690693024300@unknownmsgid> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: sebastian@php.net (Sebastian Bergmann) On 02/28/2013 02:34 PM, Anthony Ferrara wrote: > example, XDebug has no compatibility with ZendOptimizer+ right now (at > least that I could find, feel free to correct me if I'm wrong here). I tested PHPUnit with both Xdebug and ZO+ enabled and got a correct code coverage report. So at least that part of Xdebug is compatible with ZO+.