Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@lisachenko lisachenko released this 10 Dec 15:37
· 61 commits to master since this release
e8e48bb

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 emulates WeakMap API
  • Fix incorrect headers and several segfaults in implementation of low-level code
  • Implement object-handlers API for object comparison, casting, operators overloading #20