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: PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /vendor/phing/phing/classes/phing/system/io/UnixFileSystem.php on line 97 #1210

Closed
mfn opened this issue Dec 17, 2019 · 2 comments
Milestone

Comments

@mfn
Copy link

mfn commented Dec 17, 2019

When I run phing 2.16.1 for our deployment, always get this:

PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in vendor/phing/phing/classes/phing/system/io/UnixFileSystem.php on line 97
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in vendor/phing/phing/classes/phing/system/io/UnixFileSystem.php on line 126
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in vendor/phing/phing/classes/phing/system/io/UnixFileSystem.php on line 139
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in vendor/phing/phing/classes/phing/system/io/UnixFileSystem.php on line 177
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in vendor/phing/phing/classes/phing/system/io/UnixFileSystem.php on line 197
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in vendor/phing/phing/classes/phing/system/io/UnixFileSystem.php on line 258

It's not "breaking", still works but emits this message.

@mrook
Copy link
Member

mrook commented Dec 17, 2019

Related to #1205.

@mrook mrook added this to the 2.16.2 milestone Dec 17, 2019
@mrook
Copy link
Member

mrook commented Dec 24, 2019

Fixed in #1215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants