Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65837 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69120 invoked from network); 14 Feb 2013 16:14:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 16:14:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.128.182 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.128.182 mail-ve0-f182.google.com Received: from [209.85.128.182] ([209.85.128.182:62642] helo=mail-ve0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/12-58622-26D0D115 for ; Thu, 14 Feb 2013 11:14:27 -0500 Received: by mail-ve0-f182.google.com with SMTP id ox1so2276342veb.27 for ; Thu, 14 Feb 2013 08:14:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=lK+/HZhyQq/8wA/iEBOeD8xV6ncREVNKZSYEINCZwQI=; b=Ju1cuhJRliuD4DJGTuGLC34O5WLgHemBmxMmi8uFSPlGJ0BDEcp3UQG2MTUiPbtFzL tb8Ci7+OKbuSjjNzO13A4sthwZPAuQLY5OUmhnpm2CFT/1dacKXdm4KVOiuoPG/5nJYg 8SEbjNCNMftZ1ErMYOSedyD1nh2jkHsJDaaasytnUvlTInLLDWOS6DamyprIVQdQIdNv nDs3JrURmsZxwjyqA0g0FmnF2IwdPsv9DYTl5/8Y4+dAQZHir6QplmA8xKvTKygjNR3O 0lYRIgIBVsMbDfYUzaIYALbxFH+vJNUSNcFeO+w3G94v8xtBZ90chG9A3cBqUEQ9h61P 6HcQ== X-Received: by 10.220.227.68 with SMTP id iz4mr35481324vcb.21.1360858464251; Thu, 14 Feb 2013 08:14:24 -0800 (PST) Received: from [10.252.1.193] ([64.124.192.210]) by mx.google.com with ESMTPS id h11sm74719331vdj.12.2013.02.14.08.14.22 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 14 Feb 2013 08:14:23 -0800 (PST) Message-ID: <511D0D5C.7000709@lerdorf.com> Date: Thu, 14 Feb 2013 11:14:20 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Jan Ehrhardt CC: internals@lists.php.net References: <511BFC81.8020400@oracle.com> <7de2703f77537a47b457c4479a19ac3a@mail.gmail.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnb0GFuc1joonjS3vPnSuS6FwRnOsh1w8WHEmqm/cYGSg1UxhIdFN/atbGDajtMzYHXFnAT Subject: Re: [PHP-DEV] Zend Optimizer+ Source Code now available From: rasmus@lerdorf.com (Rasmus Lerdorf) On 02/14/2013 10:55 AM, Jan Ehrhardt wrote: > Zeev Suraski in php.internals (Thu, 14 Feb 2013 17:21:48 +0200): >> I think the only open question is integration with other modules, most >> notably debuggers. > > php_ZendOptimizerPlus.dll and php_xdebug.dll loaded both together in PHP > 5.3 and PHP 5.4 (x86, TS and NTS). I do not know yet if there are any > issues. Make sure you load ZO before xdebug and it seems to work ok. If you load xdebug first you will run into interesting problems. -Rasmus