Browse code

install/install.php: disable MySQLi error suppression by default with a note

Clarissa Walker authored on 2026/09/11 19:50:29
Showing 1 changed files
... ...
@@ -24,9 +24,10 @@
24 24
 
25 25
 /**
26 26
  * Revert PHP 8.1 mysqli default error mode
27
+ * commented out by default - uncomment if you run into any db related issues with this file
27 28
  * @link https://github.com/php/php-src/blob/4025cf2875f895e9f7193cebb1c8efa4290d052e/UPGRADING#L101-L105
28 29
  */
29
-mysqli_report(MYSQLI_REPORT_OFF);
30
+// mysqli_report(MYSQLI_REPORT_OFF);
30 31
 
31 32
 
32 33
 function random_char($string)