Commit: 43e2c8454276e4850e52be402d820b5ca2658204 Author: Christoph M. Becker <[email protected]> Thu, 19 Dec 2019 10:46:49 +0100 Parents: 8a8dc9ac8ac19e93b99d2f9a6ff34df4b0cfd24e Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=43e2c8454276e4850e52be402d820b5ca2658204 Log: Deactivate PECL/pdflib builds for now Until the license issue[1] is resolved, we shouldn't even attempt to build the extension. [1] <https://news-web.php.net/php.pecl.dev/16495> Changed paths: M data/config/pecl/exts.ini Diff: diff --git a/data/config/pecl/exts.ini b/data/config/pecl/exts.ini index 9803945..eaaa67c 100644 --- a/data/config/pecl/exts.ini +++ b/data/config/pecl/exts.ini @@ -276,7 +276,9 @@ libs[]=libxl exts[]= opts[]= +;possibly commercial [pdflib] +ignore=1 type=with libs[]=pdflib exts[]= -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
