PHP通过CLI - 无法加载扩展

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?

First one is pretty simple - you must find extension with matching API version. Yours looks veeeery old.