File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1192,6 +1192,7 @@ PHP_MINIT_FUNCTION(curl)
1192
1192
#if LIBCURL_VERSION_NUM >= 0x074200 /* Available since 7.66.0 */
1193
1193
REGISTER_CURL_CONSTANT (CURLOPT_SASL_AUTHZID );
1194
1194
REGISTER_CURL_CONSTANT (CURL_VERSION_HTTP3 );
1195
+ REGISTER_CURL_CONSTANT (CURLINFO_RETRY_AFTER );
1195
1196
#endif
1196
1197
1197
1198
#if LIBCURL_VERSION_NUM >= 0x074500 /* Available since 7.69.0 */
@@ -1215,6 +1216,7 @@ PHP_MINIT_FUNCTION(curl)
1215
1216
1216
1217
#if LIBCURL_VERSION_NUM >= 0x074900 /* Available since 7.73.0 */
1217
1218
REGISTER_CURL_CONSTANT (CURLOPT_SSL_EC_CURVES );
1219
+ REGISTER_CURL_CONSTANT (CURLINFO_PROXY_ERROR );
1218
1220
#endif
1219
1221
1220
1222
#if LIBCURL_VERSION_NUM >= 0x074a00 /* Available since 7.74.0 */
@@ -1231,6 +1233,7 @@ PHP_MINIT_FUNCTION(curl)
1231
1233
#endif
1232
1234
1233
1235
#if LIBCURL_VERSION_NUM >= 0x074c00 /* Available since 7.76.0 */
1236
+ REGISTER_CURL_CONSTANT (CURLINFO_REFERER );
1234
1237
REGISTER_CURL_CONSTANT (CURLOPT_DOH_SSL_VERIFYHOST );
1235
1238
REGISTER_CURL_CONSTANT (CURLOPT_DOH_SSL_VERIFYPEER );
1236
1239
REGISTER_CURL_CONSTANT (CURLOPT_DOH_SSL_VERIFYSTATUS );
You can’t perform that action at this time.
0 commit comments