- rename http_absolute_uri to http_build_uri (complements http_build_query)
[m6w6/ext-http] / php_http.h
index 1079eaf28384ea31aa46dbfae7d2376e45622573..3bd580e251c47be9e896974c2ea1ce9ae8f177ac 100644 (file)
@@ -94,7 +94,7 @@ ZEND_END_MODULE_GLOBALS(http)
 
 PHP_FUNCTION(http_test);
 PHP_FUNCTION(http_date);
-PHP_FUNCTION(http_absolute_uri);
+PHP_FUNCTION(http_build_uri);
 PHP_FUNCTION(http_negotiate_language);
 PHP_FUNCTION(http_negotiate_charset);
 PHP_FUNCTION(http_redirect);