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 | derick | ||
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. | ||||
Attached Files | |||||
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 |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-05-24 18:13 | rmcastro | New Issue | |
2011-05-24 18:13 | rmcastro | File Added: php.ini | |
2011-05-24 18:16 | rmcastro | Note Added: 0001748 | |
2011-05-24 18:18 | rmcastro | Note Edited: 0001748 | |
2011-05-25 16:15 | derick | Note Added: 0001749 | |
2011-05-25 16:59 | rmcastro | Note Added: 0001750 | |
2011-06-25 09:20 | derick | Note Added: 0001757 | |
2011-06-25 09:20 | derick | Status | new => resolved |
2011-06-25 09:20 | derick | Resolution | open => no change required |
2011-06-25 09:20 | derick | Assigned To | => derick |