X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=2f8d679036c63446b74cd4bad423803ce5470a96;hp=b0916b9af403373bda564d06fd5b410bc30659db;hb=b63e146a77c6512cae1574c0bb520b3a7bbec1e7;hpb=1f4974565dc58da9c7bfbde278896a5e06e9d669 diff --git a/http_functions.c b/http_functions.c index b0916b9..2f8d679 100644 --- a/http_functions.c +++ b/http_functions.c @@ -87,11 +87,11 @@ PHP_FUNCTION(http_date) * Returns the absolute URI as string. * * Examples: - * + *
  * 
- * 
+ * 
*/ PHP_FUNCTION(http_build_uri) { @@ -1307,7 +1307,7 @@ PHP_FUNCTION(http_request_method_unregister) } /* }}} */ -/* {{{ proto long http_request_method_exists(mixed method) +/* {{{ proto int http_request_method_exists(mixed method) * * Check if a request method is registered (or available by default). *