This is next minor release of library with following features and bug-fixes:
- Add Travis-CI continuous integration #14
- Implement redefinition of internal functions via
ReflectionFunction->redefine(Closure $replacement)
#16 - Provide
ObjectStore
API to query objects by identifier (spl_object_id
) #19. This feature emulatesWeakMap
API - Fix incorrect headers and several segfaults in implementation of low-level code
- Implement object-handlers API for object comparison, casting, operators overloading #20