From: Michael Wallner Date: Thu, 22 Dec 2005 16:36:01 +0000 (+0000) Subject: - separation of the postFields array X-Git-Tag: RELEASE_0_21_0~42 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=767eb5781e4d072f496b5f1009024602f9bd5651;p=m6w6%2Fext-http - separation of the postFields array --- diff --git a/http_request_object.c b/http_request_object.c index 1026317..5032247 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -1190,7 +1190,7 @@ PHP_METHOD(HttpRequest, setPostFields) zval *post, *post_data = NULL; getObject(http_request_object, obj); - if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a!", &post_data)) { + if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a/!", &post_data)) { RETURN_FALSE; }