Zend Debugger
Write a commentWird benötigt um in Eclipse den Server remote debuggen zu können.
Zend Debugger installation instructions
---------------------------------------
1. Extract the Zend Debugger package.
2. Locate the ZendDebugger.so (Unix) or ZendDebugger.dll (Windows) file in the directory which
corresponds to your version of PHP (4.3.x, 4.4.x, 5.0.x, 5.1.x, 5.2.x,5.3.x).
2. Add the following line to your php.ini file:
Linux and Mac OS X: zend_extension=<full_path_to_ZendDebugger.so> Windows: zend_extension_ts=<full_path_to_ZendDebugger.dll> Windows non-thread safe: zend_extension=<full_path_to_ZendDebugger.dll>
zend_debugger.allow_hosts=<host_ip_addresses>
(*) hopst_ip_addresses are the IPs of the hosts which will be allowed to initiate debug sessions
4. Copy the dummy.php file to your document root directory.
5. Restart your Web server.
You are a guest
or post as a guest
Be the first to comment.