0.11.0-RC3 Released
0.11.0-RC3 Released
Posted by jwage 6 months ago
A little late, but the third release candidate of the 0.11.0 version of Doctrine has been released. This will be the last scheduled release candidate before 0.11 becomes the latest stable version of Doctrine. This release contains dozens of bug fixes and a few small enhancements. The change log can be read here.




Comments (4) [ add comment ]
timing is impeccable. - Posted by andre about 6 months ago.
brand new user here and I literally JUST downloaded RC2.
Nice - Posted by akuna about 6 months ago.
Looking forward to the final release. I have been using Doctrine since December and am really impressed with it.
Can't connect using mysql dsn - Posted by Mike about 6 months ago.
Using a mysql dsn Doctrine_Manager::connection('mysql://user:pass@localhost/test'); I get the following exception:
Fatal error: Uncaught exception 'DoctrineConnectionException' with message 'Couldn't locate driver named mysql' in ...\lib\Doctrine\Connection.php:472
-> class DoctrineAdapterMysql does not exist, there is only an adapter mysqli
Posted by jwage about 6 months ago.
You will need PDO_MYSQL installed and available to php.