¡@

Home 

php Programming Glossary: zend_extension_ts

Load Zend Optimizer for php 5.3

http://stackoverflow.com/questions/11584109/load-zend-optimizer-for-php-5-3

php.ini and it does not work properly. in php.ini i have zend_extension_ts ZendLoader.dll php.ini is loaded correctly before i had a problem.. ZendLoader.dll but later i found that i need to use zend_extension_ts instead of zend_extension because my php is a TS version. And..

Upgrade PHP from version 5.2 to 5.3

http://stackoverflow.com/questions/1609325/upgrade-php-from-version-5-2-to-5-3

path to PHP 5.3.0 ext php_xdebug.dll instead of zend_extension_ts path to PHP 5.3.0 ext php_xdebug.dll share improve this answer..

XDebug is not loaded in PHP (Vista, Apache Module)

http://stackoverflow.com/questions/2403675/xdebug-is-not-loaded-in-php-vista-apache-module

5.3 vc9.dll added at the end of PHP.ini the following line zend_extension_ts C Program Files php5 ext php_xdebug 2.0.5 5.3 vc9.dll When I.. windows vista xdebug share improve this question zend_extension_ts is deprecated on 5.3. Try it with zend_extension instead. share..

Netbeans + Xdebug + php not working

http://stackoverflow.com/questions/2963027/netbeans-xdebug-php-not-working

is 6.8 and the version of php is 2.5.2. my php.ini zend_extension_ts d wamp bin php php5.2.5 ext php_xdebug 2.0.2 5.2.5.dll xdebug.remote_enable.. newer versions of PHP you need to use zend_extension not zend_extension_ts regardless of whether you have the TS version of Xdebug. share..

Installing Zend Debugger on Wamp/Windows Vista

http://stackoverflow.com/questions/3164529/installing-zend-debugger-on-wamp-windows-vista

using phpinfo that I'm editing right php.ini like this zend_extension_ts C wamp bin php php5.3.0 ext ZendDebugger.dll zend_debugger.allow_hosts..