From 92cb4a624a2da6facfea66004bce886877933bcb Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 11 Feb 2005 09:23:58 +0000 Subject: [PATCH] * attempt to fix php4 ref handling --- http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http.c b/http.c index b952046..afa95b7 100644 --- a/http.c +++ b/http.c @@ -66,8 +66,8 @@ ZEND_BEGIN_ARG_INFO(http_request_info_ref_4, 0) ZEND_ARG_PASS_INFO(1) ZEND_END_ARG_INFO(); #else -static unsigned char http_request_info_ref_3[] = {3, BYREF_NONE, BYREF_FORCE_REST}; -static unsigned char http_request_info_ref_4[] = {4, BYREF_NONE, BYREF_FORCE_REST}; +static unsigned char http_request_info_ref_3[] = {3, BYREF_NONE, BYREF_NONE, BYREF_FORCE}; +static unsigned char http_request_info_ref_4[] = {4, BYREF_NONE, BYREF_NONE, BYREF_NONE, BYREF_FORCE}; #endif /* }}}*/ -- 2.30.2