简体   繁体   中英

Where can i find RDDTool php extension for Windows?

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM