-
Notifications
You must be signed in to change notification settings - Fork 504
PHP 7.1 support #646
Comments
You … uh … you could use the current master of this git repository though. It's perhaps not completely bug free yet, but it should work at large. |
I would like to use 7.1, but the changed closure scope #605 is a backward incompatibility and a show-stopper for existing projects. |
I've tried to add the extension to homebrew (see https://github.com/Homebrew/homebrew-php/pull/3863), but the build failed with the following errors:
Am I correct to assume that there is no release compatible with 7.1? If so, what's the expected timeline on a release? |
Support has just not been released yet, there is ongoing work in master (Socket) ... Use master for now, there will be a release soon ... may have to move socket to a development branch, or I might get time to finish it, not sure. |
Thank you for your time & reply @krakjoe. I'm looking forward to the next release. |
I tried to compile PHP 7.1.1 with pthreads 3.1.6. It seems that I caught the same error here:
|
Please use source from github, as mentioned above. |
How to compile pthreads from master branch? I found no instruction for 3.x version. |
unix:
|
Ok, looks pretty straightforward. Thanks @sirsnyder. |
Still does not compatible with 7.1? |
The next release of pthreads will not compile with 7.0 or 7.1. There are flaws in ZTS that were fixed in 7.2, so that is our requirement from here ... |
i download from where this master location? |
what exactly is the cause of this error? |
Environment
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.1.0-dev, Copyright (c) 1998-2016 Zend Technologies
Summary
I'm trying to compile PHP 7.1-zts with PThreads support.
Reproducing Code
Expected Output
Successful compilation
Actual Output
The text was updated successfully, but these errors were encountered: