Gena01.com Forum

General => Gena01 Blog => Topic started by: Gena01 on November 10, 2007, 09:42:31 pm



Title: Pecl OCI 1.3.0 Beta articles
Post by: Gena01 on November 10, 2007, 09:42:31 pm
I thought this should be an interesting topic to post up. Couple of weeks ago Oracle together with PHP community has released a BETA version of oci8 extension for PHP that adds new Oracle 11g functionality. It adds two small little tiny features that should make quite a difference for PHP developers using Oracle:
1. DRCP support - this is a new feature that is part of Oracle 11g Server. This is the client support implementation for PHP.
2. FAN events support for PHP.

I know it's not much, but it's already making quite a noise. Also somebody has already went and did some benchmarks to see what this means to have DRCP on or off and how much of a difference it can make.

First of all a link to the PECL page where you can download and get more information on OCI8 package: http://pecl.php.net/package/oci8

Here is a press release that covers the BETA release and what that means to PHP community: http://biz.yahoo.com/prnews/071009/aqtu120.html?.v=20

And here are some of the first benchmarks that I found of the new DRCP feature running inside VMWare: http://pbarut.blogspot.com/2007/10/testing-new-oci8-130-beta-for-php-with.html

Oracle PHP Developer Center: http://www.oracle.com/technology/tech/php/index.html

Undeground PHP Oracle Manual: http://www.oracle.com/technology/tech/php/pdf/underground-php-oracle-manual.pdf

Thank you and enjoy.

Gena01