Commit aab43ab introduced a default curl options array CURLOPT_DEFAULT, but the code is not parsable without php_curl being available.
Without it, parsing fails like this:
PHP Fatal error: Uncaught Error: Undefined constant "CURLOPT_CONNECTTIMEOUT" in .../include/tcpdf_static.php:115
Stack trace:
#0 .../include/tcpdf_static.php(2511): [constant expression]()
Commit aab43ab introduced a default curl options array CURLOPT_DEFAULT, but the code is not parsable without php_curl being available.
Without it, parsing fails like this: