Skip to content

Commit c8ced8c

Browse files
committed
Merge branch 'readme1' into PHP-5.3
* readme1: Update README
2 parents da85d5b + 968a330 commit c8ced8c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

ext/oci8/README

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
The OCI8 Extension
22
------------------
33

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.
85

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
107

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.

0 commit comments

Comments
 (0)