X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=4ebbc5c60c0a34f2cd4e6ab8a41735a9bf05a668;hb=1ad65c598ee022aa7b31bb0884fe15b3dcd454d3;hp=b62777ee4f93552c0d2d4c443f1e1270bbd85f54;hpb=8d25696948ed61d50c417275222117f43069ddd1;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index b62777e..4ebbc5c 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define HTTP_PEXT_VERSION "0.18.0dev" +#define HTTP_PEXT_VERSION "0.18.1" /* make compile on Win32 */ #ifdef HTTP_HAVE_CURL @@ -98,6 +98,7 @@ PHP_FUNCTION(http_date); PHP_FUNCTION(http_build_uri); PHP_FUNCTION(http_negotiate_language); PHP_FUNCTION(http_negotiate_charset); +PHP_FUNCTION(http_negotiate_content_type); PHP_FUNCTION(http_redirect); PHP_FUNCTION(http_throttle); PHP_FUNCTION(http_send_status);