DB/Engine
* drop usage of MyISAM and switch to InnoDB.
This commit is contained in:
parent
2bd588045a
commit
cd4e049680
4 changed files with 123 additions and 63 deletions
|
|
@ -3,7 +3,7 @@
|
|||
mb_internal_encoding('UTF-8');
|
||||
mysqli_report(MYSQLI_REPORT_ERROR);
|
||||
|
||||
define('AOWOW_REVISION', 37);
|
||||
define('AOWOW_REVISION', 38);
|
||||
define('OS_WIN', substr(PHP_OS, 0, 3) == 'WIN'); // OS_WIN as per compile info of php
|
||||
define('CLI', PHP_SAPI === 'cli');
|
||||
define('CLI_HAS_E', CLI && // WIN10 and later usually support ANSI escape sequences
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue