Closed remicollet closed 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
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,
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...)
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...)