2.0: Upgrade to PHP 5.5
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
andLookup
) with standard arrays. - Replaced
Enumerator
class with with newyield
operator. - Replaced
call_user_func
andcall_user_func_array
with direct variable function calls. - Major code cleanup.