On Mon, 6 Mar 2006, Jay Puddy wrote:
> I downloaded the precompiled module php_xdebug-5.0.5-2.0.0beta5.dll
> and placed it in my c:/php/ext directory and added the lines:
>
> zend_extension_ts="c:/php/ext/php_xdebug-5.0.5-2.0.0beta5.dll"
> xdebug.profiler_enable = "1"
> xdebug.profiler_output_dir = "g:/sms"
>
> to my php.ini file
>
> In phpinfo() xdebug is enabled.
>
> When I ran my php script it just hanged and did not do anything.
I don't know why... but as you posted a second message to the list I
assume you got this solved now?
> Also I tried to run the commands e.g. xdebug_start_profiling(); it
> returns a Call to undefined function.
xdebug_start_profiling() is a Xdebug 1 only function, as you can see in
the documentation at
http://xdebug.org/docs-functions.php#xdebug_start_profiling
> What am I doing wrong? Or what extra settings do I need?
You don't need any other settings per-sé The documentation at
http://xdebug.org/docs-profiling2.php shoudl explain though how you can
use profiling.
regards,
Derick
-- Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.orgReceived on Mon Mar 06 2006 - 20:55:35 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST