Everywhere they write that under windows you need to connect this extension like this:
zend_extension_ts="C:/PHP/ext/php_xdebug-2.1.2-5.3-vc9.dll" In phpinfo Thread Safety I have enabled, so as far as I understand the use of _ts is quite justified.
But the fact is that the extension does not connect in this way; it simply does not appear in phpinfo. However, if you write:
extension="C:/PHP/ext/php_xdebug-2.1.2-5.3-vc9.dll" zend_extension="C:/PHP/ext/php_xdebug-2.1.2-5.3-vc9.dll" That is, first we cut it into php, then into zend and it appears, and the IDE even establishes a connection with it, but debugging does not work, the variables are not displayed, only the connection with the extension is working ..
php 5.3.8 TS VC9
Apache 2.21
PS And in the Zend logo an inscription like "powered by Xdebuge" does not appear. Apache and php are clean and naked, there is nothing on them, so why the extension is not included by a simple one command:
zend_extension="C:/PHP/ext/php_xdebug-2.1.2-5.3-vc9.dll" Experienced php, help to understand.