Skip to content

Instantly share code, notes, and snippets.

@Partyschaum
Last active November 26, 2020 13:15
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Partyschaum/a0119da0f85bd397f3dc2343439180b7 to your computer and use it in GitHub Desktop.
Save Partyschaum/a0119da0f85bd397f3dc2343439180b7 to your computer and use it in GitHub Desktop.
Install PHP 7.2.0 with latest pthreads extension
$ phpbrew install php-7.2.0 +default -- --with-thread-safety --enable-maintainer-zts --with-tsrm-pthreads --with-openssl=/usr/local/opt/openssl`
$ phpbrew ext install github:krakjoe/pthreads master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment