amphp / ext-uv

Other
191 stars 28 forks source link

use pkg-config when available #23

Closed remicollet closed 8 years ago

remicollet commented 8 years ago

TODO: know what is the real minimal version needed

Fopr pkg-config case, just adapt if $PKG_CONFIG libuv --atleast-version 1.0.0; then

For falback case, need to adapt (with some more recently added symbol) PHP_CHECK_LIBRARY(uv, uv_version,

Some candidates (not found on old versions): uv_fs_scandir, uv_loop_close, uv_loop_init, uv_pipe_pending_count, uv_fs_event_start...)