Quote: |
After the debugger module was installed I'm getting "PHP Startup: dbg: Unable to initialize module. module compiled with api=XXXXXX. PHP compiled with API=YYYYYY. These options need to match.". What to do? |
This error means that you're trying to load dbg module with PHP it's not compatible with.
Details:
Each debugger module is compatible with only one PHP version. To make everything easier I added this version to the dll filename. For example php_dbg.dll-5.0.0 is compatible with php 5.0.0 and only with it. Do not try to load it for example with php 5.0.4 or you'll get the message you've submitted.