"compiling a php extension with visual studio 2008, module id don't match with php" Code Answer

5

Ok, I found the solution:

You must add a preprocessor constant into php-src/Zend/zend_build.h:

#define PHP_COMPILER_ID "VC9"

And it will work.


Solution found here: http://forums.zend.com/viewtopic.php?f=55&t=2045

By ans2human on December 10 2022

Answers related to “compiling a php extension with visual studio 2008, module id don't match with php”

Only authorized users can answer the search term. Please sign in first, or register a free account.