Skip to content

2.0: Upgrade to PHP 5.5

Compare
Choose a tag to compare
@Athari Athari released this 12 Jul 09:19
· 84 commits to master since this release

Code upgraded from PHP 5.3 to 5.5. Big performance improvements thanks to new PHP features and removal of unnecessary classes.

  • Dropped support for PHP 5.3.
  • Replaced collections (Dictionary and Lookup) with standard arrays.
  • Replaced Enumerator class with with new yield operator.
  • Replaced call_user_func and call_user_func_array with direct variable function calls.
  • Major code cleanup.