Allow PHP 8 to be installed#786
Closed
vasilvestre wants to merge 1 commit intomongodb:masterfrom
vasilvestre:patch-1
Closed
Allow PHP 8 to be installed#786vasilvestre wants to merge 1 commit intomongodb:masterfrom vasilvestre:patch-1
vasilvestre wants to merge 1 commit intomongodb:masterfrom
vasilvestre:patch-1
Conversation
Member
|
Correct. Once we have the driver supporting PHP 8, we'll also allow installing this library on PHP 8, which also allows Doctrine MongoDB ODM to test PHP 8 support. |
|
any update on this issue? |
Author
|
"php": "^7.0 || ^8.0" is the actual value in 78e3606#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34 |
Merged
Member
|
@itisjoby the 1.8.0 release of this library, along with the corresponding 1.9.0 release of ext-mongodb introduced compatibility with PHP 8 and was released in November. I apologise for not posting an update in every ticket that mentioned PHP 8 support. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allowing PHP 8 on master branch could allow people on dev channel to report issues on it.
What do you think about this ?
Actual problem accoding to alcaeus is that mongo-php-driver isn't ready yet. mongodb/mongo-php-driver#1161