Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 432 Bytes

WordPress.PHP.IniSet.md

File metadata and controls

15 lines (9 loc) · 432 Bytes

Pattern: Use of ini_set()

Issue: -

Description

Detects use of the ini_set() function.

  • Won't throw notices for "safe" ini directives as listed in the whitelist.
  • Throws errors for ini directives listed in the blacklist.
  • A warning will be thrown in all other cases.

Further Reading