Commit: 7d82f6533293c5fc2714b033382357bce3ea6e8b Author: Anatol Belski <[email protected]> Sun, 1 Jan 2017 20:04:44 +0100 Parents: 9a4adf7f7ae8e2fa4aa2f96e52e5466efdde0951 Branches: pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=7d82f6533293c5fc2714b033382357bce3ea6e8b Log: fix some configs 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 e6eb8df..df8e9a5 100644 --- a/client/data/config/pecl/exts.ini +++ b/client/data/config/pecl/exts.ini @@ -261,7 +261,6 @@ opts[]=--without-memoize-memcached [igbinary] type=enable libs[]= -exts[]=apc opts[]= [amfext] @@ -374,7 +373,7 @@ opts[]= [couchbase] type=with libs[]=libcouchbase -exts[]= +exts[]=pcs opts[]= [perl] diff --git a/client/data/config/pickle/exts.ini b/client/data/config/pickle/exts.ini index eb8b8b1..706e85c 100644 --- a/client/data/config/pickle/exts.ini +++ b/client/data/config/pickle/exts.ini @@ -261,7 +261,6 @@ opts[]=--without-memoize-memcached [igbinary] type=enable libs[]= -exts[]=apc opts[]= [amfext] @@ -374,7 +373,7 @@ opts[]= [couchbase] type=with libs[]=libcouchbase -exts[]= +exts[]=pcs opts[]= [perl] -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
