Home  >  Article  >  Backend Development  >  Detailed graphic and text explanation of php installation of xdebug and pear/phpunit

Detailed graphic and text explanation of php installation of xdebug and pear/phpunit

WBOY
WBOYOriginal
2016-07-25 08:55:27784browse
  1. zend_extension="F:php_devphpextphp_xdebug-2.2.1-5.4-vc9.dll"

  2. [xdebug]
  3. xdebug.auto_trace=on
  4. xdebug.collect_params=on
  5. xdebug.collect_return =on
  6. xdebug.remote_host= localhost

  7. xdebug.remote_port=8888

  8. Copy code
There are many configurations here, and the specific configuration content can be viewed here. At this time, open phpinfo and you can see the specific xdebug
At this point, the installation of xdebug, pear, and phpunit has been completed in the php environment.

Detailed graphic and text explanation of php installation of xdebug and pear/phpunit

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn