0

I opened the CLI (Windows 7 as Admin) calling "php" without setting any environment variable(!) and got a few error-messages that describes php unable to open extensions.

For example:

PHP Startup:
bz2: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match

Another one's saying:

PHP Startup: Unable to load dynamic library "\xampp\php\ext\php_exif.dll" - The specified module was not found.

followed by many similiar messages. I'm running PHP in xampp located at D:\ and - remember - haven't set any path-variable yet. I tried setting it (path-variable) without any affection on the errors.

I'm running PHP 5.3.8

I'm wondering why there is no Driveletter shown in the error messages. May that be the cause of the Error?

4

1 回答 1

1

第一个非常简单——你必须找到匹配 API 版本的扩展。你的看起来很老。

于 2013-10-21T09:11:23.600 回答