[How to] Add pcntl extension & Windows
-
I've built the pcntl exension to work with PHP 7.1 64-bit on Windows. The extension is compatible with Unix pcntl api, but
is not functional yet
as it will take much time to convert Unix's signals to Windows procees model.
However, you can add it to your PHP's extension to overcome the extension-missing stopper.Download:
-
Thread Safe - your PHP's version doesn't have
-nts-
:
php_pcntl-0.1-7.1-ts-vc14-x64.zip -
Non Thread Safe:
php_pcntl-0.1-7.1-nts-vc14-x64.zip
-
-
Any updates on this extension?
-
@skeith22 : If I have time...
-
Why I'm getting this error? when I extract pcntl extension & try to use it.
-
found some problems with pcntl, any updates are highly appreciated