From:             Fedora at FamilleCollet dot com
Operating system: Linux (Fedora 9)
PHP version:      5.2CVS-2008-10-12 (snap)
PHP Bug Type:     OCI8 related
Bug description:  Unsupported Oracle version! 11.1

Description:
------------
When trying to build against oracle instantclient 11.1.0.6 with

--with-pdo-oci=shared,instantclient,/usr,11.1.0.6

I got the "Unsupported Oracle version! 11.1" error.

Reading the ext/pdo_oci/config.m4

I see 
  PDO_OCI_VERSION="`echo $PDO_OCI_IC_VERS | cut -d. -f1-2`"
which give 11.1

And  
  case $PDO_OCI_VERSION in
    9.x|10.x|11.x)

Probaly  using 
  PDO_OCI_VERSION="`echo $PDO_OCI_IC_VERS | cut -d. -f1`".x

Will give better results ;)

Well and phpinfo still display "PDO Driver for OCI 8 and later" (when 8 is
no mor supported).

Reproduce code:
---------------
-

Expected result:
----------------
-

Actual result:
--------------
-

-- 
Edit bug report at http://bugs.php.net/?id=46278&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=46278&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=46278&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=46278&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=46278&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=46278&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=46278&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=46278&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=46278&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=46278&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=46278&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=46278&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=46278&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=46278&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=46278&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=46278&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=46278&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=46278&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=46278&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=46278&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=46278&r=mysqlcfg

Reply via email to