Skip to content

Commit 968a330

Browse files
committed
Update README
More updates to OCI8 README as an excuse to try the PHP multi-dir git workflow instructions.
1 parent da85d5b commit 968a330

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)