pmmp / ext-pmmpthread

Fork of https://github.com/krakjoe/pthreads with a revamped API and PHP 8.1+ support
Other
81 stars 17 forks source link

Where I can find the binaries link for windows version? #76

Closed hAbd0u closed 2 years ago

hAbd0u commented 2 years ago

Hello, First, thank you for your efforts to continue maintaining it and add support to PHP 7.*. As you said in the main repo page, windows is supported but unfortunately I couldn't find the download links, would you provide it for PHP 7.4?

dktapps commented 2 years ago

Hi, we don't currently maintain any release binaries since this fork is primarily intended for PocketMine-MP usage, and we ship our own custom PHP binaries for PocketMine-MP which include pthreads. You're welcome to check out the artifacts in php-build-scripts actions (you'll need to take bin/php/pthreadvc3.dll and bin/php/ext/php_pthreads.dll).

hAbd0u commented 2 years ago

@dktapps Ok, I will try later to compile it.