X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_curl.c;h=63bc104f2a58f0ae2b05c5edcd1e905e87d77802;hp=5c026a6de4b89195f91a1706018ef02421abc5de;hb=82923890d9ce44a0642ac2f5ea0cb343aaf50fe3;hpb=cd2f5afaff5794214ec3a784d48b9afce41764bf diff --git a/src/php_http_curl.c b/src/php_http_curl.c index 5c026a6..63bc104 100644 --- a/src/php_http_curl.c +++ b/src/php_http_curl.c @@ -43,9 +43,9 @@ static void php_http_openssl_thread_lock(int mode, int n, const char * file, int } } -static ulong php_http_openssl_thread_id(void) +static unsigned long php_http_openssl_thread_id(void) { - return (ulong) tsrm_thread_id(); + return (unsigned long) tsrm_thread_id(); } #endif #if PHP_HTTP_NEED_GNUTLS_TSL