View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000652 | Xdebug | Installation | public | 2011-01-05 23:16 | 2011-01-06 16:41 |
Reporter | maxaon | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | no change required | ||
Platform | Windows x64 | OS | Windows 7 | OS Version | Ultimate x64 |
Product Version | 2.1.0 | ||||
Summary | 0000652: Unable to install | ||||
Description | Unable to install XDebug phpinfo() PHP Version 5.3.4 Compiler MSVC9 (Visual C++ 2008) Architecture x86 PHP API 20090626 PHP Extension 20090626 Zend Extension 220090626 Zend Extension Build API220090626,TS,VC9 PHP Extension Build API20090626,TS,VC9 Thread Safety enabled I tried zend_extension_ts="C:\www\bin\PHP\ext\php_xdebug-2.1.0-5.3-vc9.dll" zend_extension="C:\www\bin\PHP\ext\php_xdebug-2.1.0-5.3-vc9.dll" zend_extension_ts="C:\www\bin\PHP\ext\php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll" zend_extension="C:\www\bin\PHP\ext\php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll" an of course restarted apache. In phpinfo i can't find xdebug extension | ||||
Additional Information | Apache 2.2.17; PHP 5.3.4 | ||||
Tags | No tags attached. | ||||
Operating System | Windows 7 x64 Ultimate | ||||
PHP Version | 5.3.3 | ||||
|
I don't how but when i changed zend_extension="C:\www\bin\PHP\ext\php_xdebug-2.1.0-5.3-vc9.dll" to zend_extension="C:/www/bin/PHP/ext/php_xdebug-2.1.0-5.3-vc9.dll" and added "C:\www\bin\PHP\ext\ZendDebugger.dll" zend_extension_ts="C:\www\bin\PHP\ext\ZendDebugger.dll" zend_debugger.allow_hosts=192.168.100.100, 127.0.0.1 zend_debugger.expose_remotely=always then i stopped apache and started i found that Xdedug loaded. And if i start apache with zend_extension="C:\www\bin\PHP\ext\php_xdebug-2.1.0-5.3-vc9.dll" everything is ok Strange. |