File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
const SQL_MODE_PERMISSIVE = 'NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER ' ;
89
89
90
90
// Do not change these three lines, PLEASE-PLEASE. In fact, don't change anything! Ever!
91
- const WACKO_VERSION = '6.1.15 ' ;
91
+ const WACKO_VERSION = '6.1.16 ' ;
92
92
const HTML_ENTITIES_CHARSET = 'UTF-8 ' ;
93
93
const XML_HTMLSAX3 = 'lib/HTMLSax3/ ' ;
94
94
97
97
const ACTION4DIFF = 'anchor, toc ' ; // allowed actions in DIFF
98
98
99
99
const DB_MIN_VERSION = ['mariadb ' => '10.2.2 ' , 'mysql ' => '5.7.7 ' ];
100
- const DB_ERROR_MODE = 1 ; // DB error mode: 0 - silent, 1 - warning, 2 - exception
100
+ const DB_ERROR_MODE = 0 ; // DB error mode: 0 - silent, 1 - warning, 2 - exception
101
101
102
102
const PHP_MIN_VERSION = '8.0 ' ; // minimum required PHP version
103
103
const PHP_MAX_VERSION = '8.1 ' ; // maximum required PHP version
104
- const PHP_ERROR_REPORTING = 6 ; // PHP error reporting: 0 - off, 6 - all
104
+ const PHP_ERROR_REPORTING = 0 ; // PHP error reporting: 0 - off, 6 - all
You can’t perform that action at this time.
0 commit comments