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

Avoid deprecated array access syntax #47

Merged
merged 1 commit into from
Dec 3, 2019
Merged

Avoid deprecated array access syntax #47

merged 1 commit into from
Dec 3, 2019

Conversation

mlocati
Copy link
Contributor

@mlocati mlocati commented Dec 3, 2019

This PR fixes the following two PHP 7.4 deprecation warnings (see Implemented RFC: Deprecate curly brace syntax for accessing array elements and string offsets. at https://www.php.net/ChangeLog-7.php#7.4.0):

Deprecated:  Array and string offset access syntax with curly braces is deprecated
in mysql_shim.php on line 56

Deprecated:  Array and string offset access syntax with curly braces is deprecated
in mysql_shim.php on line 738

@dshafik
Copy link
Owner

dshafik commented Dec 3, 2019

@mlocati thanks for this! 👍

@dshafik dshafik merged commit 8c29c45 into dshafik:master Dec 3, 2019
@mlocati mlocati deleted the avoid-deprecated-array-access-syntax branch December 3, 2019 15:07
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.

2 participants