mirror of
https://github.com/php/php-src.git
synced 2025-01-02 08:54:04 +08:00
fix type
This commit is contained in:
parent
03bf8c256b
commit
95a50f7322
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user