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

Added support for PHP 8.1 #47

Merged
merged 2 commits into from
Apr 13, 2022
Merged

Added support for PHP 8.1 #47

merged 2 commits into from
Apr 13, 2022

Conversation

Koen1999
Copy link
Contributor

@Koen1999 Koen1999 commented Feb 1, 2022

Q A
Documentation no
Bugfix no
BC Break no
New Feature yes
RFC yes
QA no

Description

This PR adds support for PHP 8.1 and thus fixes #47 .

It is not done yet. We need to decide on a way to deal with the potential cache adapters.

@froschdesign froschdesign linked an issue Feb 2, 2022 that may be closed by this pull request
@Koen1999 Koen1999 marked this pull request as ready for review February 5, 2022 17:52
@Koen1999
Copy link
Contributor Author

Koen1999 commented Feb 5, 2022

Following the discussion in #46 , I rebased on top of #45 .
This removes laminas-cache as an option during installation.
Also, please note that DCO fails because of a commit done by @laminas-bot and that my commit is signed off.

@samsonasik
Copy link
Member

The rebase seems not applied, you may need to cherry-pick your commit to differrent branch, reset --hard, re-fetch latest 2.0.x branch, and create branch based of it, the cherry-pick your patch commit to it, then re-create pull request

@Koen1999
Copy link
Contributor Author

Koen1999 commented Feb 5, 2022

To merge this PR, #45 should be merged first. Alternatively, it can be merged to 1.3.x or 1.4.x (if branched of 1.3.x).

Koen1999 and others added 2 commits April 14, 2022 03:02
Signed-off-by: Aleksei Khudiakov <[email protected]>
@Xerkus Xerkus added this to the 2.0.0 milestone Apr 13, 2022
@Xerkus
Copy link
Member

Xerkus commented Apr 13, 2022

@Koen1999 thank you

I rebased your branch to resolve conflict and dropped PHP 7.3 at the same time, which we no longer support.

@Xerkus Xerkus merged commit bef9fc7 into laminas:2.0.x Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support php 8.1
4 participants