0

I have installed WAMPServer and tried the PHP function; http_get(). I then get the following error message:

Call to undefined function http_get()

I have done the following:

  • Copied php_http.dll in wamp64\bin\php\php5.6.25\ext folder.
  • Added this line: extension=php_http.dll to my php.ini file.
Bugs
  • 4,491
  • 9
  • 32
  • 41
Crusoe
  • 1
  • 2
  • I donwnloaded php_http.dll from here : [http://windows.php.net/downloads/pecl/releases/http/2.0.1/](http://windows.php.net/downloads/pecl/releases/http/2.0.1/) – Crusoe Apr 09 '17 at 20:16
  • If you look closely at the repository you used. **There is no version that will work with PHP5.6!** Try [this repo instead](http://windows.php.net/downloads/pecl/releases/http/2.6.0/logs/) – RiggsFolly Apr 10 '17 at 09:26
  • 1
    @RiggsFolly : there is no .dll file in your repository. – Crusoe Apr 10 '17 at 14:22
  • Hmm Thats useful isn't it? – RiggsFolly Apr 10 '17 at 21:16

0 Answers0