Commit: 7f879b2cdb9c2ea79d0aba82369a3b49a4db17c8 Author: Anatol Belski <[email protected]> Sun, 1 Jan 2017 20:04:44 +0100 Parents: 8b52360847e7dfc962c3a0a3e11b631197a1d732 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=7f879b2cdb9c2ea79d0aba82369a3b49a4db17c8 Log: fix some configs (cherry picked from commit 7d82f6533293c5fc2714b033382357bce3ea6e8b) Changed paths: M data/config/pecl/exts.ini M data/config/pickle/exts.ini Diff: diff --git a/data/config/pecl/exts.ini b/data/config/pecl/exts.ini index 7da8f5a..44591f1 100644 --- a/data/config/pecl/exts.ini +++ b/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/data/config/pickle/exts.ini b/data/config/pickle/exts.ini index eb8b8b1..706e85c 100644 --- a/data/config/pickle/exts.ini +++ b/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
