Skip to content

Commit ff50779

Browse files
committed
raised WACKO_VERSION to 6.1.16
1 parent 8fcb505 commit ff50779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/constants.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
const SQL_MODE_PERMISSIVE = 'NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER';
8989

9090
// 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';
9292
const HTML_ENTITIES_CHARSET = 'UTF-8';
9393
const XML_HTMLSAX3 = 'lib/HTMLSax3/';
9494

@@ -97,8 +97,8 @@
9797
const ACTION4DIFF = 'anchor, toc'; // allowed actions in DIFF
9898

9999
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
101101

102102
const PHP_MIN_VERSION = '8.0'; // minimum required PHP version
103103
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

0 commit comments

Comments
 (0)