php帮助里
extension_dir = - the extension_dir needs to point to the directory where php extensions files are stored. the path can be absolute (i.e. c:\php\ext) or relative (i.e. .\ext). extensions that are listed lower in the php.ini file need to be located in the extension_dir.
应该改为
extension_dir = c:/php/ext