From: Pierre Joye Date: Mon, 18 May 2009 11:48:56 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.4.0alpha1~191^2~3629 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fa7af759a97cbc9973b9263b6890024951840ab;p=php - WS --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index e37ddfefc7..9ea44e06f2 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -2000,7 +2000,7 @@ type_conflict: PHP_FUNCTION(curl_setopt) { zval *zid, **zvalue; - long options; + long options; php_curl *ch; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zlZ", &zid, &options, &zvalue) == FAILURE) {