简体   繁体   English

在哪里可以找到Windows的RDDTool php扩展?

[英]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 ? 我正在尝试在Windows上将apache / php5与RDDTool一起使用,但是我找不到php的扩展名。 does it exist ? 是否存在? how can i do with the rrdtool.exe only ? 我该如何只使用rrdtool.exe?

Thanks 谢谢

Have you tried install RRDTool extension from PECL (http://pecl.php.net/package/rrd/download/1.0.0/) ? 您是否尝试过从PECL(http://pecl.php.net/package/rrd/download/1.0.0/)安装RRDTool扩展?

You need to build it for you. 您需要为您构建它。 http://www.php.net/manual/en/install.pecl.windows.php http://www.php.net/manual/zh/install.pecl.windows.php

Second solution ; 第二解; you can call rddtool via shell_exec() function. 您可以通过shell_exec()函数调用rddtool。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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