Commit: e063661267263a9a0f8a4da3f2e605145889cff3 Author: Anatol Belski <a...@php.net> Fri, 27 Sep 2013 10:30:06 +0200 Parents: 6e61e725570ec6a764b66fb8cd7e46c1e849ce70 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=e063661267263a9a0f8a4da3f2e605145889cff3 Log: added config for cubrid 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 8dd4757..091696a 100644 --- a/client/data/config/pecl/exts.ini +++ b/client/data/config/pecl/exts.ini @@ -30,7 +30,7 @@ ; Value is ignored, just set it. ; no_mail= - Send no alerts on extension builds ; Value is ignored, just set it. -; mailto= - Mail to send the build alerts to, that will override package.xml. +; mailto= - Email to send the build alerts to, that will override package.xml. ; ignore= - Do not bother with this ext when it comes in, just fall through ; @@ -419,7 +419,7 @@ libs[]=libswishe exts[]= opts[]= -; they redistribute binary builds themselves +; they distribute binary builds themselves [couchbase] ignore=1 @@ -427,6 +427,7 @@ ignore=1 [mcve] ignore=1 +; cryptic download pages, no way to the dep lib [ingres] ignore=1 @@ -434,3 +435,15 @@ ignore=1 [perforce] ignore=1 +[cubrid] +type=with +libs[]=cubrid +exts[]= +opts[]= + +[pdo_cubrid] +type=with +libs[]=cubrid +exts[]= +opts[]= + -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php