-
Notifications
You must be signed in to change notification settings - Fork 10
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
each()
function is deprecated in php 7.2.0
#6
Comments
I replaced |
I tried the same thing and got the same error for PHP 7.3
|
I can only guess that this is a memory leak issue (such as infinite recursion), but haven't researched how to fix it. Given that this project has lost maintenance, perhaps you can find an alternative to it. |
Any suggestions for alternatives? |
Maybe this one: https://github.com/prettier/plugin-php#editor-integration |
I will check it out :) |
You're welcome :) |
I just updating my php version to
7.2.0
, and it seems theeach
function is deprecated in this version. http://php.net/manual/en/function.each.phpThe text was updated successfully, but these errors were encountered: