File tree 1 file changed +8
-7
lines changed 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
The OCI8 Extension
2
2
------------------
3
3
4
- The OCI8 extension allows PHP to access Oracle Database. It can be
5
- built using Oracle 9.2, 10, or 11 client libraries. It allows
6
- Oracle's standard cross-version connectivity. For example PHP linked
7
- with Oracle 10.2 libraries can connect to Oracle Database 9.2 onwards.
4
+ Use the OCI8 extension to access Oracle Database.
8
5
9
- This release of OCI8 can be used with PHP versions 4.3.9 to 5.x.
6
+ Documentation is at http://php.net/oci8
10
7
11
- OCI8 installation instructions and documentation is available at
12
- http://www.php.net/oci8
8
+ The extension can be built with PHP versions 4.3.9 to 5.x using Oracle
9
+ 9.2, 10, or 11 client libraries. Oracle's standard cross-version
10
+ connectivity applies. For example PHP linked with Oracle 11.2 client
11
+ libraries can connect to Oracle Database 9.2 onwards. See Oracle's
12
+ note "Oracle Client / Server Interoperability Support" (ID 207303.1)
13
+ for details.
You can’t perform that action at this time.
0 commit comments