Hi,
I have the following enabled in php.ini:
zend_extension="/opt/local/php/lib/php/xdebug/xdebug.so"
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = "/tmp/sandeep"
xdebug.profiler_enable_trigger = 1
Works great for PHP CLI scripts, but not for the ones
called by apache.
Now, do I need to specifically set XDEBUG_PROFILE in
$_GET/$_POST on the PHP scripts that I want profiled??
Thanks,
Sandeep
Received on Sun Jan 6 22:22:16 2008
This archive was generated by hypermail 2.1.8 : Wed Jan 07 2009 - 17:00:53 CET