We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6aa50 commit e622695Copy full SHA for e622695
ext/curl/interface.c
@@ -1053,7 +1053,7 @@ PHP_FUNCTION(curl_version)
1053
1054
array_init(return_value);
1055
1056
- CAAL("version_number", d->version_num);
+ CAAS("version", d->version);
1057
CAAL("age", d->age);
1058
CAAS("host", d->host);
1059
@@ -1131,8 +1131,6 @@ PHP_FUNCTION(curl_version)
1131
}
1132
1133
CAAZ("features", &feature_list);
1134
- CAAL("ssl_version_number", d->ssl_version_num);
1135
- CAAS("version", d->version);
1136
CAAS("ssl_version", d->ssl_version);
1137
CAAS("libz_version", d->libz_version);
1138
/* Add an array of protocols */
0 commit comments