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 Incompatabilities #47

Open
tikrin opened this issue Apr 24, 2018 · 0 comments
Open

PHP 7 Incompatabilities #47

tikrin opened this issue Apr 24, 2018 · 0 comments
Assignees

Comments

@tikrin
Copy link
Contributor

tikrin commented Apr 24, 2018

IssueM shortcodes are using split() PHP function which has been removed in PHP 7.

FILE: .../wp-content/plugins/issuem/issuem-shortcodes.php

FOUND 2 ERRORS AFFECTING 2 LINES

104 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead
496 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() 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

2 participants