Skip to content

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