Go to file
Shuhei Tanuma e765597f65 for now, php-uv can build on windows box. but it requires some work.
* make libuv first.
* after configure, add Iphlpapi.lib and psapi.lib on your Makefile directly.
* don't mix debug / release build (LIBCMTD conflicts)
2012-06-19 02:44:03 +09:00
examples add async api 2012-06-17 23:18:33 +09:00
libuv@2ec09862e4 added async and queue_work api. TODO: research eio_custom 2012-06-18 01:32:50 +09:00
.gitignore Fix windows errors 2012-06-18 15:32:15 +02:00
.gitmodules add ignore dirty for submodule 2012-05-23 23:16:51 +09:00
config.m4 remove unused flags 2012-06-15 20:45:02 +09:00
config.w32 for now, php-uv can build on windows box. but it requires some work. 2012-06-19 02:44:03 +09:00
EXPERIMENTAL add experimental 2012-06-02 21:46:33 +09:00
php_uv.c Merge pull request #2 from stealth35/fix_win 2012-06-18 07:37:37 -07:00
php_uv.h for now, php-uv can build on windows box. but it requires some work. 2012-06-19 02:44:03 +09:00
README.md update readme 2012-05-29 01:14:55 +09:00
TODO.md add async api 2012-06-17 23:18:33 +09:00
uv.c add comment for UV class 2012-05-29 12:03:05 +09:00

php-uv

interface to libuv for php (experimental)

Author

  • Shuhei Tanuma

License

PHP License