doujie3888 2010-12-19 23:34
浏览 25
已采纳

列出/安装PHP Web Stack组件

I've installed WordPress 3.0.2 on my local box using MS Webmatrix (beta 3). Webmatrix tells me the site uses PHP 5.2. Now I need to install a WordPress plugin (JanRain Engage, to be precise) that requires cURL-SSL and JSON.

Before installing the plugin, how do I determine if I already have cURL-SSL and JSON? How should I go about installing them if I don't have them? Are there special instructions within a Webmatrix context?

update
What is the easiest way to run any of the suggested php code or snippets, such as phpinfo(), assuming a Webmatrix environment? I verified that I could execute a php snippet, "using" Webmatrix, by making an html file and viewing it from my web browser:

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8" /><title></title>
    </head>
    <body>
    <?php phpinfo(); ?>
    </body>
</html>

It worked. But is that really the easiest way to execute a PHP function? Seems a little indirect to me.

  • 写回答

3条回答 默认 最新

  • dtnd30892 2010-12-19 23:38
    关注

    First port of call: phpinfo(). It will tell you about curl and should tell you about SSL (I have no experience with that so I don't know what the entry looks like, but it should be in the curl section).

    json_decode and _encode() are part of the core since 5.2.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看