a8776370 | 19-Feb-2017 |
Andrey Kostylev |
travis php71 |
1e8cf368 | 19-Feb-2017 |
Andrey Kostylev |
fix broken test |
5e0cd202 | 19-Feb-2017 |
Andrey Kostylev |
uv_loop_delete segfault test case |
7882f130 | 29-Dec-2016 |
Bob Weinand |
Prevent segfault after uv_loop_delete() call |
Revision tags: v0.1.1 |
|
5b47ac61 | 14-Nov-2016 |
Bob Weinand |
Prepare release 0.1.1 |
350d91e4 | 14-Nov-2016 |
Bob Weinand |
Merge branch 'issue-pkgconfig' of https://github.com/remicollet/php-uv
|
5b0c341f | 06-Nov-2016 |
Bob Weinand |
Properly inform that the structure does not need to be cleaned again |
b2c84429 | 04-Nov-2016 |
Bob Weinand |
Fix bogus ref deletion |
2082929a | 01-Nov-2016 |
Remi Collet |
use pkg-config when available |
17619ede | 01-Nov-2016 |
Bob Weinand |
Merge pull request #22 from remicollet/issue-libdir honours --with-libdir build option
|
4a0ae96c | 01-Nov-2016 |
Remi Collet |
honours --with-libdir build option |
Revision tags: v0.1.0 |
|
0a9ac7b8 | 01-Nov-2016 |
Remi Collet |
add skipif section on 2 tests |
d877d48a | 01-Nov-2016 |
Bob Weinand |
Thanks to Remi, a few package.xml fixes |
ce784064 | 01-Nov-2016 |
Bob Weinand |
Ready for PECL |
30c34d72 | 01-Nov-2016 |
Bob Weinand |
pthread_rwlock requires the lock being unlocked as often as it has been acquired tests/700-uv_rwlock.phpt throws a notice inside resource dtor, which causes a memory leak in PHP; setting tra
pthread_rwlock requires the lock being unlocked as often as it has been acquired tests/700-uv_rwlock.phpt throws a notice inside resource dtor, which causes a memory leak in PHP; setting track_errors=0 temporarily there for having the test pass here.
show more ...
|
567ca4f3 | 29-Oct-2016 |
Bob Weinand |
Fix #18 remove all traces of http parser |
b47c5111 | 29-Oct-2016 |
Bob Weinand |
Fix uv_queue_work |
7322bf61 | 29-Oct-2016 |
Remi Collet |
fix all build warnings |
4e5d7f21 | 29-Oct-2016 |
Bob Weinand |
Use proper run-tests.php on travis phpunit does not define a STDOUT constant... |
f694707c | 29-Oct-2016 |
Bob Weinand |
Fix non-repeating timers leaking after successful completion |
71aa70ae | 29-Oct-2016 |
Bob Weinand |
Fix uv build with ext/sockets being shared (See also #14) |
83c19d3a | 28-Oct-2016 |
Bob Weinand |
Merge pull request #17 from remicollet/issue-mac use normalized macro name
|
12b9707c | 28-Oct-2016 |
Bob Weinand |
Merge pull request #15 from remicollet/issue-segfault fix uv_inet_ntop usage (+ segfault in tests/200-ares_getaddrinfo.phpt)
|
7f6df50b | 28-Oct-2016 |
Remi Collet |
use normalized macro name |
b7698fc0 | 28-Oct-2016 |
Remi Collet |
add LICENSE file (according to php_uv.c header) |