Introduction: This is a detailed page of eclipse + XAMPP + Zend debugger configuration. It introduces PHP, related knowledge, skills, experience, and some PHP source code.
Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 339594 'rolling = 'no'>
Preface:
3 yearsProgramClerk, I have done a lot of things, but I have accumulated little. Every time I do something similar, I have to start from scratch.
Well, in order to get rid of the lazy group, we don't need to talk much about PhP in our hands...
Environment:
Eclipse PDT All-in-One: http://www.zend.com/en/community/pdt
XAMPP: http://sourceforge.net/projects/xampp/files/ (get ver.1.7.1 for php5.2.x Support)
Zend Debugger: http://downloads.zend.com/pdt/server-debugger/
Configuration:
Decompress Zend debugger to obtain dummy. php and zenddebugger. dll.
Copy dummy. php to the root directory of the Apache Virtual Server (D: \ XAMPP \ htdocs)
Copy zenddebugger. DLL to any directory (D: \ XAMPP \ apache \ bin \)
Find the global PHP. ini configuration file (D: \ XAMPP \ PHP. INI) and add the following Configuration:
Zend_extension_ts = "D: \ XAMPP \ apache \ bin \ zenddebugger. dll"
Zend_debugger.expose_remotely = always
Zend_debugger.allow_hosts = 127.0.0.1
Comment out the repeated configuration of zend_optimizer as follows:
; Zend_extension_ts = "D: \ XAMPP \ PHP \ zendoptimizer \ Lib \ zendextensionmanager. dll"
OK
Love J2EE follow Java Michael Jackson video station JSON online tools
Http://biancheng.dnbcw.info/php/339594.html pageno: 8.