|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-10-12 11:08 UTC] johannes@php.net
[2008-10-12 17:55 UTC] sixd@php.net
[2008-10-16 20:45 UTC] sixd@php.net
[2008-10-17 05:40 UTC] Fedora at FamilleCollet dot com
[2016-03-08 01:31 UTC] sixd@php.net
-Package: PDO related
+Package: PDO OCI
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 17:00:01 2025 UTC |
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: -------------- -