X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_options.c;fp=src%2Fphp_http_options.c;h=65a27afd27abcd57d291de8ecb69ead8aeed2d6f;hp=4cb6ed37b648cabf62d305024427ece77796f9ba;hb=8c68d26868c0605654517d6dc098a2b269e118ae;hpb=567a61130ed7f4fd7b47fe104ec32990f84bc06e diff --git a/src/php_http_options.c b/src/php_http_options.c index 4cb6ed3..65a27af 100644 --- a/src/php_http_options.c +++ b/src/php_http_options.c @@ -74,7 +74,7 @@ void php_http_options_free(php_http_options_t **registry) } } -php_http_option_t *php_http_option_register(php_http_options_t *registry, const char *name_str, size_t name_len, ulong option, zend_uchar type) +php_http_option_t *php_http_option_register(php_http_options_t *registry, const char *name_str, size_t name_len, unsigned long option, zend_uchar type) { php_http_option_t opt;