On Thu, Feb 14, 2013 at 5:32 PM, Rasmus Lerdorf <ras...@lerdorf.com> 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