[PECL-CVS] [pecl-database-oci8] main: Fix typos in README.md regarding PHP OCI8
[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: 2025-12-18T16:14:07+05:30 Commit: https://github.com/php/pecl-database-oci8/commit/0196911eacbf8718a5ba057e2bc0a54e942c589e Raw diff: https://github.com/php/pecl-database-oci8/commit/0196911eacbf8718a5ba057e2bc0a54e942c589e.diff Fix typos in README.md regarding PHP OCI8 Changed paths: M README.md Diff: diff --git a/README.md b/README.md index 6da140e..5f0ed9b 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ Support" (ID 207303.1) for details. A sample configuration php.ini file is at https://github.com/php/pecl-database-oci8/blob/main/oci8.ini -From PHP 8.4 the source code for PHP OCI8 is at: +From PHP 8.4, the source code for PHP OCI8 is at: https://github.com/php/pecl-database-oci8/ -For earlier versions, see the PHP source, e.g.: +For earlier versions, see the PHP source: https://github.com/php/php-src/tree/PHP-8.3/ext/oci8