How do I enable the PHP HTTP PECL extension on Windows? -
i have installation of xampp version 1.7.3 on windows 7 x64. want enable php http extension. how go doing so? is, dll, register it, etc. in advance.
first, download pecl module php website.
then unzipp , copy file php_http.dll in php extension folder. edit php.ini file (c:\windows\php.ini) , activate module :
extension=php_http.dll
Comments
Post a Comment