Skip to content

Can disallow `isset` & `unset`

Compare
Choose a tag to compare
@spaze spaze released this 22 Jan 16:27
· 48 commits to main since this release
676796f

What's new

  • Can disallow isset() in disallowedFunctionCalls (#289, thanks @ksaveras!)
  • Can disallow unset, too (#291)

Internal change

  • array_merge arrays with error messages only when not empty, this should speed things up a bit, maybe (#287)