Package Information |
Summary |
Extension for Oracle Database |
Maintainers |
Christopher Jones <
christopher dot jones at oracle dot com >
(lead)
[details]
Wez Furlong (lead)
[inactive]
[details]
Tianfang Yang (lead)
[inactive]
[details]
Antony Dovgal (lead)
[inactive]
[wishlist]
[details]
Andi Gutmans (lead)
[inactive]
[details]
|
License |
PHP |
Description |
The OCI8 extension lets you access Oracle Database.
Use 'pecl install oci8' to install for PHP 8.2 and PHP 8.3.
Use 'pecl install oci8-3.2.1' to install for PHP 8.1.
Use 'pecl install oci8-3.0.1' to install for PHP 8.0.
Use 'pecl install oci8-2.2.0' to install for PHP 7.
The current OCI8 extension can be linked with Oracle Client libraries from Oracle Database 11.2 or later. (OCI8 3.0 and earlier can be linked with 10g 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.
Oracle's standard cross-version connectivity applies. For example, PHP OCI8 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. |
Release notes
Version 1.2.5
(stable)
|
This release is based on the OCI8 included in PHP 5.2.6, with the addition of the fix for http://pecl.php.net/bugs/bug.php?id=13523. -------- Fixed bug #42496 (cursor leak selecting LOBs http://bugs.php.net/bug.php?id=42496 Fixed bug #42841 (crash with REF CURSORS when statement caching enabled) http://bugs.php.net/bug.php?id=42841 Fixed bug #43497 (Temporary LOB leak) http://bugs.php.net/bug.php?id=43497 Fixed bug #44206 (OCI8 selecting ref cursors leads to ORA-1000 maximum open cursors reached). Fixed bug #44008 (OCI8 incorrect usage of OCI-Lob->close crashes PHP). Fixed bug #44113 (new collection creation can fail with OCI-22303) http://bugs.php.net/bug.php?id=44113 Enhancement - make -with-oci8=instantclient with no directory specified look for RPM install Enhancement - compile with 64bit Instant Client RPMs (bug http://bugs.php.net/bug.php?id=41941, http://pecl.php.net/bugs/bug.php?id=13523) |