ORM 2.4.5 released

Posted on September 23, 2014 by Marco Pivetta


We are happy to announce the immediate availability of Doctrine ORM 2.4.5, which fixes an HHVM/PHP7 issue related with func_get_args().

You can find all the changes on JIRA:

You can install the ORM using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/orm": "2.4.5"
    }
}

Please report any issues you may have with the update on the mailing list or on Jira.