| Posted by ipy2006 on 12/24/06 23:36 
I installed Apache 2.2.3 + PHP 5.2.0 binaries on my Windows boxsuccessfully. Then I downloaded dbg-2.13.1 and unzip the
 
 package. I created a folder called "ext" in C:\Program Files\PHP
 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
 [Back to original message] |