I'm running PHP 5.2.0. However, the dbg-2.13.1-win32.zip file that I have downloaded has up to only php_dbg.dll-5.1.2 .
When I resort to use the latest module dll available there which is for 5.1.2, phpinfo() fails to show any debugger running.
So I went a step further. I comment all "zend_extension_ts=" statements in my php.ini so I could use "extension=php_dbg.dll" (dll renamed from php_dbg.dll-5.1.2), the error log shows:\
PHP Warning: PHP Startup: dbg: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=1
PHP compiled with module API=20060613, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
|
From these signs, I infer that I would need a php_dbg.dll specifically for 5.2.0.
If my inference is correct, where could I download the file?
However, if my deduction is incorrect, could someone point me where I have gone wrong?
Any information will be very much appreciated.