diff --git a/ext/curl/sync-constants.php b/ext/curl/sync-constants.php index 22db954dd3dd3..5d1eb52e83470 100755 --- a/ext/curl/sync-constants.php +++ b/ext/curl/sync-constants.php @@ -25,7 +25,7 @@ 'CURLOPT_SAFE_UPLOAD', ]; -const CONSTANTS_REGEX_PATTERN = '~^CURL(?:OPT|_VERSION|_HTTP)_[A-Z0-9_]+$~'; +const CONSTANTS_REGEX_PATTERN = '~^CURL(?:E|INFO|OPT|_VERSION|_HTTP)_[A-Z0-9_]+$~'; /** * A simple helper to create ASCII tables.