Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Zend PHP Debugger Installation issues

Options
  • 15-10-2007 1:51pm
    #1
    Closed Accounts Posts: 17,163 ✭✭✭✭


    Forgive me if this is the wrong forum, was kinda between this and webmaster, but decided to post here. I've installed zend debugger on windows XP but I can't get it working. I've followed the instructions outlined here to the letter, and I've also followed the instructions in the read me file. But alase, when I click the dummy file I get nothing. PHP is correctly installed btw.
    ReadMe wrote:
    Zend Debugger installation instructions

    1. Locate ZendDebugger.so or ZendDebugger.dll file that is compiled for the
    correct version of PHP (4.3.x, 4.4.x, 5.0.x, 5.1.x, 5.2.x) in the
    appropriate directory.

    2. Add the following line to the 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-tread safe: zend_extension=/full/path/to/ZendDebugger.dll

    (*) the windows non-thread safe is used only with Zend Core 2.0

    3. Add the following lines to the php.ini file:
    zend_debugger.allow_hosts=<ip_addresses>
    zend_debugger.expose_remotely=always

    4. Place dummy.php file in the document root directory.

    5. Restart web server.


Advertisement