forked from wikimedia/mediawiki-extensions-OdbcDatabase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
27 lines (19 loc) · 801 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
OdbcDatabase Extension
Version 1.0 alpha 1
Roger Cass
2013-03-14
This extension is licensed under the Apache 2.0 license.
See http://www.apache.org/licenses/LICENSE-2.0.html for more
information.
== Overview ==
The OdbcDatabase extension allows access to data sources using the
PHP ODBC functions (e.g. odbc_connect). The extenion provides
only basic data acquisition capability and is NOT suitable for
the primary database behind MediaWiki.
In particular, this extension was written to provide access to
Microsoft SQL Server 2005 from a RHEL 5 server running MediaWiki
1.20.2 and PHP 5.3.3. It has not yet been tested with any other
configurations.
== Usage ==
See the extenion's home page for more details.
https://www.mediawiki.org/wiki/Extension:OdbcDatabase