`

在NetBeans设置PHP调试环境

    博客分类:
  • PHP
阅读更多
1. Download XDebug 2.0 from http://www.xdebug.org/.
2. Setting parameters in PHP.ini file:xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
zend_extension_ts="ext/php_xdebug-2.0.3-5.2.5.dll"(pls copy the *.dll to $PHP_HOME/ext)
xdebug.remote_enable=1
3. Test whether if it is sccucesed after in the Notepad, create a file and type the following text in test.php:
<?php
     echo "PHP has been installed successfully!";
?>
4. Try to browse the URL: http://localhost/XXXX/test.php. If your see as follow in browser:
     PHP has been installed successfully!



2
0
分享到:
评论
2 楼 lewhwa 2008-12-10  
vb2005xu 写道

慢的跟蜗牛样的 , 真不知道要来干嘛?

安装文件十几兆,装的时候照样是100多M.

只要内存大,速度没啥问题哈!
1 楼 vb2005xu 2008-12-10  
慢的跟蜗牛样的 , 真不知道要来干嘛?

安装文件十几兆,装的时候照样是100多M.

相关推荐

Global site tag (gtag.js) - Google Analytics