NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
DBG on Windows


Joined: 24 Dec 2006
Posts: 1
Reply with quote
I installed Apache 2.2.3 + PHP 5.2.0 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 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=192.168.4.3
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
View user's profileFind all posts by yasaswiSend private message
Veteran

Joined: 24 Jan 2006
Posts: 311
Reply with quote
please make sure that you are editing the correct php.ini - check for the path to php.ini in phpinfo()
View user's profileFind all posts by yfaktorSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
please not that the following settings have no effect in free dbg version (2.11, 2.13 and 2.15):

Quote:
debugger.hosts_allow=192.168.4.3
debug.hosts_deny=ALL
debugger.ports=7869, 10000/16


regarding zend_extension_ts, it requires full path, so it whould be something like
zend_extension_ts="C:\Program Files\PHP\ext\php_dbg.dll"

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
DBG on Windows
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic