Commit: b252077a12de5a2a8f18df2ab949e7a39a671739 Author: Anatol Belski <[email protected]> Fri, 30 Aug 2013 19:02:32 +0200 Parents: a4b048ca0a728faede8e291c2e2662291d7dd5a1 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=b252077a12de5a2a8f18df2ab949e7a39a671739 Log: added ini for known exts Changed paths: A client/data/config/pecl/exts.ini Diff: diff --git a/client/data/config/pecl/exts.ini b/client/data/config/pecl/exts.ini new file mode 100644 index 0000000..8484bc1 --- /dev/null +++ b/client/data/config/pecl/exts.ini @@ -0,0 +1,180 @@ +[ssh2] +type=enable +libs[]= +exts[]= +opts[]= + +[vld] +type=enable +libs[]= +exts[]= +opts[]= + +[trader] +type=enable +libs[]= +exts[]= +opts[]= + +[taint] +type=enable +libs[]= +exts[]= +opts[]= + +[dio] +type=enable +libs[]= +exts[]= +opts[]= + +[uploadprogress] +type=enable +libs[]= +exts[]= +opts[]= + +[varnish] +type=enable +libs[]= +exts[]= +opts[]= + +[scalar_objects] +type=enable +libs[]= +exts[]= +opts[]= + +[opcache] +type=enable +libs[]= +exts[]= +opts[]= + +[gender] +type=enable +libs[]= +exts[]= +opts[]= + +[blenc] +type=enable +libs[]= +exts[]= +opts[]= + +[win32service] +type=enable +libs[]= +exts[]= +opts[]= + +[xhprof] +type=enable +libs[]= +exts[]= +opts[]= + +[amqp] +type=with +libs[]=librabbitmq +exts[]= +opts[]= + +[zmq] +type=with +libs[]=libzmq +exts[]= +opts[]= + +[yaml] +type=with +libs[]=libyaml +exts[]= +opts[]= + +[event] +type=with +libs[]=libevent +exts[]= +opts[]= + +[pthreads] +type=with +libs[]=pthreads +exts[]= +opts[]= + +[jsonc] +type=with +libs[]=json-c +exts[]= +opts[]= + +[apc] +type=enable +libs[]= +exts[]= +opts[]=--enable-apc-srwlock-native + +[apcu] +type=enable +libs[]= +exts[]= +opts[]=--enable-apc-bc + +[haru] +type=with +libs[]=libharu +exts[]= +opts[]= + +[memcache] +type=enable +libs[]= +exts[]= +opts[]= + +[oauth] +type=with +libs[]= +exts[]= +opts[]= + +[geoip] +type=with +libs[]=libgeoip +exts[]= +opts[]= + +[http] +type=enable +libs[]= +exts[]= +opts[]= + +[uv] +type=enable +libs[]= +exts[]= +opts[]=--enable-uv-httpparser + +[mailparse] +type=enable +libs[]= +exts[]= +opts[]= + +[msgpack] +type=enable +libs[]= +exts[]= +opts[]= + +[lzf] +type=enable +libs[]= +exts[]= +opts[]= + -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
