How to build Zenddebugger PHP Debugging Tools in WAMP environment _php skills

Source: Internet
Author: User
Things are not new goods, so the introduction does not introduce, the following is mainly the configuration process.

First, download Zenddebugger, download link: http://downloads.zend.com/pdt/server-debugger/, because I am the win system, So just find the. zip at the end of the line, I was under the Zenddebugger-5.2.14-cygwin_nt-i386.zip

Then unpack and see these directories

The number in front of those folders represents the version of PHP, I use the 5.2.6, so I use 5_2_x_comp, Copy the ZendDebugger.dll in this folder to the Ext folder in the PHP directory, and then open php.ini (Remember, the php.ini under Wamp is X:\wamp\bin\apache\apache2.2.8\bin\ Directory, add the following lines of code below:

Copy Code code as follows:

[Zend]
Zend_extension_ts= "D:\soft\wamp\bin\php\php5.2.6\ext\ZendDebugger.dll"
zend_debugger.allow_hosts=127.0.0.1
Zend_debugger.expose_remotely=always

Save the shutdown, continue to view the contents of the downloaded Zenddebugger, find the dummy.php, copy it to the WWW directory, this directory in X:\wamp\www.

Reboot Wamp, turn on http://localhost/to see if PHP is loaded Zenddebugger extensions, like this to represent normal installation

The final is to configure Zenddebugger in the debugger, here I do not do a specific explanation, because someone with Zendstudio, someone with EPP, tread, their own groping it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.