Joined: 24 Feb 2006 |
Posts: 1 |
|
|
 |
Posted: Thu Feb 23, 2006 2:40 pm |
|
 |
 |
 |
 |
Hi
Do we have a DBG for PHP 5.1.2 available for download? I tried using the DBG 2.11.32 with PHP 5.1.2 but it kept giving me the following error at the web server (apache2) start up time.
"Unable to load dynamic library C:\php\ext\php_dbg.dll"-The specified procedure could not be found. I double checked the extension_dir path and I have also added the following code to php.ini file.
--------
extension=php_dbg.dll
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=localhost
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
I presume it the mismatch between the DBG and php version that's causing the problem...
Any thoughts?????
|