i'm trying to use RDDTool with my apache/php5 on 开发者_StackOverflow中文版Windows but i can't find the extension for php.. can you help me ? does it exist ? how can i do with the rrdtool.exe only ?
Thanks
Have you tried install RRDTool extension from PECL (http://pecl.php.net/package/rrd/download/1.0.0/) ?
You need to build it for you. http://www.php.net/manual/en/install.pecl.windows.php
Second solution ; you can call rddtool via shell_exec() function.
精彩评论