Joined: 07 May 2012 |
Posts: 2 |
|
|
 |
Posted: Tue Oct 16, 2012 8:59 pm |
|
 |
 |
 |
 |
I've been using phpEd w. Wamp 2.1 & php 5.3.x on Windows 7 successfully, but just upgraded to the latest phpED (8033) and Wamp 2.2.x with php 5.4.3 as I need it for my current project.
Everything is installed in the standard directories, but I'm unable to get debug working.
Once Wamp is reinstalled it works fine, but when phpED tries to put it's debugger in, things cease loading.
The problem line (which if I comment out leaves Wamp running) is the php.ini line: zend_extension="c:\wamp\bin\php\php5.4.3\ext\dbg-php-5.4.dll"
The driver mentioned in that line is in the appropriate place.
Once the phpED debugger is installed, I just get "the connection was reset" when I try to connect to the server, with no error in apache logs.
Any help is much appreciated.
|