Skip to content

Commit

Permalink
Update config/ini_protection.rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Nov 27, 2023
1 parent 6bbebf0 commit 3b3a779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/ini_protection.rules
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ sp.ini.key("mysqli.max_persistent").set("-1").ro();
sp.ini.key("mysqli.rollback_on_cached_plink").set("0").ro();
@condition extension_loaded("mysqli") && PHP_VERSION_ID < 80200;
sp.ini.key("mysqli.reconnect").set("0").ro();
@end_condition
@condition extension_loaded("mysqlnd");
sp.ini.key("mysqlnd.collect_memory_statistics").set("0").ro();
sp.ini.key("mysqlnd.collect_statistics").set("1").ro();
Expand Down

0 comments on commit 3b3a779

Please sign in to comment.