[xdebug-general] Just installed Xdebug, only getting profile info from PHP CLI scripts

From: Sandeep Cariapa <cariapa[@]yahoo.com>
Date: Sun, 6 Jan 2008 13:15:29 -0800 (PST)

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