mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
sync with HEAD
This commit is contained in:
parent
90d1875421
commit
0813510d1b
@ -1290,7 +1290,8 @@ PHP_FUNCTION(curl_version)
|
||||
array_init(protocol_list);
|
||||
|
||||
while (*p != NULL) {
|
||||
add_next_index_string(protocol_list, *p++, 1);
|
||||
add_next_index_string(protocol_list, *p, 1);
|
||||
p++;
|
||||
}
|
||||
CAAZ("protocols", protocol_list);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user