laruence / yar

Light, concurrent RPC framework for PHP & C
Other
1.43k stars 319 forks source link

Replace uint with unsigned #145

Closed cmb69 closed 4 years ago

cmb69 commented 4 years ago

As of PHP 7.4.0, the portable definition of uint is no longer available, so we replace it with unsigned.