← All changes
|
vendor_prefixed/twig/symfony/polyfill-php81/bootstrap.php
+3
-0
4.2.0-dev2
→
4.3.2
View file →
| @@ -16,8 +16,11 @@ | ||
| 16 | 16 | } |
| 17 | 17 | if (\defined('MYSQLI_REFRESH_SLAVE') && !\defined('MYSQLI_REFRESH_REPLICA')) { |
| 18 | 18 | \define('MYSQLI_REFRESH_REPLICA', 64); |
| 19 | 19 | } |
| 20 | +if (\extension_loaded('curl') && !\defined('CURLOPT_ISSUERCERT_BLOB') && \curl_version()['version_number'] >= 0x74700) { | |
| 21 | + \define('CURLOPT_ISSUERCERT_BLOB', 40295); | |
| 22 | +} | |
| 20 | 23 | if (!\function_exists('array_is_list')) { |
| 21 | 24 | function array_is_list(array $array) : bool |
| 22 | 25 | { |
| 23 | 26 | return p\Php81::array_is_list($array); |