On Thu, 3 Dec 2009, Julian Hille wrote:
> weve got some propreitary software encoded with the zend_encoder and these
> third party software is really slow at the moment. So im trying to profile it.
> The profiler is up and running, but i just got some responses of files which
> run without any encoded environment (so just some get.php which gzip css and
> js).
> Anyway is it even possible to profile those encoded scripts with the
> xdebugger?
No, that's not possible. The encoded code runs within its own executer
(which is part of the ZendOptimizer extension) and Xdebug can only hook
into the standard PHP executor.
with kind regards,
Derick
-- Like Xdebug? Send a postcard: http://derickrethans.nl/xdebug_2_released.php Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org twitter: @derickr and @xdebugReceived on Thu Dec 03 2009 - 11:47:54 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST