Page 1 of 1

unable to get XDebug to work

PostPosted: 19. September 2008 20:03
by genu
I followed many different tutorials to install xdebug in php. I copied the dll and update the php.ini.

When I few php_info(), I see the xdebug is loaded, but if I refresh the page, or go to another page on the server, I get a message from windows that "Apache has stopped working"

in xampp control it says that apache is still running, but everytime I try to visit a page on the server I get that message "Apache has stopped working" I googled my problem, but I haven't found anybody experiencing this issue....

PostPosted: 19. September 2008 20:16
by Wiedmann
You have disabled the Zend Optimizer?

PostPosted: 19. September 2008 21:03
by genu
yes I commented it out in php.ini