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

From: Matt Hillebrand <mhillebrand[@]digitalorchid.com>
Date: Thu, 17 May 2007 10:30:52 -0700

Ahh. The new version of Xdebug (2.0.0 RC4) fixed my problem.

Thanks.

-----Original Message-----
From: xdebug-general-bounce[@]lists.xdebug.org
[mailto:xdebug-general-bounce[@]lists.xdebug.org] On Behalf Of Matt
Hillebrand
Sent: Monday, May 14, 2007 4:34 PM
To: xdebug-general[@]lists.xdebug.org
Subject: [xdebug-general] Installation problems with Apache 2.0, PHP
5.2.1, and Windows XP

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 Thu May 17 2007 - 19:24:44 BST

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