Open oetiker opened 12 years ago
[oetiker] Hi Mark,
Neat ... now if you did provide a Makefile.am so that I could include it in the bindings directory this would be even cooler.
cheers tobi
[human] Tobi,
Can you point me some info on this Makefile.am, I don't mind do some more stuff if it makes easier to be included in the bindings dir. I've just gotten into C recently, still a lot to learn from.
Mark
[human] Got it. Just download the rrdtool source package for Debian. It's only up to version 1.2.15, but let me see what I can do.
Don't know what's the better way to share my mini updated version of rrdtool-php module. Basically just added xport option for the module so I can use CDEF function. The return array is the same as rrd_fetch except [data] arrangement is different because rrd_xport_fn returns data differently. I've documented the change in README.
Thanks, Mark Lin