anonym
How do I get PHP 4.3.8 to recognize xdebug as a zend module?
I have installed extension xdebug into php 4.3.8 by putting it into /usr/lib/php4.
However when I run "php -m 'xdebug'" it outputs
PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0
[PHP Modules]
bcmath
bz2
...
wddx
xdebug
xml
xmlrpc
yp
zlib
[Zend Modules]
and nothing else.
Since xdebug is not listed as a zend module, my komodo debugger is broken.
How do I get PHP 4.3.8 to recognize xdebug as a zend module?
#If you have any other info about this subject , Please add it free.# |
|