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
inwamp64\bin\php\php5.6.25\ext
folder. - Added this line:
extension=php_http.dll
to myphp.ini
file.