Skip to content

New tokenizer and executor

Compare
Choose a tag to compare
@neonxp neonxp released this 20 May 19:29
· 68 commits to master since this release
913cf0a
  • New tokenizer without regular expressions
  • Simpler code structure
  • Better performance
  • ~20% less memory usage
  • PHP >=7.1 support
  • Division by zero default is now to throw DivisionByZeroException. Call setDivisionByZeroIsZero to default to V1 behavior.