[xdebug-general] Xdebug in PHP 5.3

From: James DeMichele <james.demichele[@]gmail.com>
Date: Fri, 24 Jul 2009 18:15:12 -0500

Hello,
Has anyone else had any issues getting xDebug to show up as an installed
module with 5.3? Here's what I did, but Xdebug no longer shows up as an
installed one:

1) Downloaded and installed PHP 5.3 VC6
2) verified that php.ini has the correct extension directory:
extension_dir="C:\Program Files\PHP\ext"
3) Have the following Xdebug config:
[xdebug]
xdebug.profiler_enable=1
xdebug.profiler_output_dir="c:\tmp"

xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
zend_extension_ts="C:\Program Files\PHP\ext\php_xdebug-2.0.5-5.2.dll"
4) Tried running phpinfo()....it works, and PHP 5.3 is apparently installed
now, but there is no xDebug installed.
5) Looked at the installed modules from the command line:

PS C:\code\ncaaDev> php -m
[PHP Modules]
bcmath
bz2
calendar
com_dotnet
Core
ctype
curl
date
dom
ereg
filter
ftp
hash
iconv
json
libxml
mbstring
mcrypt
mhash
mysql
mysqlnd
odbc
pcre
PDO
pdo_mysql
Phar
Reflection
session
SimpleXML
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib

[Zend Modules]

Thanks for the help. I have no idea why it's no longer even attempting to
load the Xdebug extension.

-Jamie
Received on Sat Jul 25 2009 - 01:15:16 BST

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