rrd

pecl install rrd

PHP bindings to rrd tool system

Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data.

Since rrd version 2.0.3 and PHP 8.2 the librrd used to build is the version 1.8.0 instead of 1.6.0.

Maintainer

  • Miroslav Kubelik (lead )

Details

Stars: 3
Downloads: 164374
2.0.0beta3
9 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 2.0.0beta3 change log


- 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 :)

requires:

  • php >=7.0.0
  • pearinstaller >=1.4.0