dev-master
9999999-devMySQL 4.* Driver for Doctrine DBAL
Apache-2.0
The Requires
- php >=5.3.3
- doctrine/dbal 2.5.*
The Development Requires
by Ashley Dawson
MySQL 4.* Driver for Doctrine DBAL
MySQL 4 driver for integrating your legacy databases from within the Doctrine ORM. We recommend that you upgrade to the latest version of MySQL as soon as you can to avoid the use of this driver!, (*1)
We recommend installing this library via Composer., (*2)
"require": { ... "barbondev/mysql4-doctrine-driver": "dev-master" },
Doctrine driver to allow ORM access to a MySQL 4.* database., (*3)
Symfony app/config/config.yml
configuration:, (*4)
doctrine: dbal: driver_class: Barbondev\MySQL4DoctrineDriver\Doctrine\DBAL\Driver\PDOMySQL4\Driver host: %database_host% port: %database_port% dbname: %database_name% user: %database_user% password: %database_password% charset: UTF8
Note that driver type is replaced with the fully qualified namespace of the MySQL 4.* driver class, (*5)
MySQL 4.* Driver for Doctrine DBAL
Apache-2.0