cannot see dbg in phpinfo

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ipy2006

    cannot see dbg in phpinfo

    I installed Apache 2.2.3 + PHP 5.2.0 binaries on my Windows box
    successfully. Then I downloaded dbg-2.13.1 and unzip the package. I
    created a folder called "ext" in C:\Program Files\PHP folder. I put the
    php_dbg.dll in the ext folder. I edited php.ini file with these values,


    extension_dir = "C:\Program Files\PHP\ext"
    extension=php_d bg.dll
    [debugger]
    debugger.enable d=on
    debugger.profil er_enabled=on
    debugger.hosts_ allow=ALL
    ;debug.hosts_de ny=ALL
    debugger.ports= 7869, 10000/16

    I stopped and started Apache and viewed phpinfo in the browser. I don't
    see a section for DBG.

    I also tried entering zend_extension_ ts=php_dbg.dll but the copy right
    for Dmitri does not show up.

    Please help.

    Thanks,
    yip

Working...