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 7.4 compatibility: fix deprecated curly brace array access #194

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Jul 22, 2019

PHP 7.4 will deprecated array access using curly braces. This PR fixes all instances of this in the getID3 codebase.

Ref: https://wiki.php.net/rfc/deprecate_curly_braces_array_access

If you like, I can send in a PR for the same for the 2.0 branch. Or do you prefer to handle this by cherry-picking/back-merging ?

PHP 7.4 will deprecated array access using curly braces. This PR fixes all instances of this in the getID3 codebase.

Ref: https://wiki.php.net/rfc/deprecate_curly_braces_array_access
@JamesHeinrich JamesHeinrich merged commit 37d89d4 into JamesHeinrich:master Jul 22, 2019
@JamesHeinrich
Copy link
Owner

I think a PR for 2.0 would probably be useful.

@jrfnl jrfnl deleted the feature/php-7.4-fix-deprecated-curly-brace-array-access branch July 22, 2019 04:31
@jrfnl
Copy link
Contributor Author

jrfnl commented Jul 22, 2019

@JamesHeinrich Done, see #195.

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

Successfully merging this pull request may close these issues.

None yet

2 participants