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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.