NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
[resolved] DBG-Problem with xampp


Joined: 21 May 2008
Posts: 2
Reply with quote
hi peoplez,

my configuration
- win xp
- no firewalls
- xampp 1.66a
-> apache 2.2.8
-> php 5.2.5

what I did
- download phped 5.2eval, renamed the php_dbg.dll-5.2.x as php_dbg.dll in xampp-php-ext-path
- insert debugoptions in php.ini:
[Debugger]
implicit_flush = On
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=localhost 127.0.0.1
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
debugger.session_nocache = On
eaccelerator.enable="0"
extension=php_dbg.dll

- start xampp (apache)
- did NOT launch phped
- try phpinfo

result
DBG 3.2.14
Failed to start DBG session
Reason: failed to connect to the client address 127.0.0.1:7869

It only works when I launch phped (so that listener is active) and then try phpinfo
- the browser stops
- I go to phped-Window
- phpinfo-script is in debugmode


ok,
it looks like DBG (or apache or php) causes waiting for a listener or something like that, but why? In earlier releases (php 5.2.4, DBG 3.2.12) it worked fine with activated debugoptions in php.ini, no problems occured.

How can I force DBG not to wait for a listener? I don't want it that way.

thanks a lot
View user's profileFind all posts by quentinSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
Quote:
How can I force DBG not to wait for a listener?

It waits for the connection and shows the warning only if it sees debug sessoin request.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 21 May 2008
Posts: 2
Reply with quote
thanks a lot dmitri,

yesterday I remembered, the problem was "DebugBreak ();" in phpinfo.php, this was the fu..in debug session request!
Now it works fine Very Happy
View user's profileFind all posts by quentinSend private message
[resolved] DBG-Problem with xampp
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