Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65838 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70963 invoked from network); 14 Feb 2013 16:25:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 16:25:07 -0000 X-Host-Fingerprint: 213.46.158.120 d158120.upc-d.chello.nl Received: from [213.46.158.120] ([213.46.158.120:17089] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/62-58622-2EF0D115 for ; Thu, 14 Feb 2013 11:25:07 -0500 To: internals@lists.php.net Date: Thu, 14 Feb 2013 17:21:35 +0100 Message-ID: References: <511BFC81.8020400@oracle.com> <7de2703f77537a47b457c4479a19ac3a@mail.gmail.com> <511D0D5C.7000709@lerdorf.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 213.46.158.120 Subject: Re: [PHP-DEV] Zend Optimizer+ Source Code now available From: phpdev@ehrhardt.nl (Jan Ehrhardt) 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... Jan