File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 285285 'timezone ' => 'UTC ' ,
286286
287287 /*
288- * For MariaDB/MySQL the internal default changed from utf8 to utf8mb4, aka full utf-8 support, in CakePHP 3.6
288+ * For MariaDB/MySQL the internal default changed from utf8 to utf8mb4, aka full utf-8 support
289289 */
290- // 'encoding' => 'utf8mb4',
290+ 'encoding ' => 'utf8mb4 ' ,
291291
292292 /*
293293 * If your MySQL server is configured with `skip-character-set-client-handshake`
326326 'driver ' => Mysql::class,
327327 'persistent ' => false ,
328328 'timezone ' => 'UTC ' ,
329- // 'encoding' => 'utf8mb4',
329+ 'encoding ' => 'utf8mb4 ' ,
330330 'flags ' => [],
331331 'cacheMetadata ' => true ,
332332 'quoteIdentifiers ' => false ,
Original file line number Diff line number Diff line change 157157 }
158158
159159 $ httpHost = env ('HTTP_HOST ' );
160- if (isset ( $ httpHost) ) {
160+ if ($ httpHost ) {
161161 $ fullBaseUrl = 'http ' . $ s . ':// ' . $ httpHost ;
162162 }
163163 unset($ httpHost , $ s );
You can’t perform that action at this time.
0 commit comments