Skip to content

Commit 0405300

Browse files
committed
Update README file with test information and format it
1 parent 7cea78b commit 0405300

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Use the PDO_OCI extension to access Oracle Database via PHP Data Objects (PDO) APIs.
44

5-
This repository is for PHP 8.3+ as it [was decided to unbundle](https://wiki.php.net/rfc/unbundle_imap_pspell_oci8) PDO OCI / OCI8 extension from the PHP source code.
5+
This repository is for PHP 8.3+ as it
6+
[was decided to unbundle](https://wiki.php.net/rfc/unbundle_imap_pspell_oci8)
7+
PDO OCI / OCI8 extension from the PHP source code.
68

79
Documentation is at https://www.php.net/pdo_oci
810

@@ -20,15 +22,24 @@ make install
2022
2123
```
2224

23-
To complete installation, add "extension=pdo_oci.so" or "extension=php_pdo_oci.dll" (Windows) to your php.ini file.
25+
To complete installation, add "extension=pdo_oci.so" or
26+
"extension=php_pdo_oci.dll" (Windows) to your php.ini file.
27+
28+
Tests
29+
-----
30+
31+
To run the tests, see [tests/README.md](tests/README.md).
2432

2533
Additional Requirements
2634
------------------------
2735

28-
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
36+
The PDO_OCI extension can be linked with Oracle Client libraries from Oracle
37+
Database 11.2 or later. These libraries are found in your database
2938
installation, or in the free Oracle Instant Client packages from
3039
https://www.oracle.com/database/technologies/instant-client.html.
31-
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.
40+
Install the 'Basic' or 'Basic Light' Instant Client package for running
41+
applications with this extension. If building from source, then also install
42+
the Instant Client SDK package.
3243

3344
Oracle's standard cross-version connectivity applies. For example, PHP PDO_OCI
3445
linked with Instant Client 19c can connect to Oracle Database 11.2 onward. See

0 commit comments

Comments
 (0)