Changelog for rrd |
Release |
What has changed? |
2.0.3 |
- fix windows build - thanks Christoph <cmb@php.net> |
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 :) |
2.0.0beta2 |
- first release for PHP 7 - 2.x series isn't BC compatible with PHP 5
- package.xml release info fix |
2.0.0beta1 |
- rrdc_disconnect is available in rrd 1.4.0+ (Remi) |
1.1.3 |
- rrdc_disconnect is available in rrd 1.4.0+ (Remi) |
1.1.2 |
- closing connection to rrd caching daemon #66088
- better documentation for RRDGraph::setOptions #65756 |
1.1.1 |
- possible segfault in rrd_fetch |
1.1.0 |
- bug with multiple data sources in rrd_lastupdate - BC break #61316 |
1.0.5 |
- license changed to the BSD license |
1.0.5RC2 |
- zts build fixed #59992 |
1.0.5RC1 |
- config.m4 - lib searching rewritten, better support across architectures #22683
- RRDUpdater - multiple DS doesnt' work #23579
- better support for compiling under 5.2.x #22719
- small manual fixes |
1.0.4 |
- can be used with 5.4/trunk #22836 |
1.0.3 |
- fixed installation for libs outside LDFLAGS #22666 |
1.0.2 |
- fixed broken installation on FreeBSD #22651 |
1.0.1 |
- fixed broken pecl installation #22644 |
1.0.0 |
- fixed all reported bugs, mostly in test
- rrd_version() added
- better tests |
0.10.0 |
- fixed all reported bugs
- fixed major bug in rrd_fetch #21402
- BC break : rdd_fetch returned array format changed, these items doesn't
exist anymore - "ds_cnt", "ds_namv" |
0.9.0 |
- first PECL release |