I am the lead dev for the PHP extension Win32Service. This extension allow run a PHP script as Windows Service and manage it with the Windows Service Manager.
For the future version of PHP, I have alredy build the extension.
You can download the version 0.4.0 here: https://github.com/win32service/win32service/releases/tag/v0.4.0
Actualy, I use only the AppVeyor service for build this extension. The PHP 7.4alpha1 available in QA section of the official website display this error at startup:
Warning: PHP Startup: Can't load module 'ext\php_win32service.dll' as it's linked with 14.21, but the core is linked with 14.20 in Unknown on line 0
2 Posts
Win32Service for PHP 7.4
Jun 21, 2019 10:18 PM|macintoshplus|LINK
Hi everybody,
I am the lead dev for the PHP extension Win32Service. This extension allow run a PHP script as Windows Service and manage it with the Windows Service Manager.
For the future version of PHP, I have alredy build the extension.
You can download the version 0.4.0 here: https://github.com/win32service/win32service/releases/tag/v0.4.0
Actualy, I use only the AppVeyor service for build this extension. The PHP 7.4alpha1 available in QA section of the official website display this error at startup:
Warning: PHP Startup: Can't load module 'ext\php_win32service.dll' as it's linked with 14.21, but the core is linked with 14.20 in Unknown on line 0
How to solve this warning ?
2 Posts
Re: Win32Service for PHP 7.4
Jul 14, 2019 08:54 PM|macintoshplus|LINK
This issue is now solved.
You can download the DLL from the laste releases on github.com
https://github.com/win32service/win32service/releases/tag/v0.4.1