I am evaluating phpED. The editor works great, but I have an issue with debugging. I'm running locally on a Windows XP computer using IIS and MySql. I had PHP v4.1.2 installed prior to installation of phpED, which I have to support an application while I develop a new version. Due to some XML/XSLT issues, it won't run currently in 4.3.3.
I use a 3rd party library which is encoded and requires me to use the ZendOptimizer.
* If my debug session is setup to use PHP 4.3.3, which phpED installed, it doesn't load the Optimizer so I can't debug past the load of the library files. If I manually add the [Zend] section to the php.ini file, it still doesn't work. I uninstalled/reinstalled ZendOptimizer and it only sees my original php.ini file, not the new one.
* If I point my debugger to use my existing PHP 4.1.2 installation and php.ini file, I get the following error:
Failed to start debug session (timeout)
Please verify settings for the local debugger module. |
If I can figure out the debugging issue, I plan to purchase phpED. Anyone have any suggestions?