Skip to content

Commit d480a23

Browse files
authored
Merge pull request #11 from cjbj/preprel1.1B
Sync the installation information for a 1.1 release
2 parents 1629af7 + fbc7bc1 commit d480a23

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ bundle, or build from the PHP source code by running:
1515

1616
To complete installation, add "extension=pdo_oci.so" to your php.ini file.
1717

18+
PHP is available from https://www.php.net/releases/
19+
1820
The PDO_OCI extension can be linked with Oracle client libraries from Oracle
1921
Database 11.2 or later. These libraries are found in your database
2022
installation, or in the free Oracle Instant Client from

package.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,25 @@ http://pear.php.net/dtd/package-2.0.xsd">
1010
<description>
1111
The PDO_OCI extension lets you access Oracle Database.
1212

13-
Use 'pecl install pdo_oci' to install for PHP 8.3.
13+
Documentation is at https://www.php.net/pdo_oci
1414

15-
For older PHP releases, build the PDO_OCI source in the relevant PHP bundle, for example from https://www.php.net/releases/
15+
Use &apos;pecl install pdo_oci&apos; to install for PHP 8.3.
1616

17-
The current PDO_OCI extension can be linked with Oracle Client libraries from Oracle Database 11.2 or later. The Oracle Client libraries are in the free Oracle Instant Client from https://www.oracle.com/database/technologies/instant-client.html. They are also included in your database installation.
17+
For older PHP versions, use php_pdo_oci.dll from the Windows PHP release bundle, or build from the PHP source code by running:
1818

19-
Oracle's standard cross-version connectivity applies. For example, PHP PDO_OCI linked with Oracle Client 19c can connect to Oracle Database 11.2 onward. See Oracle's note "Oracle Client / Server Interoperability Support" (ID 207303.1) for details.
19+
phpize
20+
21+
./configure -with-pdo_oci=shared,instantclient,/path/to/instant/client/lib
22+
23+
make install
24+
25+
To complete installation, add "extension=pdo_oci.so" to your php.ini file.
26+
27+
PHP is available from https://www.php.net/releases/
28+
29+
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 from https://www.oracle.com/database/technologies/instant-client.html Install the &quot;Basic&quot; or &quot;Basic Light&quot; Instant Client package. If building from source, then also install the SDK package.
30+
31+
Oracle&apos;s standard cross-version connectivity applies. For example, PHP PDO_OCI linked with Oracle Client 19c can connect to Oracle Database 11.2 onward. See Oracle&apos;s note &quot;Oracle Client / Server Interoperability Support&quot; (ID 207303.1) for details.
2032
</description>
2133
<lead>
2234
<name>Christopher Jones</name>

0 commit comments

Comments
 (0)