projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a88f5af
)
attempt to fix #78
author
Michael Wallner
<mike@php.net>
Tue, 26 Jun 2018 13:40:28 +0000
(15:40 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 26 Jun 2018 13:40:28 +0000
(15:40 +0200)
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
patch
|
blob
|
history
diff --git
a/src/php_http_client_curl_user.c
b/src/php_http_client_curl_user.c
index d44f3dac815f1512ee9f9c51d66719b0733ffa87..1f69a51cb7203e3d4acb05502f512a703a1f1eb6 100644
(file)
--- 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;