View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000694 | Xdebug | Installation | public | 2011-05-24 18:13 | 2011-06-25 09:20 |
| Reporter | rmcastro | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| OS | Centos | OS Version | 5.6 | ||
| Product Version | 2.1.0 | ||||
| Summary | 0000694: Centos and Zend Server | ||||
| Description | Dear Sir, I'm having issues setting the xdebug to work with Zend Server. [Tue May 24 19:02:33 2011] [notice] caught SIGTERM, shutting down In attchment is the php.ini and I'm using PHP 5.2.17, xdebug 2.1.1, Zend Server 1.11.3. Best Regards | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.3.6 | ||||
|
|
Hello, A correction concerning the version of Zende Server, which is 5.1.0. Thanks in advance. Best Regards |
|
|
Please use: http://xdebug.org/find-binary.php |
|
|
Hello Derick, I followed the instructions and the xdebug.so was created with success. Failed loading ”/usr/local/zend/lib/php_extensions/xdebug.so”: ”/usr/local/zend/lib/php_extensions/xdebug.so”: cannot open shared object file: No such file or directory Best Regards |
|
|
You seem to be using curly quotes in php.ini, and that won't work: zend_extension=”/usr/local/zend/lib/php_extensions/xdebug.so” either try with normal quotes: zend_extension="/usr/local/zend/lib/php_extensions/xdebug.so" or no quotes: zend_extension=/usr/local/zend/lib/php_extensions/xdebug.so |