History log of /php-uv/tests/700-uv_rwlock.phpt (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v0.2.2, v0.2.1, v0.2.0, v0.1.2, v0.1.1, v0.1.0
# 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 ...


# 449205e2 30-Jun-2012 Shuhei Tanuma

add uv_rwlock test cases and improve uv-rwlock functions