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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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