File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 'strict ' => true ,
6060 'engine ' => null ,
6161 'options ' => extension_loaded ('pdo_mysql ' ) ? array_filter ([
62- PDO ::MYSQL_ATTR_SSL_CA => env ('MYSQL_ATTR_SSL_CA ' ),
62+ ( PHP_VERSION_ID >= 80500 ? \ Pdo \Mysql:: ATTR_SSL_CA : \ PDO ::MYSQL_ATTR_SSL_CA ) => env ('MYSQL_ATTR_SSL_CA ' ),
6363 ]) : [],
6464 ],
6565
7979 'strict ' => true ,
8080 'engine ' => null ,
8181 'options ' => extension_loaded ('pdo_mysql ' ) ? array_filter ([
82- PDO ::MYSQL_ATTR_SSL_CA => env ('MYSQL_ATTR_SSL_CA ' ),
82+ ( PHP_VERSION_ID >= 80500 ? \ Pdo \Mysql:: ATTR_SSL_CA : \ PDO ::MYSQL_ATTR_SSL_CA ) => env ('MYSQL_ATTR_SSL_CA ' ),
8383 ]) : [],
8484 ],
8585
Original file line number Diff line number Diff line change 152152 |
153153 | This value determines the domain and subdomains the session cookie is
154154 | available to. By default, the cookie will be available to the root
155- | domain and all subdomains. Typically, this shouldn't be changed.
155+ | domain without subdomains. Typically, this shouldn't be changed.
156156 |
157157 */
158158
You can’t perform that action at this time.
0 commit comments