Commit Graph

570 Commits

Author SHA1 Message Date
Bob Weinand
b2c84429eb Fix bogus ref deletion 2016-11-04 18:25:23 +01:00
Bob Weinand
17619edebf Merge pull request #22 from remicollet/issue-libdir
honours --with-libdir build option
2016-11-01 18:40:26 +01:00
Remi Collet
4a0ae96c3b honours --with-libdir build option 2016-11-01 18:38:14 +01:00
Bob Weinand
23962c3591 Merge pull request #21 from remicollet/issue-tests
add skipif section on 2 tests
2016-11-01 18:28:36 +01:00
Remi Collet
0a9ac7b898 add skipif section on 2 tests 2016-11-01 18:26:28 +01:00
Bob Weinand
d877d48a6d Thanks to Remi, a few package.xml fixes 2016-11-01 18:02:31 +01:00
Bob Weinand
ce784064c4 Ready for PECL 2016-11-01 17:31:16 +01:00
Bob Weinand
30c34d72a3 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.
2016-11-01 16:32:05 +01:00
Bob Weinand
567ca4f30b Fix #18 remove all traces of http parser 2016-10-30 00:57:41 +02:00
Bob Weinand
b47c511163 Fix uv_queue_work 2016-10-30 00:49:57 +02:00
Bob Weinand
6b460eb14c Merge pull request #20 from remicollet/issue-arginfo
fix all build warnings
2016-10-29 19:03:27 +02:00
Remi Collet
7322bf61b8 fix all build warnings 2016-10-29 18:39:12 +02:00
Bob Weinand
4e5d7f215d Use proper run-tests.php on travis
phpunit does not define a STDOUT constant...
2016-10-29 17:36:16 +02:00
Bob Weinand
f694707cfe Fix non-repeating timers leaking after successful completion 2016-10-29 17:00:57 +02:00
Bob Weinand
71aa70aee1 Fix uv build with ext/sockets being shared (See also #14) 2016-10-29 17:00:50 +02:00
Bob Weinand
83c19d3aac Merge pull request #17 from remicollet/issue-mac
use normalized macro name
2016-10-28 14:23:26 +02:00
Bob Weinand
12b9707c68 Merge pull request #15 from remicollet/issue-segfault
fix uv_inet_ntop usage (+ segfault in tests/200-ares_getaddrinfo.phpt)
2016-10-28 14:23:03 +02:00
Remi Collet
7f6df50bfd use normalized macro name 2016-10-28 14:20:19 +02:00
Bob Weinand
157c2d4f06 Merge pull request #16 from remicollet/issue-lic
add LICENSE file (according to php_uv.c header)
2016-10-28 14:19:07 +02:00
Remi Collet
b7698fc0bc add LICENSE file (according to php_uv.c header) 2016-10-28 14:15:12 +02:00
Remi Collet
a2de77df18 fix uv_inet_ntop usage (+ segfault in tests/200-ares_getaddrinfo.phpt 2016-10-28 14:00:37 +02:00
Bob Weinand
6e6bc16199 Merge pull request #13 from DaveRandom/update/readme-windows
Update README.md
2016-10-27 17:16:49 +02:00
Chris Wright
6edd68ad77 Update README.md 2016-10-27 15:42:28 +01:00
Bob Weinand
13ae43f208 Merge pull request #12 from DaveRandom/fix/windows-fixes
Windows fixes
2016-10-26 19:08:51 +02:00
Chris Wright
4ef13f5444 Add UV::S_* constant equivalents for Windows 2016-10-26 18:03:30 +01:00
Chris Wright
36ecc7d92a Make uv_poll_init_socket() alias of uv_poll_init()
On *nix platforms the two underlying calls are identical. On Windows
we always need uv_poll_init_socket(), this can be done at compile time.
2016-10-26 18:01:41 +01:00
Bob Weinand
4484f57347 Merge pull request #11 from DaveRandom/fix/windows-config-script
Update windows config script
2016-10-26 15:07:40 +02:00
Chris Wright
e6d981d6dc Update windows config script 2016-10-26 14:00:02 +01:00
Bob Weinand
2f34c3dc02 Remove old clutter & dead http parser code 2016-10-26 14:34:10 +02:00
Bob Weinand
bd1e4a9b45 Fix early freeing of non closeable uv handles 2016-10-01 10:51:09 +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
Bob Weinand
120998fba5 Fix more refcounting and closing issues 2016-05-12 07:47:29 +02:00
Bob Weinand
bd9a7d7e81 Fix refcounting and freeing 2016-05-11 05:13:16 +02:00
Bob Weinand
a48b274549 Fix the travis matrix 2016-02-08 02:27:34 +01:00
Bob Weinand
87f9995f34 Fix lengths when reading files 2016-02-08 01:31:40 +01:00
Bob Weinand
e5a1402674 Fix comparison 2015-11-16 14:49:42 +01:00
Bob Weinand
7897f4a11d Merge pull request #5 from steverhoades/issue/4
fixes #4 need to check for valid epoll fd before doing any stream casting
2015-11-09 07:02:38 +01:00
Steve Rhoades
d173e68437 fixes #4 need to check for valid epoll fd before doing any stream casting. 2015-11-08 21:19:50 -08:00
Bob Weinand
32ace95b53 Always auto-close handles (do not risk an assertion failure) 2015-08-18 03:46:26 +02:00
Bob Weinand
389e5c2f25 Fix segfault upon invalid scandir 2015-08-08 16:53:18 +02:00
Bob Weinand
8c0953ba85 Replace various zval_dtor()s by zval_ptr_dtor()
This caused crashes when the passed variable had a refcount > 1 when moved out of callback scope
2015-08-07 18:25:29 +02:00
Bob Weinand
f8db087b79 Merge pull request #3 from rdlowrey/patch-1
Add missing signal stream cast
2015-07-31 13:11:05 +02:00
Daniel Lowrey
f04e8740d8 Add missing signal stream cast 2015-07-30 23:09:35 -04:00
Bob Weinand
578dda8450 Minor bug fixes & adapt for recent resource API changes 2015-02-11 01:30:18 +01:00
Bob Weinand
ce9f86d930 Merge pull request #2 from rdlowrey/master
Fix polling for STDIO and crypto socket handles
2015-02-03 07:32:58 +01:00
Daniel Lowrey
17993cf5da Merge branch 'crypto-socket-fix'
Conflicts:
	php_uv.c
2015-02-03 01:31:15 -05:00
Daniel Lowrey
5554a21485 Fix undefined return 2015-02-03 01:29:17 -05:00
Daniel Lowrey
5223a36b25 Fix polling for STDIO and crypto socket handles 2015-02-03 01:15:30 -05:00
Daniel Lowrey
ec7e067ba2 Fix polling for STDIO and crypto socket handles 2015-02-03 01:14:58 -05:00