Help: The extension php_dbg.dll doesn't work???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
php_bachir
Forum Newbie
Posts: 2
Joined: Sat Mar 20, 2004 2:59 am

Help: The extension php_dbg.dll doesn't work???

Post by php_bachir »

Hi,

I have installed EasyPhp 1.7.
I download php_dbg.dll-4.3.3RC1.
I put it in C:\Program Files\EasyPHP1-7\php\extensions.
In php.ini I have added:
debugger.JIT_enabled=On
debugger.JIT_host=clienthost
debugger.enabled = on
debugger.profiler_enabled = on
debugger.hosts_allow = localhost, 127.0.0.1
debugger.hosts_deny = ALL
debugger.ports= 7869, 10000/16

When i want to debugge with PhpEd I have this message:

"DBG

Failed to start debug session

reason:
client host address [http] lookup failed"

Thanks for Helping
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Post Reply