主要遇到的问题:
1,版本问题:VC9与VC6的问题
具体表现为:
Warning
PHP Startup: MeineExtension: Unable to initialize module
Module compiled with build ID=API20090626,TS
PHP compiled with build ID=API20090626,TS,VC9
These options need to match
解决方法:下载正确的php版本,用正确的编译器
php.net官方说: If you are using PHP with IIS you should use the VC9 versions of PHP
VC6 Versions are compiled with the legacy Visual Studio 6 compiler