I have been attempting to install the PHP Solr extension onto a Windows test server. I have gone ahead and added the extension to the php.ini and moved the .dll to the ext directory. However upon restarting, Apache just does not want to load and my error log contains this:
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\xampp\php\ext\php_solr.dll' - The specified module could not be found.\r\n in Unknown on line 0
My PHP version is 5.3.1 if it helps. Has anyone else experienced this error