This commit is contained in:
Anatol Belski 2014-09-12 16:43:05 +02:00
parent 03bf8c256b
commit 95a50f7322

View File

@ -2462,7 +2462,7 @@ static int _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue TSRMLS_
zval *current;
HashTable *postfields;
zend_string *string_key;
ulong num_key;
zend_ulong num_key;
struct HttpPost *first = NULL;
struct HttpPost *last = NULL;