From 6edd68ad77a679828f462c9e4264bb9bf80e7cbd Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 27 Oct 2016 15:42:28 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc84fcf..bf1f685 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ or move to extension all together so do not rely to much on them you have been w # Install +## \*nix + ```` git clone https://github.com/bwoebi/php-uv.git --recursive cd php-uv @@ -21,6 +23,10 @@ make install # add `extension=uv.so` to your php.ini ```` +## Windows + +Windows builds for PHP 7.0 and PHP 7.1 are available [here](http://dl.daverandom.com/php-uv/). + # Examples see examples and tests directory. @@ -2839,11 +2845,8 @@ $poll = uv_poll_init(uv_default_loop(), $fd); ##### *Note* -* if you want to use a socket. please use uv_poll_init_socket instead of this. Windows can't handle socket with this function. * some platform doesn't support file descriptor on these method. -### uv uv_poll_init_socket([resource $uv_loop], zval fd) - ### uv uv_poll_start(resource $handle, $events, $callback)