View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001061 | Xdebug | Documentation | public | 2014-07-07 21:41 | 2014-07-09 09:43 |
Reporter | emad | Assigned To | derick | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | x86 | OS | Windows | OS Version | 7 |
Product Version | 2.2.5 | ||||
Summary | 0001061: Documentation Problem: zend_extension & zend_extension_ts | ||||
Description | From my phpinfo() details : "Thread Safety: enabled". I used "zend_extension_ts" (as documentation says), but it didn't work, while "zend_extension" did (and this what your php analysis script determine), so that part of documentation may need some review. Docs Quotation:or: zend_extension_ts="/wherever/you/put/it/xdebug.so" (for threaded usage of PHP, for example the Apache 2 work MPM or the the ISAPI module). | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.2 | ||||
|
You didn't read the whole paragraph. It also includes (in bold): From PHP 5.3 onwards, you always need to use the zend_extension PHP.ini setting name, and not zend_extension_ts, nor zend_extension_debug. However, your compile options (ZTS/normal build; debug/non-debug) still need to match with what PHP is using. |