X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_std_defs.h;h=4f9f93e3dc7ca513f7f331fe79a8ba5df8d46c73;hp=c13f3bd4fe1990bd76dd993f79ee877520e9e2cb;hb=dfe2dbf042d42f83255b6ff46c2210bcd57ca586;hpb=e103c61ca14d22e9507379810e980075c8323ca3 diff --git a/php_http_std_defs.h b/php_http_std_defs.h index c13f3bd..4f9f93e 100644 --- a/php_http_std_defs.h +++ b/php_http_std_defs.h @@ -108,7 +108,7 @@ typedef int STATUS; #define HTTP_URI_ARGSEP HTTP_URL_ARGSEP /* send buffer size */ -#define HTTP_SENDBUF_SIZE 2097152 +#define HTTP_SENDBUF_SIZE 40960 /* CURL buffer size */ #define HTTP_CURLBUF_SIZE 16384 @@ -360,7 +360,17 @@ typedef int STATUS; static unsigned char http_arg_pass_ref_5[] = {5, BYREF_NONE, BYREF_NONE, BYREF_NONE, BYREF_NONE, BYREF_FORCE}; # endif /* ZEND_ENGINE_2 */ #else -# define HTTP_DECLARE_ARG_PASS_INFO() +# ifdef ZEND_ENGINE_2 +# define HTTP_DECLARE_ARG_PASS_INFO() \ + static \ + ZEND_BEGIN_ARG_INFO(http_arg_pass_ref_2, 0) \ + ZEND_ARG_PASS_INFO(0) \ + ZEND_ARG_PASS_INFO(1) \ + ZEND_END_ARG_INFO(); +# else +# define HTTP_DECLARE_ARG_PASS_INFO() \ + static unsigned char http_arg_pass_ref_2[] = {2, BYREF_NONE, BYREF_FORCE}; +# endif /* ZEND_ENGINE_2 */ #endif /* HTTP_HAVE_CURL */