-
Notifications
You must be signed in to change notification settings - Fork 503
When PECL package updated? #924
Comments
As far as I can see, the 7.2 has a snapshot build: https://windows.php.net/downloads/pecl/snaps/pthreads/3.2.0/ But it would be very nice to get a 7.3 build. |
Found a temporary solution by downloading the master.zip from appveyor build: 7.3 - 64bit Extracting pthreadVC2.dll into PHP directory and ext/php_pthreads.dll into subdirectory ext. Then call You can find the 32bit version here: https://ci.appveyor.com/project/krakjoe/pthreads/branch/master/job/023mwu27d2csfwi2/artifacts |
Beware that the latest commit has bugs in it relating to thread start (see #925 ). You might want to use artifacts from an earlier build instead. |
Thank you :-) This is just for the early birds ;) |
Hmm, PECL still shows pthreads 3.1.6 as most recent version, although 3.2.0 has been tagged on Github. This is confusing, and should be fixed, maybe by marking the PECL extension as being unmaintained (especially regarding #929). /cc @krakjoe |
@cmb69 I've requested pecl access some time ago but got no response http://news.php.net/php.pecl.dev/15655 |
Oops! I just pinged the admins again: http://news.php.net/php.pecl.dev/15914 |
Thx @cmb69 :-) |
Did this ever get resolved? Is pecl being abandoned? |
Sorry that it took so long. The PECL and PHP account requests of @sirsnyder have now been approved (including doc karma). @krakjoe, could you please add @sirsnyder as PECL/pthreads maintainer? |
Hello,
Pthreads is still on 3.1.6, when would it updated?
Thanks
The text was updated successfully, but these errors were encountered: