On Sun, 21 May 2006, Moritz Möller wrote: > don't get me wrong: xdebug is great, and we use it a lot here. It's just > that the incompatibility (and even if it's only the > no-other-extension-than-me behaviour of zend and eaccelerator and ...) is > quite annoying, as the profiling figures are different if you run with an > accelerator...
Sure, but profiling is not the best thing in Xdebug :) > > By the way, is there any reason for xdebug to be a zend extension and not a > php extension? Yea, as I can't do single stepping for remote debugging nor code coverage if I can't hook into the execute statement handlers. If you don't care about those things than Xdebug works fine as normal extension as well. regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php