mirror of
https://github.com/php-win-ext/pecl-processing-rrd.git
synced 2026-03-24 00:52:13 +01:00
ee9f807108f5ef38ecd3e6c50dd00acbe4becb9e
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.
PECL/rrd - native bindings for RRD tool system
This is the native PHP bindings for RRD tool system. Uses native librrd C API.
- PHP PECL extension info - https://pecl.php.net/package/rrd
- PHP usage documentation - https://www.php.net/rrd
- rrd tool - https://oss.oetiker.ch/rrdtool/
- librrd C API - https://oss.oetiker.ch/rrdtool/doc/librrd.en.html
Description
Languages
C
67.3%
PHP
26.3%
Makefile
3.3%
M4
2.2%
JavaScript
0.9%