diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-19 14:05:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-19 14:05:53 +0200 |
commit | 3ee7c98db4fcdc01003f11e9f568af5a48d98b8c (patch) | |
tree | 6fcf03927e761e53e896928bce00157cb0dc69bb /512f733beac73f37ba4acbcf730ebc6c6de849b6.patch | |
parent | eb365bf32ee4a744fd8e2e0a51e0c19e804d5517 (diff) |
v3.2.0
Diffstat (limited to '512f733beac73f37ba4acbcf730ebc6c6de849b6.patch')
-rw-r--r-- | 512f733beac73f37ba4acbcf730ebc6c6de849b6.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/512f733beac73f37ba4acbcf730ebc6c6de849b6.patch b/512f733beac73f37ba4acbcf730ebc6c6de849b6.patch deleted file mode 100644 index 44282d0..0000000 --- a/512f733beac73f37ba4acbcf730ebc6c6de849b6.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 512f733beac73f37ba4acbcf730ebc6c6de849b6 Mon Sep 17 00:00:00 2001 -From: Michael Wallner <mike@php.net> -Date: Tue, 26 Jun 2018 15:40:28 +0200 -Subject: [PATCH] attempt to fix #78 - -PHP-7.3 build fails on x86 due to change of the calling convention of -the zif_handler ---- - src/php_http_client_curl_user.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/php_http_client_curl_user.c b/src/php_http_client_curl_user.c -index d44f3da..1f69a51 100644 ---- a/src/php_http_client_curl_user.c -+++ b/src/php_http_client_curl_user.c -@@ -22,7 +22,7 @@ typedef struct php_http_client_curl_user_ev { - php_http_client_curl_user_context_t *context; - } php_http_client_curl_user_ev_t; - --static void php_http_client_curl_user_handler(INTERNAL_FUNCTION_PARAMETERS) -+static ZEND_NAMED_FUNCTION(php_http_client_curl_user_handler) - { - zval *zstream = NULL, *zclient = NULL; - php_stream *stream = NULL; |