After compiling my own php extension using VC9 (2008) and VC10 (2010) using the following steps:
http://blog.slickedit.com/2007/09/creating-a-php-5-extension-with-visual-c-2005/
I get the following error when initializing php:
PHP Warning: PHP Startup: FirstPHPExt Module: Unable to initialize module Module compiled with build ID=API20090626,TS PHP compiled with build ID=API20090626,TS,VC9 These options need to match in Unknown on line 0
Why doesn't he say that I compiled the module with VC9 ?
Additional Information:
Operating System: Windows7 x64 PHP: 5.3.3, TS, VC9
php pecl visual-c ++ - 2008 php-extension
Wiliam
source share