user event loop support for the curl client
authorMichael Wallner <mike@php.net>
Mon, 13 Jun 2016 05:19:23 +0000 (07:19 +0200)
committerMichael Wallner <mike@php.net>
Mon, 13 Jun 2016 05:19:23 +0000 (07:19 +0200)
commit55d74c2d07edcf6d51fe62bc257c3bde0f7f25d4
tree2f42475f3c8d5867af1810b1c5b52c50797b744f
parent286dfcc5b1e7b24117132c7bff5b8e64ac6ac5d0
user event loop support for the curl client
.gitignore
src/php_http.c
src/php_http_client_curl.c
src/php_http_client_curl.h
src/php_http_client_curl_user.c [new file with mode: 0644]
src/php_http_client_curl_user.h [new file with mode: 0644]
tests/client028.phpt [new file with mode: 0644]