Commit: 219dd107c0e9840c4a8620c2c8776795ffbe2a56 Author: Anatol Belski <[email protected]> Tue, 8 Oct 2013 14:55:52 +0200 Parents: 2d683ba9f623ac9ee8dad5b5ff4fd54b10caec0a Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=219dd107c0e9840c4a8620c2c8776795ffbe2a56 Log: added config for event 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 e51b9a3..c599f00 100644 --- a/client/data/config/pecl/exts.ini +++ b/client/data/config/pecl/exts.ini @@ -133,9 +133,17 @@ opts[]= [event] type=with libs[]=libevent +libs[]=pthreads exts[]= opts[]= +[libevent] +type=with +libs[]=libevent +exts[]= +opts[]= + + [pthreads] type=with libs[]=pthreads -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
