wamp server php extension PECL Missing
Does any one know why the PECL extension in wamp server does not exists? I am trying to use the http_build_url() but I get this error: Fatal error: Call to undefined function http_build_url() in ... The function http_build_url() is part of the PECL extension pecl_http . In your WAMP directory locate pecl.exe and open a command shell. Type: pecl install pecl_http and the function call should work. i have found this source of pecl_http package, but dont know how to make it work on wamp as there is no .dll file in there. http://pecl.php.net/package/pecl_http This question is old now, so if you