| Package Information |
| Summary |
Oracle Call Interface driver for PDO |
| Maintainers |
Wez Furlong <wez@php.net> (lead) [wishlist] [details]
|
| License |
PHP |
| Description |
This extension provides an Oracle driver for PDO. |
Release notes Version1.0RC2 |
You need to install the PDO core module before you can make use of this one.
You also require Oracle OCI 8 or higher client libraries installed on the
machine where you intend to build and/or use it.
If you are running on windows, you can download the binary from here:
http://pecl4win.php.net/ext.php/php_pdo_oci.dll
** Changes **
- Improved handling of long columns
- Fixed PECL Bug #5722; implemented LOB support. |