Commit:    6b5e1892c4e30814d34164cc2560d6018987b671
Author:    Anatol Belski <[email protected]>         Thu, 10 Oct 2013 13:44:28 +0200
Parents:   3ac31f849f448a5542ad6695ca482276bacf0b4e
Branches:  master

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

Log:
fixed config for oci8

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 0974984..eebafd5 100644
--- a/client/data/config/pecl/exts.ini
+++ b/client/data/config/pecl/exts.ini
@@ -267,22 +267,26 @@ exts[]=
 opts[]=
 
 [oci8-x86]
-real_name=oci8_12c
+;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-12c=C:\pecl-dep-libs\oracle\x86\instantclient_12_1\sdk,shared
 no_conf=1
 
 [oci8-x64]
-real_name=oci8_12c
+;real_name=oci8_12c
 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-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