History log of /php-uv/README.md (Results 1 – 25 of 42)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c06742a5 03-May-2019 Bob Weinand

Directly link to pecl


# d2956f5f 03-May-2019 Bob Weinand

Update windows downloads URL


Revision tags: v0.2.2, v0.2.1, v0.2.0, v0.1.2, v0.1.1, v0.1.0
# ce784064 01-Nov-2016 Bob Weinand

Ready for PECL


# 567ca4f3 29-Oct-2016 Bob Weinand

Fix #18 remove all traces of http parser


# 6edd68ad 27-Oct-2016 Chris Wright

Update README.md


# 9a297fb7 03-Jun-2016 Bob Weinand

Update README.md


# 73076af1 12-May-2016 Bob Weinand

Tiny README update


# a25595f4 11-Nov-2014 Daniel Lowrey

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 sa

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().

show more ...


# 75fd2ff5 12-Jun-2014 Shuhei Tanuma

add signal functions signature to readme


# 111d9b22 03-Feb-2014 Shuhei Tanuma

don't use bitdeli


# e11c4637 28-Jan-2014 Bitdeli Chef

Add a Bitdeli badge to README


# edf8f7fa 04-Jan-2014 Shuhei Tanuma

add note


# 5fea385d 03-Jan-2014 Shuhei Tanuma

remove inline flag


# 6f4331d0 03-Jan-2014 Shuhei Tanuma

improve several things


# 14d80970 02-Jan-2014 brettlangdon

uv.a is now called libuv.a


# 24876c89 27-Apr-2013 Jeff Welch

Synced make target with aa399f2.


# 405a3020 26-Feb-2013 Shuhei Tanuma

[ci skip] add note for 64bit machine. thx @csaoh


# ae49de10 13-Feb-2013 Andrey Kalinovsky

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

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.

show more ...


# bd931b0e 11-Feb-2013 Andrey Kalinovsky

Updated README.md

I forgot to update the doc about uv_fs_read
Also fixed 2 typo errors


# 7b89b6da 14-Jan-2013 Logan Bailey

Update README.md

Adds missing language declaration for code highlighting.


# be24fe61 22-Jul-2012 Shuhei Tanuma

docs: add uv_stdio_new function


# 0a2b0751 22-Jul-2012 Shuhei Tanuma

spawn: change function signature. add uv_stdio_new function


# 9a9de96c 22-Jul-2012 Shuhei Tanuma

docs: don't put docs into source code. too long


# 2015dd41 18-Jul-2012 Shuhei Tanuma

add docs [ci skip]


# f3705a06 17-Jul-2012 Shuhei Tanuma

update docs [ci skip]


12