PHP bindings to rrd tool system
Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data.
License: BSD
Version | Release | Download |
2.0.3 | 2021-04-22 | rrd-2.0.3.tgz |
2.0.2 | 2021-04-18 | rrd-2.0.2.tgz |
2.0.1 | 2016-05-10 | rrd-2.0.1.tgz |
2.0.0 | 2015-12-28 | rrd-2.0.0.tgz |
2.0.0beta3 | 2015-06-27 | rrd-2.0.0beta3.tgz |
Version | Message |
2.0.3 |
- fix windows build - thanks Christoph |
2.0.2 | - compatibility with PHP 8 - thanks Remi |
2.0.1 |
- config.m4 - cleanup, pkg-config usage - check for rrdtool 1.5, 1.6 - works without code changes |
2.0.0 | - utilize ZSTR macros for zend_string |
2.0.0beta3 |
- better default time parameter handling for RRDUpdater:update - zend_string in zend_parse_parameter if possible - 'p' for paths in zend_parse_parameter (remi) - zend_object must be the last member of the own object struct - uggh - (remi) - PHP_FE_END instead of 3 times NULL in zend_function_entry - uggh - (remi) - zend_object_properties_size() usage (remi) - size_t for string parameters length (remi) - huge thanks to remi :) |