PHP-CPP v1.5.2 Release Notes

Release Date: 2015-10-28 // over 8 years ago
  • ๐Ÿ›  This is a bugfix release

    • ๐Ÿ‘ป Properly handle a Php::Exception when thrown from a serialize method.
    • ๐Ÿ– Handle exceptions thrown from unserialize similar to normal php.
    • ๐Ÿ›  Fix issue with derived classes. closes #211
    • ๐Ÿ›  Fix logic error that caused segfaults for extension-created classes extended from userland using a doc-block