Skip to content

Commit 1c53afb

Browse files
committed
[ci skip] Migrate oci8 README to Markdown
1 parent 83e565e commit 1c53afb

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

ext/oci8/README

Lines changed: 0 additions & 24 deletions
This file was deleted.

ext/oci8/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# The OCI8 Extension
2+
3+
Use the OCI8 extension to access Oracle Database.
4+
5+
Documentation is at https://www.php.net/oci8
6+
7+
Use `pecl install oci8` to install for PHP 7.
8+
9+
Use `pecl install oci8-2.0.12` to install for PHP 5.2 - PHP 5.6.
10+
11+
Use `pecl install oci8-1.4.10` to install for PHP 4.3.9 - PHP 5.1.
12+
13+
The OCI8 extension needs to be linked with Oracle 18, 12, 11, or 10.2 client
14+
libraries. These libraries are found in your database installation, or in the
15+
free Oracle Instant Client from
16+
https://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html
17+
Install the 'Basic' or 'Basic Light' Instant Client package. If building from
18+
source, then also install the SDK package.
19+
20+
Oracle's standard cross-version interoperability applies. For example, PHP OCI8
21+
linked with Instant Client 11.2 can connect to Oracle Database 9.2 onward. See
22+
Oracle's note "Oracle Client / Server Interoperability Support" (ID 207303.1)
23+
for details.

ext/oci8/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Internal change: Convert some parameter parsing to the Fast Parameter Parsing AP
461461
<file name="oci8_failover.c" role="src" />
462462
<file name="php_oci8.h" role="src" />
463463
<file name="php_oci8_int.h" role="src" />
464-
<file name="README" role="doc" />
464+
<file name="README.md" role="doc" />
465465
</dir> <!-- / -->
466466
</contents>
467467
<dependencies>

0 commit comments

Comments
 (0)