Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65839 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72791 invoked from network); 14 Feb 2013 16:33:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 16:33:02 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.212.46 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.212.46 mail-vb0-f46.google.com Received: from [209.85.212.46] ([209.85.212.46:54518] helo=mail-vb0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/C2-58622-DB11D115 for ; Thu, 14 Feb 2013 11:33:01 -0500 Received: by mail-vb0-f46.google.com with SMTP id b13so1612514vby.33 for ; Thu, 14 Feb 2013 08:32:58 -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=zUSPmMs0DGNSKFEKYtespZTcLpYGqoVGN2li/7CqetE=; b=aN9X32WCPAfnWSXqIwE+JtXFUgYOQtUq98O5uHRaS+EeCweux64UgTKOvoSRHkfRW2 0vwoG/ZFcnXnYqHxZYQBOzZ6+isAcFdaJTAY6kEmaMNM0g8yc1nx7iVJ1YLWlYgUKrTZ 6dzrER0OB9g/R/u4Dsr9d72zHvmyAysA2vCRQw8yvq6Ov+Mp2rHheR0taSa4AqT3hK80 ZdhRrvT6OqaJzhMOsAt7xXNN6Ngi6JTciD9x4/CbKkJDg5k/CrU/ywSbvalAx5YHMAwV cWbA5GebylM2dUCjZsyzoFEwZHI5V71zqo81+lpnBET0qhY/kAzz901dKQOiyRtuORcb Nd4A== X-Received: by 10.52.70.33 with SMTP id j1mr6218823vdu.23.1360859577836; Thu, 14 Feb 2013 08:32:57 -0800 (PST) Received: from [10.252.1.193] ([64.124.192.210]) by mx.google.com with ESMTPS id x9sm75791487vel.4.2013.02.14.08.32.56 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 14 Feb 2013 08:32:57 -0800 (PST) Message-ID: <511D11B7.4040803@lerdorf.com> Date: Thu, 14 Feb 2013 11:32:55 -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> <511D0D5C.7000709@lerdorf.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: ALoCoQmxYVRNi/6j3jCjOOmXV8/LGgK02YBlZEF8e4CW8UVeXR0C7QtdmmOaj73a1H2Do3QA5VYd Subject: Re: [PHP-DEV] Zend Optimizer+ Source Code now available From: rasmus@lerdorf.com (Rasmus Lerdorf) On 02/14/2013 11:21 AM, Jan Ehrhardt wrote: > Rasmus Lerdorf in php.internals (Thu, 14 Feb 2013 11:14:20 -0500): >> 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. > > Hmm. I was loading them the other way around, but did not encounter any > interesting problems yet... Most things work fine, but I hit a weird segfault in some complicated code which I fixed by flipping the order. -Rasmus