mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
Removing Oracle driver, it will not make it to stable release. Revert this commit to bring it back for next version
This commit is contained in:
parent
85d9b1af8d
commit
89b1e54071
6 changed files with 3 additions and 1250 deletions
|
@ -31,8 +31,7 @@
|
|||
* Database/Mysql - MySQL 4 & 5,
|
||||
* Database/Sqlite - SQLite (PHP5 only),
|
||||
* Database/Postgres - PostgreSQL 7 and higher,
|
||||
* Database/Sqlserver - Microsoft SQL Server 2005 and higher,
|
||||
* Database/Oracle - Oracle 8 and higher
|
||||
* Database/Sqlserver - Microsoft SQL Server 2005 and higher
|
||||
*
|
||||
* You can add custom database drivers (or override existing drivers) by adding the
|
||||
* appropriate file to app/Model/Datasource/Database. Drivers should be named 'MyDriver.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue