Manual installing of Apache PHP on Windows


When a manual install of PHP is performed on Apache windows these errors could show up:

PHP Startup: Unable to load dynamic library .... /php_mcrypt.dll
PHP Startup: Unable to load dynamic library .... /php_mysql.dll
PHP Startup: Unable to load dynamic library .... /php_mysqli.dll

The solution? Copy

libmcrypt.dll
libmysql.dll

to the /bin directory of Apache.

Back to top