Commit Graph

44 Commits

Author SHA1 Message Date
Bob Weinand
c06742a558
Directly link to pecl 2019-05-03 20:21:32 +02:00
Bob Weinand
d2956f5f1c
Update windows downloads URL 2019-05-03 17:26:06 +02:00
Bob Weinand
ce784064c4 Ready for PECL 2016-11-01 17:31:16 +01:00
Bob Weinand
567ca4f30b Fix #18 remove all traces of http parser 2016-10-30 00:57:41 +02:00
Chris Wright
6edd68ad77 Update README.md 2016-10-27 15:42:28 +01:00
Bob Weinand
9a297fb792 Update README.md 2016-06-03 14:55:13 +02:00
Bob Weinand
73076af110 Tiny README update 2016-05-12 08:02:03 +02:00
Daniel Lowrey
a25595f43a Add $offset param to uv_fs_read() to allow seeking on open handles
This change modifies the uv_fs_read() function signature slightly by adding
a new $offset parameter. This allows the same file handle to be reused for
multiple reads. Previously the only way to access a section of a file that
had already been read was to open a new handle.

Old:
uv_fs_read(resoruce $loop, zval $fd, long $length, callable $callback)

New:
uv_fs_read(resoruce $loop, zval $fd, long $offest, long $length, callable $callback)

This change represents a minor BC break for existing code using uv_fs_read().
2014-11-11 10:47:44 -05:00
Shuhei Tanuma
75fd2ff591 add signal functions signature to readme 2014-06-12 23:31:29 +09:00
Shuhei Tanuma
f0d8db93ed Merge branch 'thread'
some libuv functions requires threading feature.
you have to re-compile your PHPwith --enable-maintainer-zts if you want to use threading functions.

NOTE: thread feature runs new php vm another thread. current implementation doesn't copy current
executor globals. so you have to load bootstrap file (like composer's autoloader) manually.
2014-02-24 14:37:55 +09:00
Shuhei Tanuma
111d9b22c5 don't use bitdeli 2014-02-03 12:05:07 +09:00
Bitdeli Chef
e11c463783 Add a Bitdeli badge to README 2014-01-28 06:44:24 +00:00
Shuhei Tanuma
edf8f7fab1 add note 2014-01-04 18:36:14 +09:00
Shuhei Tanuma
5fea385ded remove inline flag 2014-01-03 16:27:08 +09:00
Shuhei Tanuma
6f4331d0f5 improve several things 2014-01-03 15:37:18 +09:00
brettlangdon
14d80970bf uv.a is now called libuv.a 2014-01-02 18:19:28 -05:00
Jeff Welch
24876c89de Synced make target with aa399f2. 2013-04-26 22:20:20 -04:00
Shuhei Tanuma
405a3020de [ci skip] add note for 64bit machine. thx @csaoh 2013-02-27 01:36:48 +09:00
Shuhei Tanuma
105841efb6 Merge pull request #37 from csaoh/master
Updated README.md
2013-02-13 04:31:50 -08:00
Andrey Kalinovsky
ae49de1063 Update README.md
Not exactly sure about the types, but I thought it would be great to describe all the parameters for uv_fs_write and uv_fs_stat, since I spent quite some time to figure out there was more than one parameter. I guess some people might get confused as well.
2013-02-13 13:29:22 +01:00
Andrey Kalinovsky
bd931b0e21 Updated README.md
I forgot to update the doc about uv_fs_read
Also fixed 2 typo errors
2013-02-11 16:08:41 +01:00
Logan Bailey
7b89b6dafe Update README.md
Adds missing language declaration for code highlighting.
2013-01-14 13:15:23 -08:00
Shuhei Tanuma
be24fe6155 docs: add uv_stdio_new function 2012-07-23 00:08:05 +09:00
Shuhei Tanuma
0a2b0751c1 spawn: change function signature. add uv_stdio_new function 2012-07-22 21:54:19 +09:00
Shuhei Tanuma
9a9de96cee docs: don't put docs into source code. too long 2012-07-22 14:06:52 +09:00
Shuhei Tanuma
2015dd41d6 add docs [ci skip] 2012-07-18 22:05:20 +09:00
Shuhei Tanuma
f3705a06a0 update docs [ci skip] 2012-07-17 21:48:35 +09:00
Shuhei Tanuma
6d3af6ba5a update readm [ci skip] 2012-07-17 12:42:03 +09:00
Shuhei Tanuma
49ffc90d8d update docs [ci skip] 2012-07-17 00:52:06 +09:00
Shuhei Tanuma
dfef38cc69 update readme [ci skip] 2012-07-16 10:31:38 +09:00
Shuhei Tanuma
ccd0c57305 update docs [ci skip] 2012-07-16 01:34:41 +09:00
Shuhei Tanuma
35d57e6b35 fixing markdown [ci skip] 2012-07-16 01:25:49 +09:00
Shuhei Tanuma
d458cd5905 add several function docs [ci skip] 2012-07-16 01:22:05 +09:00
Shuhei Tanuma
af6e179128 add uv_poll docs [ci skip] 2012-07-16 00:51:05 +09:00
Shuhei Tanuma
2454e91bda add http parser document. and fix constnats [ci skip] 2012-07-15 20:45:34 +09:00
Shuhei Tanuma
091eef8a6b update readme [ci skip] 2012-07-15 20:27:53 +09:00
Shuhei Tanuma
933a05f0f5 update readme [ci skip] 2012-07-15 20:16:15 +09:00
Shuhei Tanuma
b0d8e785b6 add several docs [ci skip] 2012-07-15 19:12:25 +09:00
Shuhei Tanuma
b927f15019 hmm... for now, add descriptions and parameters into source code. [ci skip] 2012-07-15 19:01:23 +09:00
Shuhei Tanuma
0889a8c983 too big 2012-07-15 18:34:30 +09:00
Shuhei Tanuma
05ced3dc95 update readme 2012-07-15 18:32:04 +09:00
Shuhei Tanuma
cbe8e3502e update readme [ci skip] 2012-07-02 00:51:08 +09:00
Shuhei Tanuma
ddeb93df09 add beacon [ci skip] 2012-06-25 13:37:00 +09:00
Shuhei Tanuma
d51ca2eee1 update readme 2012-05-29 01:14:55 +09:00