Reputation: 493
I am currently running PHP 5.4.12 and cannot find a compatible php_win32service.dll to download. All the ones that I have seen seem to be for PHP 5.2/5.3?
When trying to use the dll made for these versions, I get the following error message:
PHP Warning: PHP Startup: Unable to load dynamic library 'ext\php_win32service.dll' - The specified module could not be found.
It is worth pointing out that I have put the dll in the correct place along with the other extensions!
Please can somebody give me any advice on where to go from here?
Thanks in advance. Joe
Upvotes: 1
Views: 1556
Reputation: 405
Versions for PHP 5.3, 5.4 and 5.5 can be found at http://windows.php.net/downloads/pecl/releases/win32service/0.1.0/
This is also a good source for many other Windows PHP extensions: http://windows.php.net/downloads/pecl/releases/
Complete builds of PHP for Windows with other extensions are regularly published at http://www.apachelounge.com/viewforum.php?f=6
Upvotes: 2