PHP Zend Debugger configuration
Posted
by newbie123
on Stack Overflow
See other posts from Stack Overflow
or by newbie123
Published on 2010-04-17T01:57:59Z
Indexed on
2010/04/17
2:03 UTC
Read the original article
Hit count: 365
Hi i am new to php, I currently learning php using eclipse. I know i have to install the zend debugger my php.ini store at c:windows i had added in these line:
[Zend] zend_extension=c:/php/ext/ZendDebugger.dll zend_debugger.allow_hosts=127.0.0.1 zend_debugger.expose_remotely=always zend_debugger.connector_port=10013 but on command prompt i tried php -m it shown that i never install zend debugger. I not sure where goes wrong I check phpinfo also never show any zend information.
© Stack Overflow or respective owner