mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: Update README
This commit is contained in:
commit
00b4862167
1 changed files with 8 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
||||||
The OCI8 Extension
|
The OCI8 Extension
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
The OCI8 extension allows PHP to access Oracle Database. It can be
|
Use the OCI8 extension to access Oracle Database.
|
||||||
built using Oracle 9.2, 10, or 11 client libraries. It allows
|
|
||||||
Oracle's standard cross-version connectivity. For example PHP linked
|
|
||||||
with Oracle 10.2 libraries can connect to Oracle Database 9.2 onwards.
|
|
||||||
|
|
||||||
This release of OCI8 can be used with PHP versions 4.3.9 to 5.x.
|
Documentation is at http://php.net/oci8
|
||||||
|
|
||||||
OCI8 installation instructions and documentation is available at
|
The extension can be built with PHP versions 4.3.9 to 5.x using Oracle
|
||||||
http://www.php.net/oci8
|
9.2, 10, or 11 client libraries. Oracle's standard cross-version
|
||||||
|
connectivity applies. For example PHP linked with Oracle 11.2 client
|
||||||
|
libraries can connect to Oracle Database 9.2 onwards. See Oracle's
|
||||||
|
note "Oracle Client / Server Interoperability Support" (ID 207303.1)
|
||||||
|
for details.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue