Manual installing of Apache PHP on Windows
Posted October 30th, 2007 by zeger
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.
www.zeger.nl