The new PECL package oci8-1.2.0 (stable) has been released at
http://pecl.php.net/.
Release notes
-------------
Changed OCI8 code to use OCIServerVersion() instead of OCIPing(), which may
crash Oracle server of version < 10.2
Fixed bug #36235 (ocicolumnname returns false before a succesfull fetch)
Fixed bug #36096 (oci_result() returns garbage after oci_fetch() failed)
Fixed bug #36055 (possible OCI8 crash in multithreaded environment)
Fixed bug #36010 (Segfault when re-creating and re-executing statements with
bound parameters)
Fixed PECL bug #5571 (oci_new_connect() not closed by oci_close())
Fixed bug #33383 (crash when retrieving empty BLOBs)
Package Info
-------------
These functions allow you to access Oracle database servers using
the Oracle Call Interface (OCI8).
Related Links
-------------
Package home: http://pecl.php.net/package/oci8
Changelog: http://pecl.php.net/package-changelog.php?package=oci8
Download: http://pecl.php.net/get/oci8-1.2.0.tgz
Authors
-------------
Wez Furlong <wez@xxxxxxx> (lead)
Antony Dovgal (lead)
Andi Gutmans <andi@xxxxxxxx> (lead)
|