chobie / php-uv

libuv php extension
184 stars 21 forks source link

OSX: uv_queue_work does not work correctly. #12

Open chobie opened 12 years ago

chobie commented 12 years ago

see tests/800-uv_queue_work.phpt

---- EXPECTED OUTPUT
[queue][finished]
---- ACTUAL OUTPUT
[finished][queue]
---- FAILED
chobie commented 12 years ago

uv_queue_work works correctly. but this callback run on another thread. so probably callback breaks PHP's buffering data in that case.