Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Releases: krakjoe/pthreads

v3.2.0

09 Dec 00:43
Compare
Choose a tag to compare

Thanks to @dktapps and @tpunt for your support!

v3.1.6

13 Feb 07:23
Compare
Choose a tag to compare
  • fix explicit array cast for ASSIGN_DIM
  • add Threaded::notifyOne
  • fix bug in Threaded properties causing incorrect objects to be fetched by read
  • fix bug in trait aliases
  • fix INHERIT_NONE breaking lambdas
  • fix bug in constant copy routine for 7.1

v3.1.5

06 Dec 08:13
Compare
Choose a tag to compare
  • Fix issue on 32bit, Issue #523

v3.1.4

02 Dec 06:32
Compare
Choose a tag to compare
  • Some stability fixes

v3.1.3

25 Nov 10:35
Compare
Choose a tag to compare
  • Fix intermittent fault caused by freeing global strings too early

v3.1.1

20 Nov 13:18
Compare
Choose a tag to compare
  • Fix fault when ::shutdown (or ::join) is called before ::start

v3.1.0

20 Nov 11:59
Compare
Choose a tag to compare

API now finalized for PHP7.
Various fixes, everyone must upgrade.

v3.0.8

07 Oct 13:11
Compare
Choose a tag to compare

Fix gh issue #495 (AST copy bug)
Fig gh issue #493 (exception handler bug)
Improve stability with critical section in a couple of places during startup/shutdown
Remove remainder of kill junk
Be delicious ...

v3.0.7

27 Sep 12:28
Compare
Choose a tag to compare

This release removes Thread::kill, there's no good way to do that.
It fixes many bugs found by AddressSanitizer
Upgrade immediately, please :)

v3.0.6

22 Sep 04:52
Compare
Choose a tag to compare

This release disables pthreads in all but the CLI SAPI.

After many years of advising that multi-threading at the frontend doesn't make sense, I'm promoting the advice to hard and fast fact.

Note that pthreads can still be loaded by phpdbg, but using phpdbg and pthreads is not recommended, phpdbg is ill prepared, I hope to fix that sometime ...