mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 12:37:46 +02:00
feat: set min PHP version to 8.5 + upgrade CI4 to 4.7
update all dependencies to latest
This commit is contained in:
parent
6b302ad8bf
commit
ed57e13b40
109 changed files with 577 additions and 381 deletions
|
|
@ -8,6 +8,19 @@ use CodeIgniter\Config\BaseConfig;
|
|||
|
||||
class CURLRequest extends BaseConfig
|
||||
{
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* CURLRequest Share Connection Options
|
||||
* --------------------------------------------------------------------------
|
||||
*
|
||||
* Share connection options between requests.
|
||||
*
|
||||
* @var list<int>
|
||||
*
|
||||
* @see https://www.php.net/manual/en/curl.constants.php#constant.curl-lock-data-connect
|
||||
*/
|
||||
public array $shareConnectionOptions = [CURL_LOCK_DATA_CONNECT, CURL_LOCK_DATA_DNS];
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* CURLRequest Share Options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue