diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-31 15:12:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-31 15:12:21 +0100 |
commit | 24ade3b04d8ed7c282518ae319b998d9223b84dc (patch) | |
tree | 88623e47555ba01a7117e5b963e2b65f071c9ce5 /http-curl.patch | |
parent | 0a2635a817797099ca5d7ab204b0b2dffb92b6f0 (diff) |
php-pecl-http 2.0.0beta4
Diffstat (limited to 'http-curl.patch')
-rw-r--r-- | http-curl.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/http-curl.patch b/http-curl.patch deleted file mode 100644 index b98b612..0000000 --- a/http-curl.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- pecl_http-2.0.0beta3/php_http_curl_client.c.old 2012-12-13 18:57:02.000000000 +0100 -+++ pecl_http-2.0.0beta3/php_http_curl_client.c 2012-12-13 18:57:05.000000000 +0100 -@@ -642,6 +642,7 @@ - return SUCCESS; - } - -+#if PHP_HTTP_CURL_VERSION(7,21,3) - static STATUS php_http_curl_client_option_set_resolve(php_http_option_t *opt, zval *val, void *userdata) - { - php_http_client_t *h = userdata; -@@ -670,6 +671,7 @@ - } - return SUCCESS; - } -+#endif - - static void php_http_curl_client_options_init(php_http_options_t *registry TSRMLS_DC) - { |