Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65840 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74962 invoked from network); 14 Feb 2013 16:50:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 16:50:48 -0000 X-Host-Fingerprint: 213.46.158.120 d158120.upc-d.chello.nl Received: from [213.46.158.120] ([213.46.158.120:10056] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/23-58622-5E51D115 for ; Thu, 14 Feb 2013 11:50:47 -0500 To: internals@lists.php.net Date: Thu, 14 Feb 2013 17:50:44 +0100 Message-ID: References: <511BFC81.8020400@oracle.com> <7de2703f77537a47b457c4479a19ac3a@mail.gmail.com> <511D0D5C.7000709@lerdorf.com> <511D11B7.4040803@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:32:55 -0500): >>> Make sure you load ZO before xdebug and it seems to work ok. If you load >>> xdebug first you will run into interesting problems. > >Most things work fine, but I hit a weird segfault in some complicated >code which I fixed by flipping the order. Was that on Windows or on Linux? Jan