xdebug installation information_PHP tutorial

WBOY
Release: 2016-07-13 17:53:45
Original
1022 people have browsed it

First, let’s put some links to the collected information
Xdebug installation and use
Solving xampp xdebug installation failure
php install xdebug
My test results:
The installation was not successful using zend_extension. You can only install xdebug using php: extension=php_xdebug-2.0.5-5.2.dll
This method is loaded.

Forget about using the debugger for the time being. Unfortunately, the PHP environment can only use PHP5.2, not PHP5.3.


My xdebug configuration:

[html]
[Xdebug]
zend_extension_ts="C:/wamp/bin/php/php5.3.3/ext/php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="E:/test"

xdebug is version 5.3 vc6 ts, the version should be correct. But there is no xdebug in phpinfo();
extension=php_xdebug-2.0.5-5.2.dll can be loaded successfully using this.

If anyone knows the reason, please help.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/477997.htmlTechArticleFirst put some links to collected information Result: The installation was not successful using zend_extension, so I could only...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!