Skip to content

Replace deprecated create_function() with Closures#320

Open
raamdev wants to merge 2 commits intodevfrom
feature/921
Open

Replace deprecated create_function() with Closures#320
raamdev wants to merge 2 commits intodevfrom
feature/921

Conversation

@raamdev
Copy link
Contributor

@raamdev raamdev commented Feb 25, 2018

create_function() has been deprecated as of PHP 7.2

See wpsharks/comet-cache#921

create_function() has been deprecated as of PHP 7.2

Occurrences of create_function() in /plugin.php were intentionally
excluded from this update as that source code is run when PHP < 5.4 is
detected (Closures require PHP 5.4+).

See wpsharks/comet-cache#921
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.

1 participant

Comments