krakjoe / pthreads

Threading for PHP - Share Nothing, Do Everything :)
Other
3.47k stars 501 forks source link

pthreads will not build in php:7.3.0-zts Docker image #910

Closed jerrac closed 5 years ago

jerrac commented 5 years ago

What the issue title says.

See: https://gist.github.com/jerrac/cc260053fc411003160e6b89532e1cff for an example Dockerfile and what the output is.

I can paste that into this issue if you'd prefer.

Hopefully this is enough info, I'm not sure how to fit this into the issue template. Sorry about that. :\

ghost commented 5 years ago

PHP 7.3 is not supported yet. See PR #882.

jerrac commented 5 years ago

Really? Huh. The readme says 7.2+, and I didn't see anything saying 7.3 wasn't supported. That's why I tried 7.3.

Thanks for the info. I'll stick with 7.2 from now on.