i'm trying to use RDDTool with my apache/php5 on 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

link|improve this question

What are you trying to do? Have you tried using exec? – Khez Apr 15 '11 at 8:10
Related: ioncannon.net/system-administration/25/… – Pekka Apr 15 '11 at 8:11
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.