News Feed
Sections
News Archive


Community Events






feed this:

Christopher Jones' Blog:
PHP OCI8 1.3.3 has gone "Production"
0 comments :: posted Tuesday June 24, 2008 @ 07:56:22
voice your opinion now!

Christopher Jones has noted that the latest version of the OCI8 drivers for PHP (in the PECL extension) have been pushed to the current stable package.

HP's OCI8 1.3.3 has support for Oracle's DRCP connection pooling and Fast Application Notification technologies giving it improved scalability and high availability. Overall, the re-architecture of the connection code is more stable. It fixes some obscure edge case issues and lets it handle re-started DB's better. Basic functionality is unchanged.

You can find out more about the package and download this latest edition from its PECL page or check out the whitepaper they recent;y wrote up about PHP and Oracle scalability.

tagged with: oci8 driver oracle pecl release stable production version


Christopher Jones' Blog:
Oracle at PHPSC - Grupo de Usuarios de PHP do Estado de Santa Catarina
0 comments :: posted Wednesday June 18, 2008 @ 09:32:14
voice your opinion now!

Christopher Jones has a quick post with some information about a user group meeting happening in Brazil where the upcoming topic will cover the powerful combination of PHP and Oracle.

Elton Luís Minetto wrote to tell me that "PHPSC - a PHP user group of Santa Catarina in Brazil - is organizing an event dedicated to PHP that will take place at Chapeco on June 20." [...] He's presenting a session on PHP and Oracle, and will show some great results of using PHP's OCI8 with Oracle 11g connection pooling (DRCP).

The schedule for the event can be found here with details on which talks will be given when (including Elton's at 8am on the 21st.

tagged with: phpsc2008 conference brazil event oracle talk oci8 connection pooling

Christopher Jones' Blog:
PECL OCI8 1.2.5 Available
0 comments :: posted Tuesday May 13, 2008 @ 08:47:56
voice your opinion now!

Christopher Jones has a (very) quick post today about the release of the latest version of the PECL OCI drivers - 1.2.5.

Hang on, weren't we up to OCI8 version 1.3? Well, yes, but that's Beta bordering on Production. In the meantime, I wanted to make the OCI8 bug fixes from PHP 5.2.6 available in a "Production" release and keep PECL OCI8 1.2 in sync with PHP 5.2. The changelog is here.

Updates include bug fixes for cursor leaking, a LOB leak, a problem with collection creation and an update to the compile option for the Instant Client to look for RPMs.

tagged with: pecl oci8 available download bugfix php5 update

Christopher Jones' Blog:
PHP PECL OCI8 1.3.2 Beta Available
0 comments :: posted Friday April 18, 2008 @ 09:32:00
voice your opinion now!

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 with: oracle oci8 pecl beta release connection pooling fast application notification

Christopher Jones' Blog:
Updated connection pooling in PHP's OCI8 extension
0 comments :: posted Friday February 01, 2008 @ 10:16:00
voice your opinion now!

In this new post to his Oracle blog, Christopher Jones mentions some updates he's made to the OCI8 extension for PHP:

I've merged connection pooling (DRCP) and Fast Application Notification (FAN) support to PHP 5.3's OCI8 extension. The PHP 5.3 OCI8 code is Beta - in fact, PHP 5.3 itself is still really "Development". (It would be handy to have problems reported before PHP 5.3 goes Production).

He also includes instructions on how to get this new version installed inside of the latest PHP 5.3 snapshot (http://snaps.php.net) to build the new support in.

tagged with: oci8 extension update connection pooling install instruction php5

Christopher Jones' Blog:
Temporary LOBS in PHP's OCI8 Extension. Instant Client.
0 comments :: posted Monday January 21, 2008 @ 12:05:00
voice your opinion now!

Christopher Jones talks today on his blog about a bug he's just corrected and integrated into the release of the Oracle Instant Client that lets PHP correctly take advantage of the temporary LOBS functionality.

When PHP is done with the temporary LOB, it needs to tell Oracle to destroy it. If this isn't done, then the temporary LOB will hang around using DB space until the connection is closed. I just merged a fix worked on by Krishna Mohan and myself for bug 43497.

Example code is included showing two instances of its use - a normal use that frees the memory correctly and the other showing how to create the temporary lob to hold the data as needed.

tagged with: temporary lob patch oci8 extension instant client memory leak


ajax security PEAR cakephp PHP5 releases book zend release job framework package code database pecl application mysql conference zendframework developer

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework