views:

116

answers:

2

I'm trying to install XDebug by registering it in php.ini but it isn't working. I'm thinking maybe my apache server is not reloading my changes properly.

-from your friendly PHP noob

+1  A: 

Try httpd -k restart

See Using Apache With Microsoft Windows for more help :)

macek
A: 

Try this reference:

XDEBUG Installation

Brant