0.11.0-RC3 Released
0.11.0-RC3 Released
Posted by jwage 3 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 3 months ago.
Nice - Posted by akuna about 3 months ago.
Can't connect using mysql dsn - Posted by Mike about 3 months 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 mysqliPosted by jwage about 3 months ago.
Add Comment