how to run XAMPP with debugger |
Site Admin
|
did you check path to php.ini in phpinfo() to make sure that it's the file you edited?
also it may make sense to check error_log to see if there are any complaints. In any case I'd highly recommend to follow these instructions: http://forum.nusphere.com/howto-install-debugger-module-t576.html |
||||||||||||
_________________ The PHP IDE team |
Re: XAMPP still not working with debugger after many attemps |
|
I had the same problem. Seems loading the dbg module collides with the following zend extension enabled by default in xampp distributions: [Zend] ;zend_extension_ts = "D:\Programme\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll" ;zend_extension_manager.optimizer_ts = "D:\Programme\xampp\php\zendOptimizer\lib\Optimizer" ;zend_optimizer.enable_loader = 0 ;zend_optimizer.optimization_level=15 ;zend_optimizer.license_path = ; Local Variables: ; tab-width: 4 ; End: After commenting out the zend extension the dbg module loads properly. |
||||||||||||||
|
Veteran
|
In some cases the Zend extensions can co-exist, and it is case of getting them loaded a certain order. For example, on a Linux server where we use Zend Optimizer, Ioncube Loader and the DBG module, things only work when we load the Ioncube Loader first, then the DBG module, and Zend Optimizer last.
|
||||||||||||
_________________ |
Site Admin
|
We had no problem with loading debugger under XAMPP. It worked perfectly well.
You may want to check if you need ZendOptimizer at all as it's known to slow down php by 2-3 percents. If you run php-encoded files and need ZO as a loader for them and only for this reason, try to load it directly, e.g. without ZendExtensionManager.dll [Zend] zend_extension_ts = "D:\Programme\xampp\php\zendOptimizer\lib\Optimizer\php-5.2.x\ZendOptimizer.dll" (check the path) |
||||||||||||
_________________ The PHP IDE team |
how to run XAMPP with debugger |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by