This website requires JavaScript.
Explore
Help
Sign In
extern
/
egroupware_official
Watch
1
Star
0
Fork
0
You've already forked egroupware_official
mirror of
https://github.com/EGroupware/egroupware.git
synced
2024-12-11 17:20:53 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
188328b1d0
egroupware_official
/
phpgwapi
/
inc
/
adodb
/
drivers
History
Ralf Becker
e72d937e19
* MySQL: got mysqli extension working and make it default for EGroupware, as mysql is now officially deprecated, existing installs need to be switched manually in header.inc.php or Setup >> Manage header
...
prefering mysqli for new installs
2013-05-27 09:37:13 +00:00
..
adodb-access.inc.php
adodb-ado5.inc.php
adodb-ado_access.inc.php
adodb-ado_mssql.inc.php
adodb-ado.inc.php
adodb-borland_ibase.inc.php
adodb-csv.inc.php
adodb-db2.inc.php
adodb-fbsql.inc.php
adodb-firebird.inc.php
adodb-ibase.inc.php
adodb-informix72.inc.php
adodb-informix.inc.php
adodb-ldap.inc.php
adodb-mssql.inc.php
adodb-mssqlpo.inc.php
adodb-mysql.inc.php
fixes for PHP 5.4 warnings and strict warnings, thought disabled E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas (see comment in phpgwapi/inc/functions.inc.php)
2012-05-16 12:39:52 +00:00
adodb-mysqli.inc.php
* MySQL: got mysqli extension working and make it default for EGroupware, as mysql is now officially deprecated, existing installs need to be switched manually in header.inc.php or Setup >> Manage header
2013-05-27 09:37:13 +00:00
adodb-mysqlt.inc.php
adodb-netezza.inc.php
adodb-oci8.inc.php
adodb-oci8po.inc.php
adodb-oci805.inc.php
adodb-odbc_mssql.inc.php
adodb-odbc_oracle.inc.php
adodb-odbc.inc.php
adodb-odbtp_unicode.inc.php
adodb-odbtp.inc.php
adodb-oracle.inc.php
adodb-pdo_mysql.inc.php
adodb-pdo_oci.inc.php
adodb-pdo_pgsql.inc.php
adodb-pdo.inc.php
adodb-postgres7.inc.php
some more PostgreSQL stuff from ADOdb 5.11
2011-04-10 15:06:22 +00:00
adodb-postgres8.inc.php
adodb-postgres64.inc.php
some more PostgreSQL stuff from ADOdb 5.11
2011-04-10 15:06:22 +00:00
adodb-postgres.inc.php
adodb-proxy.inc.php
adodb-sapdb.inc.php
adodb-sqlanywhere.inc.php
adodb-sqlite.inc.php
adodb-sqlitepo.inc.php
adodb-sybase_ase.inc.php
adodb-sybase.inc.php
adodb-vfp.inc.php