Commit: d61247dc16e5915d42aec2862ef33fcfbf5f4c95 Author: Anatol Belski <[email protected]> Fri, 3 May 2019 14:04:55 +0200 Parents: 471e412dba3a900288b6ca35822da603dd7c4c27 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=d61247dc16e5915d42aec2862ef33fcfbf5f4c95 Log: Fix uv options 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 bdb9ff0..cdb5b49 100644 --- a/data/config/pecl/exts.ini +++ b/data/config/pecl/exts.ini @@ -210,10 +210,9 @@ exts[]= opts[]= [uv] -type=enable +type=with libs[]=libuv exts[]= -opts[]=--enable-uv-httpparser [mailparse] type=enable diff --git a/data/config/pickle/exts.ini b/data/config/pickle/exts.ini index 25329fc..3df5d8d 100644 --- a/data/config/pickle/exts.ini +++ b/data/config/pickle/exts.ini @@ -210,10 +210,9 @@ exts[]= opts[]= [uv] -type=enable +type=with libs[]=libuv exts[]= -opts[]=--enable-uv-httpparser [mailparse] type=enable -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
