Commit: 636684e4927b06ede8c14a8b3b4a5f9ab629625a Author: Anatol Belski <[email protected]> Mon, 22 Feb 2016 08:06:22 +0100 Parents: 7a430b5441a576c49bc4c1453e945522d7f09ad4 Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=636684e4927b06ede8c14a8b3b4a5f9ab629625a Log: add several exts config and sync with pickle conf Changed paths: M client/data/config/pecl/exts.ini M client/data/config/pickle/exts.ini Diff: diff --git a/client/data/config/pecl/exts.ini b/client/data/config/pecl/exts.ini index 586bf56..cd7f73c 100644 --- a/client/data/config/pecl/exts.ini +++ b/client/data/config/pecl/exts.ini @@ -122,6 +122,7 @@ opts[]= [zmq] type=with libs[]=libzmq +libs[]=libsodium exts[]= opts[]= @@ -144,6 +145,11 @@ libs[]=libevent exts[]= opts[]= +[ev] +type=with +libs[]= +exts[]= +opts[]= [pthreads] type=with diff --git a/client/data/config/pickle/exts.ini b/client/data/config/pickle/exts.ini index 06df4b3..cd7f73c 100644 --- a/client/data/config/pickle/exts.ini +++ b/client/data/config/pickle/exts.ini @@ -122,6 +122,7 @@ opts[]= [zmq] type=with libs[]=libzmq +libs[]=libsodium exts[]= opts[]= @@ -144,6 +145,11 @@ libs[]=libevent exts[]= opts[]= +[ev] +type=with +libs[]= +exts[]= +opts[]= [pthreads] type=with @@ -463,6 +469,16 @@ libs[]=cubrid exts[]= opts[]= +[ibm_db2-vc11-x86] +type=with +opts[]=--with-ibm_db2=C:\pecl-dep-libs\ibm\clidriver\x86,shared +no_conf=1 + +[ibm_db2-vc11-x64] +type=with +opts[]=--with-ibm_db2=C:\pecl-dep-libs\ibm\clidriver\x64,shared +no_conf=1 + ; those two ibm kids - couldn't ensure there are no legal issues for the libs [pdo_ibm] ignore=1 @@ -602,6 +618,13 @@ exts[]= opts[]=--enable-dom_varimport=shared no_conf=1 +[cassandra] +type=enable +libs[]=libuv +libs[]=datastax +exts[]= +opts[]= + [libsodium] type=with libs[]=libsodium -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
