eddierosenthal Posted March 18, 2008 Share Posted March 18, 2008 I have the xampp install on my xp laptop-php 5.2.2 i wanted to add the dbg extension as part of plan to get eclipse install running. i downloaded dbg dlls, and renamed the 5.2.2 dll to dbg_dll and put it in ext/ directory. ( looking at phpinfo this is the extension directory). looking at phpinfo the php.ini is loaded from apache/bin/php.ini. entry in that php.ini file looks like this: [debugger] extension=php_dbg.dll debugger.enabled = true debugger.profiler_enabled = true debugger.JIT_host = clienthost debugger.JIT_port = 7869 i also copied the dbg dll to windows/system32 dir. as of yet i see no proof of dbg extension being read. what am i missing? Link to comment https://forums.phpfreaks.com/topic/96732-need-help-in-getting-dbg-extension-to-work/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.