I work with windows 7 using WampServer Version 2.2 php5.3.13
I put my project in www
and during the execution of my project this error is displayed
Fatal error: Call to undefined function http_build_url() in C:\wamp\www
in the source code of my project I use this syntax
$url = http_build_url($url);
I think I need to configure wamp
php_http.dll
file.php_http
extension is enabled in your php.ini
(or any other included .ini-s)php.ini
to enable the extension.