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 about 1 year ago.
brand new user here and I literally JUST downloaded RC2.
Nice Posted by akuna about about 1 year 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 about 1 year ago.
Using a mysql dsn Doctrine_Manager::connection('mysql://user:pass@localhost/test'); I get the following exception:
Fatal error: Uncaught exception 'Doctrine_Connection_Exception' with message 'Couldn't locate driver named mysql' in ...\lib\Doctrine\Connection.php:472
-> class Doctrine_Adapter_Mysql does not exist, there is only an adapter mysqli
Posted by jwage about about 1 year ago.
You will need PDO_MYSQL installed and available to php.