Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8 support #183

Closed
jkroonza opened this issue Apr 14, 2021 · 9 comments
Closed

PHP 8 support #183

jkroonza opened this issue Apr 14, 2021 · 9 comments

Comments

@jkroonza
Copy link

Is there anything in the pipeline?

@WyriHaximus
Copy link

Yes, Joe has been updating this extension some days ago to be PHP 8 only in the next release.

@juanantoniomosquera
Copy link

Hello, i installed php 8.0.6 with ZTS and compile parallel... but:

Uncaught Error: Class "parallel\Runtime" not found in ...

@jkroonza
Copy link
Author

@juanantoniomosquera as per @WyriHaximus PHP 8 support will only be in the next release.

PR at #190 does raise some concern for me regarding backwards compatibility, looks like the next release might be only PHP 8 support, no longer 7.X. Not ideal ... but not unmanageable.

@juanantoniomosquera
Copy link

but i tried php 7.* and compiling error: ONLY PHP 8.*, i dont understand...

question: What version of php do I install for the latest version of parallel?

@jkroonza
Copy link
Author

1.1.4 works on PHP 7.X, if you want PHP 8 you need master. What I don't know is if master will work on 7.X, or if there is some fundamental change/difference between the two that prevents a common codebase.

@juanantoniomosquera
Copy link

I have installed develop, it has been installed well, shouldn't it work with php 8?

@jkroonza
Copy link
Author

Perhaps you're missing development headers from PHP 8 or something, or it's including also-installed PHP 7 headers. I don't know.

@jkroonza
Copy link
Author

jkroonza commented Mar 2, 2022

Any chance of getting an update on this? We've got some code that's reliant on this and we're starting to phase out PHP7 otherwise ...

@krakjoe
Copy link
Owner

krakjoe commented Oct 24, 2022

It's coming #250

@krakjoe krakjoe closed this as completed Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants