For Programmers: Free Programming Magazines  


Home > Archive > PHP Programming > December 2006 > cannot see dbg in phpinfo









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cannot see dbg in phpinfo
ipy2006

2006-12-24, 9:58 pm

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_dbg.dll
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=ALL
;debug.hosts_deny=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

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com