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

Fixed Zend Lib Amf Deprecated Notice #1347

Merged
merged 1 commit into from
Dec 26, 2020
Merged

Fixed Zend Lib Amf Deprecated Notice #1347

merged 1 commit into from
Dec 26, 2020

Conversation

daim2k5
Copy link
Contributor

@daim2k5 daim2k5 commented Dec 12, 2020

Description (*)

bugfix(zend) Deprecated: Array and string offset access syntax with curly braces is deprecated

Related Pull Requests

Fixed Issues (if relevant)

  1. Fixes github action "Static Code Analyses" experimental workflows contain failures #1271

Manual testing scenarios (*)

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All automated tests passed successfully (all builds are green)

@kkrieger85
Copy link
Contributor

@daim2k5 I think your PR are better suited with 20.x as branch to commit in.

CC: @colinmollenhour @Flyingmana

@Flyingmana
Copy link
Contributor

Support of new PHP Versions (in the sense of not failing or complaining) is part of the LTS version "19.", so 1.9.4.x is the correct branch

@kkrieger85
Copy link
Contributor

Depends on the PHP Version, doesn't it?

Newer PHP Version would/could lead to BC.

@Flyingmana
Copy link
Contributor

they generally should not, if they do, this would be a bug we need to handle.

@daim2k5
Copy link
Contributor Author

daim2k5 commented Dec 13, 2020

@kkrieger85 i asked @Flyingmana before i created the PR to the "1.9.4.x" Branch :-)

@kkrieger85
Copy link
Contributor

kkrieger85 commented Dec 13, 2020 via email

@sreichel sreichel merged commit 922fa0f into OpenMage:1.9.4.x Dec 26, 2020
@sreichel sreichel added this to the Release 19.4.9 / 20.0.5 milestone Dec 27, 2020
@sreichel sreichel added the PHP 7.x Related to PHP 7.x label Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: lib/* Relates to lib/* PHP 7.x Related to PHP 7.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

github action "Static Code Analyses" experimental workflows contain failures
5 participants