NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
DBG module not seen in phpinfo()


Joined: 16 Jun 2007
Posts: 6
Reply with quote
Hi,
I have PhpEd version 5.2
And my php is 5.2.9
I copied C:\Program Files\nusphere\phped\debugger\server\Windows\x86\php_dbg.dll.5-2 as C:\xampp\php\ext\dbg-php-5.2.dll
(In windows properties, the dbg-php-5.2.dll is shown as "Type of file: X file".. not sure if this matters.. but mentioning it)
And below are my php.ini settings:
Re-started the apache server after all these changes.
I still do not see DBG module installed.. What am I missing? Any help is appreciated

[XDebug]
;; Only Zend OR (!) XDebug
zend_extension_ts ="C:\xampp\php\ext\dbg-php-5.2.dll"
;xdebug.remote_enable=true
;xdebug.remote_host=127.0.0.1
;xdebug.remote_port=9000
;xdebug.remote_handler=dbgp
;xdebug.profiler_enable=1
;xdebug.profiler_output_dir="C:\xampp\tmp"

[debugger]
debugger.enabled=on
;debugger.profiler_enabled=on
debugger.hosts_allow= 127.0.0.1 localhost
debugger.hosts_deny=ALL
debugger.ports=7869

[Zend]
zend_extension_ts = "C:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts = "C:\xampp\php\zendOptimizer\lib\Optimizer"
zend_optimizer.enable_loader = 0
zend_optimizer.optimization_level=15
;zend_optimizer.license_path =
; Local Variables:
; tab-width: 4
; End:

Thanks,
View user's profileFind all posts by dsvidduSend private message
Guru master

Joined: 05 Jul 2004
Posts: 659
Location: Belgium
Reply with quote
I think the problem here is the fact that you are loading the DBG extension before you are loading the zend extension manager and zend optimizer.
If this is the case then moving the line 'zend_extension_ts ="C:\xampp\php\ext\dbg-php-5.2.dll"' all the way down, below the other ones (and restarting PHP or your http daemon) should solve it
View user's profileFind all posts by BlizzSend private messageVisit poster's website
DBG module not seen in phpinfo()
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