RedBean v5.6.2 Release Notes

Release Date: 2020-11-28 // over 3 years ago
    • ๐Ÿ›  Fixes a minor syntax compatibility issue in PHP8
    • ๐Ÿ›  Fixed issue with R::bindFunc and shared lists in some cases
    • โž• Added PHP8 to Travis-CI test matrix (does not work yet)

Previous changes from v5.6

    • โž• Added DDL-templates (Gabor)
    • โž• Added bean->info() and R::findFromSQL() (Gabor)
    • โž• Added getDatabaseServerVersion() (Gabor)
    • ๐Ÿ›  Fix unnecessary widening when storing 1 in a MySQL TINYINT(1) column #839. (Gabor, thanks davidsickmiller)
    • Preventing RedBean from trying to call protected or private methods (Lynesth)
    • Allowing the use of __call in the model (Lynesth)
    • ๐Ÿ‘ Allow overriding stringifyFetch with setPDO (Gabor)
    • Adjust setPDO in RPDO to avoid having pdo instance replaced (Gabor)
    • โž• Added support for SQL Select Snippets in CTE-Queries (Gabor)
    • โž• Added support for MySQL8 (Gabor)