среда, 21 июля 2010 г.
Как сделать чтобы xdebug не ломал Apache при каждом запуске
"I got a solution working for Vista using a combination of the above so if this helps anyone here goes...
Eclipse Europa - Version: 3.3.2 Build id: M20080221-1800
XAMPP - win32 version 1.6.8 installer
xdebug - php_xdebug-2.0.2-5.2.5.dll
Contents of ~/xampp/apache/bin/php.ini
[Zend] ;zend_extension_ts = 'C:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll' ;zend_extension_manager.optimizer_ts = 'C:\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:
[XDebug] ;; Only Zend OR (!) XDebug zend_extension_ts='C:\xampp\php\ext\php_xdebug-2.0.2-5.2.5.dll' xdebug.remote_enable=true xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.profiler_enable=1 xdebug.profiler_output_dir='C:\xampp\tmp'
And the absolutely crucial bit for me....
;extension=php_xdebug-2.0.2-5.2.5.dll
That's right ! Comment out the above line.
Hope this helps
Отправлено через панель инструментов Google:"
Подписаться на:
Комментарии к сообщению (Atom)
Комментариев нет:
Отправить комментарий