“PHP Fatal error: Class 'HttpRequest' not found”

前端 未结 2 1774
Happy的楠姐
Happy的楠姐 2020-11-28 12:07

I\'ve been stuck trying to solve this problem in many ways, reading a lot of posts but still having no luck. I work on a Mac, OSX 10.7 Lion, and I\'m writing a plugin for a

2条回答
  •  無奈伤痛
    2020-11-28 12:42

    The class HttpRequest is provided by v1 of this PECL extension.

    Re-install via: $ pecl install -f pecl_http-1.7.6

    You can find documentation for v2 here, though: https://mdref.m6w6.name/http

提交回复
热议问题