[xdebug-general] Installation problems with Apache 2.0, PHP 5.2.1, and Windows XP

From: Matt Hillebrand <mhillebrand[@]digitalorchid.com>
Date: Mon, 14 May 2007 16:34:02 -0700

I've been fiddling with my php.ini file for hours. Here's what I've got
right now:

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
zend_extension_ts="c:/php/ext/php_xdebug.dll"

[xdebug]
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.profiler_append=0
xdebug.profiler_enable=1
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_dir="c:/temp/xdebug"
xdebug.profiler_output_name=profile
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

However, when I view the output of phpinfo(), I don't see anything about
xdebug. Yes, I know that I'm altering the correct php.ini file. Yes,
I've granted permissions to the output directory. When I type "php -m"
at the prompt, I see:

[Zend Modules]
Xdebug

...at the bottom of the module list, which is WEIRD. It appears that I'm
on the right track at least.

Any advice would be terrific.

Thanks,
Matt
Received on Tue May 15 2007 - 01:27:19 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST