Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Christopher Jones' Blog:
PHP PECL OCI8 1.3.2 Beta Available
Apr 18, 2008 @ 14:32:00

Christopher Jones has posted an announcement about the latest release of the PECL OCI8 package (version 1.3.2 Beta) hitting the streets:

I've released PECL OCI8 1.3.2 Beta - the latest release of PHP's OCI8 extension with support for Connection Pooling and Fast Application Notification. The release is based on the current PHP 5.3 development branch.

He notes another change in this release - a "session release" bit of functionality persistent connections will do when nothing is referencing them anymore, mking them work a bit more like normal connections. Issues that could be caused by this can be corrected with a new setting (oci8.old_oci_close_semantics) in your php.ini.

tagged: oracle oci8 pecl beta release connection pooling fast application notification

Link:


Trending Topics: