← All changes
|
vendor_prefixed/twig/symfony/polyfill-php81/bootstrap.php
+0
-3
4.3.0
→
4.0.0-dev4
View file →
| @@ -16,11 +16,8 @@ | ||
| 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 | -} | |
| 23 | 20 | if (!\function_exists('array_is_list')) { |
| 24 | 21 | function array_is_list(array $array) : bool |
| 25 | 22 | { |
| 26 | 23 | return p\Php81::array_is_list($array); |