You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PKGBUILD calls the pthreads master which is for PHP7 and not PHP5. I edited the PKGBUILD file to get it to compile by changing: source=(git://github.com/krakjoe/pthreads.git#branch=master)
to source=(git://github.com/krakjoe/pthreads.git#branch=PHP5)
Gearhead
The text was updated successfully, but these errors were encountered:
PKGBUILD calls the pthreads master which is for PHP7 and not PHP5. I edited the PKGBUILD file to get it to compile by changing:
source=(git://github.com/krakjoe/pthreads.git#branch=master)
to
source=(git://github.com/krakjoe/pthreads.git#branch=PHP5)
Gearhead
The text was updated successfully, but these errors were encountered: