chobie / php-uv

libuv php extension
184 stars 21 forks source link

Added missing constants #29

Closed csaoh closed 11 years ago

csaoh commented 11 years ago

While UV::S_IRUSR, UV::S_RGRP, UV::S_WGRP and such do exist, UV::S_IWUSR and UV::S_IXUSR weren't defined. So i added them.

chobie commented 11 years ago

Thanks spotting it!