I am trying to get the win32service PHP extension working. I have installed PHP 5.3.4 on my Windows XP SP3 box, and downloaded the php_32winservice.dll file and listed it in my php.ini file as instructed in the manual.

However, there is obviously a version mismatch between the dll and the PHP installation, because when I try to run it, I get an error stating the following:

PHP Startup: win32service: Unable to initialise module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match

Can anyone point me in the direction that will lead to either a newer version of php_win32service.dll or to information and resources that will enable me to compile a new one myself?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.