go-php v0.10.0 Release Notes

Release Date: 2016-01-26 // about 8 years ago
  • ๐Ÿ›  This version is considered stable, and contains the following features and bug-fixes over version 0.9.0:

    • ๐Ÿ— Building against PHP 7 is now supported. A large amount of work was done in order to support both versions 5.x and 7.x at the same time. #12
    • โœ… Code was restructured and placed in a single directory, which resulted in the ability for better testing. #13 #14
    • ๐Ÿšš ZTS support was removed, since it was never particularly well-tested or stable, and ZTS has been removed from PHP 7. #12
    • ๐Ÿ›  Several bugs and memory leaks fixed. #14 #16

    ๐Ÿš€ Code coverage is approximately at 92%, and will be improved in the coming releases. The package does not currently contain benchmarks, and certain features (such as method receiver bindings) will probably be at least somewhat slow, due to heavy use of reflection. YMMV.