mirror of
https://github.com/php-win-ext/pecl-processing-rrd.git
synced 2026-03-24 00:52:13 +01:00
As of PHP 7.4.0, fallback declarations of `uint` and `ulong` have been removed. These types are not declared on Windows, and maybe on macOS. Thus, we replace their usage with `unsigned` and `zend_ulong`, respectively.
606 B
606 B