Hi,
I am running php 5.0.5, Apache 2.0.55 on XP
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.
Also I tried to run the commands e.g. xdebug_start_profiling(); it returns a Call to undefined function.
What am I doing wrong? Or what extra settings do I need?
Thanks
Jay
Received on Mon Mar 6 18:18:30 2006
This archive was generated by hypermail 2.1.8 : Sun Nov 23 2008 - 15:00:10 CET