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 2076e8a commit 740f270Copy full SHA for 740f270
ext/curl/interface.c
@@ -1211,7 +1211,7 @@ PHP_FUNCTION(curl_version)
1211
#endif
1212
#if LIBCURL_VERSION_NUM >= 0x071001 /* Available since 7.16.1 CURLVERSION_FOURTH */
1213
if (d->iconv_ver_num) {
1214
- add_assoc_string (&feature_version, "iconv", d->iconv_ver_num);
+ add_assoc_long (&feature_version, "iconv", d->iconv_ver_num);
1215
}
1216
1217
0 commit comments