PHP Installation Fails Missing DLL

Is your PHP showing an error that a DLL file is missing and re-installing the applicatiob may fix the problem?

You must have chosen a few extensions while installation and the DLL files required for these extensions are not available in the system. This is a very common error.

You have two solutions, find the application that provides the extension support for PHP and install it. For ex. if the missing file is OCI.dll, it's the oracle db software component.

Otherwise, go to PHP installation directory and double click on the PHP.exe file. Read the message displayed in console and open the php.ini file and delete the extension line corresponding to the message displayed on console.

PHP should start working now.

Possible missing DLL files:

php_mbstring.dll
OCI.dll
sqlite3.dll
aspell-15.dll
libcs.dll
DB2ClI.dll
isqlt09a.dll
iilibaqi.dll
libSQLDBC_C.dll
libmonetra.dll
lcrzo.dll
OCIW32.dll
DB2CLI.dll
ICLIT09B.dll
intl3_svn.dll
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License