View Issue Details

IDProjectCategoryView StatusLast Update
0001061XdebugDocumentationpublic2014-07-09 09:43
Reporteremad Assigned Toderick  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionno change required 
Platformx86OSWindowsOS Version7
Product Version2.2.5 
Summary0001061: 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).

TagsNo tags attached.
Operating System
PHP Version5.3.2

Activities

derick

2014-07-09 09:43

administrator   ~0002864

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.

See: http://xdebug.org/docs/install#configure-php

Issue History

Date Modified Username Field Change
2014-07-07 21:41 emad New Issue
2014-07-09 09:43 derick Note Added: 0002864
2014-07-09 09:43 derick Status new => resolved
2014-07-09 09:43 derick Resolution open => no change required
2014-07-09 09:43 derick Assigned To => derick