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 06 2008 - 22:22:16 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST