amphp / ext-uv

Other
188 stars 28 forks source link

Missing uv_last_error(), all uv functions return just a NULL? #91

Open mindaugasvcs opened 4 years ago

mindaugasvcs commented 4 years ago

I can see uv_last_error() in examples but it's unawailable in the last php-uv build. How to check for errors after a function call?

PHP Fatal error: Uncaught Error: Call to undefined function uv_last_error()