Zend Studio for Eclipse on Windows Debugger Issues
When attempting to debug my program, zend studio for eclipse wasn’t recognizing that I had my mysql extension installed. I found a small work around.
Go to
[install_path]\plugins\org.zend.php.debug.debugger.win32.x86_5.2.12.v20071210\resources\php5
In there, you will see your php.exe’s and your php.ini that the debugger uses. I just copied my php.ini there for it to work.