Commit:    4c762385d9578cb0f0681ac38960af192ba9b509
Author:    Anatol Belski <[email protected]>         Fri, 11 Oct 2013 08:50:36 +0200
Parents:   06011f14f67a6c4fd66d7232a791289d46432dbf
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=4c762385d9578cb0f0681ac38960af192ba9b509

Log:
fixed oci8 config

Changed paths:
  M  client/data/config/pecl/exts.ini


Diff:
diff --git a/client/data/config/pecl/exts.ini b/client/data/config/pecl/exts.ini
index eebafd5..b635457 100644
--- a/client/data/config/pecl/exts.ini
+++ b/client/data/config/pecl/exts.ini
@@ -270,11 +270,10 @@ opts[]=
 ;real_name=oci8_12c
 type=with
 libs[]=
-exts[]=
-;opts[]=--with-oci8=C:\pecl-dep-libs\oracle\x86\instantclient_10_2\sdk,shared
-;opts[]=--with-oci8-11g=C:\pecl-dep-libs\oracle\x86\instantclient_11_2\sdk,shared
-opts[]=--without-oci8
-opts[]=--without-oci8-11g
+opts[]=--with-oci8=C:\pecl-dep-libs\oracle\x86\instantclient_10_2\sdk,shared
+opts[]=--with-oci8-11g=C:\pecl-dep-libs\oracle\x86\instantclient_11_2\sdk,shared
+;opts[]=--without-oci8
+;opts[]=--without-oci8-11g
 
opts[]=--with-oci8-12c=C:\pecl-dep-libs\oracle\x86\instantclient_12_1\sdk,shared
 no_conf=1
 
@@ -283,10 +282,10 @@ no_conf=1
 type=with
 libs[]=
 exts[]=
-;opts[]=--with-oci8=C:\pecl-dep-libs\oracle\x64\instantclient_10_2\sdk,shared
-;opts[]=--with-oci8-11g=C:\pecl-dep-libs\oracle\x64\instantclient_11_2\sdk,shared
-opts[]=--without-oci8
-opts[]=--without-oci8-11g
+opts[]=--with-oci8=C:\pecl-dep-libs\oracle\x64\instantclient_10_2\sdk,shared
+opts[]=--with-oci8-11g=C:\pecl-dep-libs\oracle\x64\instantclient_11_2\sdk,shared
+;opts[]=--without-oci8
+;opts[]=--without-oci8-11g
 
opts[]=--with-oci8-12c=C:\pecl-dep-libs\oracle\x64\instantclient_12_1\sdk,shared
 no_conf=1


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to