- vastly simplified curl api and renamed it to request api (not completely finished)
[m6w6/ext-http] / php_http.h
index c2c8b106dbc94679263865a356d3a1314459714a..59189a9be8a21e3fbc9c9f557df313ed3d568415 100644 (file)
@@ -83,7 +83,7 @@ PHP_FUNCTION(http_get_request_headers);
 PHP_FUNCTION(http_get);
 PHP_FUNCTION(http_head);
 PHP_FUNCTION(http_post_data);
-PHP_FUNCTION(http_post_array);
+PHP_FUNCTION(http_post_fields);
 #endif /* HTTP_HAVE_CURL */
 PHP_FUNCTION(http_auth_basic);
 PHP_FUNCTION(http_auth_basic_cb);