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 deprecation warnings #38

Open
nekohayo opened this issue Jul 9, 2019 · 0 comments
Open

PHP 7 deprecation warnings #38

nekohayo opened this issue Jul 9, 2019 · 0 comments

Comments

@nekohayo
Copy link

nekohayo commented Jul 9, 2019

This is what will happen with wp-tiles with PHP 7.x:

FILE: wp-tiles/vafpress-framework/includes/wpalchemy/MetaBox.php
-------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------
 453 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
 545 | ERROR   | preg_replace() - /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
-------------------------------------------------------------------------------------------------------------

FILE: wp-tiles/vafpress-framework/bootstrap.php
-------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
 195 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
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

No branches or pull requests

1 participant