[PECL-CVS] [pecl-database-pdo_oci] main: Update sections in README
[email protected] (Sharad Chandran R via GitHub)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Sharad Chandran R (sharadraju) Committer: GitHub (web-flow) Pusher: sharadraju Date: 2026-01-04T15:48:01+05:30 Commit: https://github.com/php/pecl-database-pdo_oci/commit/2b5c53d9113648e5c1a3c9342cd919b13790acfd Raw diff: https://github.com/php/pecl-database-pdo_oci/commit/2b5c53d9113648e5c1a3c9342cd919b13790acfd.diff Update sections in README Update sections in README Changed paths: M README.md Diff: diff --git a/README.md b/README.md index 1fee740..d9c40a7 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,17 @@ make install To complete installation, add "extension=pdo_oci.so" or "extension=php_pdo_oci.dll" (Windows) to your php.ini file. -Links ------ - -PHP is available from https://www.php.net/releases/ +Additional Requirements +------------------------ The PDO_OCI extension can be linked with Oracle Client libraries from Oracle Database 11.2 or later. These libraries are found in your database installation, or in the free Oracle Instant Client packages from https://www.oracle.com/database/technologies/instant-client.html. Install the 'Basic' or 'Basic Light' Instant Client package for running applications with this extension. If building from source, then also install the Instant Client SDK package. -Oracle's standard cross-version connectivity applies. For example, PHP PDO_OCI -linked with Instant Client 19c can connect to Oracle Database 11.2 onward. See +Oracle's standard cross-version connectivity applies. For example, PHP PDO_OCI +linked with Instant Client 19c can connect to Oracle Database 11.2 onward. See Oracle's note "Oracle Client / Server Interoperability Support" (ID 207303.1) for details. + +PHP is available from https://www.php.net/releases/