Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65843 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80187 invoked from network); 14 Feb 2013 17:16:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 17:16:50 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.172 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.172 mail-ve0-f172.google.com Received: from [209.85.128.172] ([209.85.128.172:38360] helo=mail-ve0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/24-58622-10C1D115 for ; Thu, 14 Feb 2013 12:16:50 -0500 Received: by mail-ve0-f172.google.com with SMTP id cz11so2381929veb.3 for ; Thu, 14 Feb 2013 09:16:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=sxvupnzagGkpegKH2Uhg8Ablfc4fTo2F3sdAKs3UyW4=; b=Sxgp+nyYSMaYPn+JZE3vD5M0UheNeCKlSwUSJVz7qgLQbrvB7Se9ZFjpzeaId6XhfL +TO3sGvuSZRbRybmi7G36/ZmT6Gp0ruwBCJ01LCHfmVjHF50TaNvQzcn0lIxg4jajb12 PeODynkP3fBErQNdSoLYllZ38/wIXjBq9qDe2Hi/D+1j2fjH+FqkevTfhMFzWg7Z4hPd VLrLThw4VcUcGWlOPW5IHqriME0eAXWbNYM+qsSD0E5516vqadPeX3dDmNs+3M00UNlH +3PKY34C/ny3Zd2uPkYUqTw6to1ktH7ja7z6pqXk6/r13COAP4+2KLQk0gsKI8QlbJwg 7FQQ== X-Received: by 10.58.118.115 with SMTP id kl19mr35239432veb.6.1360862207192; Thu, 14 Feb 2013 09:16:47 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.140.132 with HTTP; Thu, 14 Feb 2013 09:16:07 -0800 (PST) In-Reply-To: <511D11B7.4040803@lerdorf.com> References: <511BFC81.8020400@oracle.com> <7de2703f77537a47b457c4479a19ac3a@mail.gmail.com> <511D0D5C.7000709@lerdorf.com> <511D11B7.4040803@lerdorf.com> Date: Thu, 14 Feb 2013 18:16:07 +0100 X-Google-Sender-Auth: ulsi_s6yYh5E9MCXBXC4jDm5Tfs Message-ID: To: Rasmus Lerdorf Cc: Jan Ehrhardt , internals@lists.php.net Content-Type: multipart/alternative; boundary=089e0116037472aeec04d5b26c25 Subject: Re: [PHP-DEV] Zend Optimizer+ Source Code now available From: jpauli@php.net (Julien Pauli) --089e0116037472aeec04d5b26c25 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Feb 14, 2013 at 5:32 PM, Rasmus Lerdorf wrote: > 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. > > Shouldn't we document that, or add some notice at extension loading by detecting Xdebug ? Julien.Pauli --089e0116037472aeec04d5b26c25--