derickr / vld

BSD 2-Clause "Simplified" License
464 stars 87 forks source link

Replace uint with unsigned #54

Closed cmb69 closed 4 years ago

cmb69 commented 4 years ago

As of PHP 7.4.0, uint is no longer guaranteed to be available on all platforms. Therefore we replace it with the portable unsigned.

derickr commented 4 years ago

Merged, after rebase.