Skip to content

Mastodon

Latest
Compare
Choose a tag to compare
@jvoisin jvoisin released this 06 Sep 12:39
· 1 commit to master since this release

New features

  • Compatibility with PHP8.4
  • Print key and value on INI violations
  • Improve scripts/generate_rules.php with regard to functions from global space prefixed with \
  • Add option to specify the allowed "php" wrapper types

Bug fixes

  • Make 'phar' filenames work in sp.disabled_functions
  • Improve the documentation
  • Improve the default set of rules, especially with regard to portability
  • Improve the Debian packaging
  • Improve behaviour when dealing with broken configuration file
  • Update the internal deprecation checks
  • Don't whitelist files if the function name is actually a method of a class in scripts/generate_rules.php
  • Ignore function definition in scripts/generate_rules.php
  • Improve configuration dumping
  • Fixed compilation on FreeBSD