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

Releases: krakjoe/pthreads

v3.0.5

20 Sep 19:18
Compare
Choose a tag to compare

Fix #489 (WIN64 bug)

v3.0.4

18 Sep 11:54
Compare
Choose a tag to compare

Fix fault caused by accessing uninitialized (std) properties table in various handlers

v3.0.3

17 Sep 09:31
Compare
Choose a tag to compare

Coercion of arrays to Volatile objects is the main change in this release, as well as a few fixes for bugs reported since last release.

v3.0.2

13 Sep 07:10
Compare
Choose a tag to compare

fix gh issue #484
support object comparison
do not allow exception handlers that are inconsistent with thread options to be copied

v3.0.1

10 Sep 20:05
Compare
Choose a tag to compare

Fix #482

v3.0.0

10 Sep 10:36
Compare
Choose a tag to compare

I'm excited to tag this first release of pthreads v3, which represents a giant leap forwards in efficiency for pthreads and targets PHP7 only.

A summary of changes can be found in the readme, changes are further explained in the following blog posts:

The documentation is not yet updated in the PHP manual, if you feel like volunteering to help with that, please do.