From df67108522f130b412f8af0731c88bec958044b0 Mon Sep 17 00:00:00 2001 From: Stephen Coakley Date: Thu, 27 Aug 2015 12:32:12 -0500 Subject: [PATCH] Fix pthreads compiling steps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 912fbc0..73d229f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ With Composer. What did you expect? To enable threading, you will need to compile pthreads from source, as this package depends on unstable and unreleased fixes in pthreads. git clone https://github.com/krakjoe/pthreads && cd pthreads + git checkout master phpize ./configure make