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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -