Skip to content

v2.0 (removing deprecated `create_function()` 🎉

Compare
Choose a tag to compare
@pH-7 pH-7 released this 29 Jan 08:27
· 4 commits to master since this release
d7f4161
  • Replaced create_function() to a new anonymous function handler.
  • The library is now distributed under MIT permissive license! (the most permissive license).
  • Updated examples.
  • Fixed typos on README file.
  • Improve the codebase, simplified some things in there.
  • The library now requires PHP 5.3 or higher (because it uses anonymous functions). If you use an older version, please continue to use the v1 of the library.
  • The library is now fully compatible with the latest PHP versions.