Skip to content

v1.1.10

Latest
Compare
Choose a tag to compare
@jakubmisek jakubmisek released this 23 Aug 13:13
· 5 commits to master since this release

This release improves compatibility with WordPress, enhances performance, and adds some interoperability features.

New functions

Interoperabiity

Optimizations

  • string evaluation uses much less allocations
  • version_compare() is without allocations
  • glob uses less allocations
  • overload resolution using named arguments: better compile time method binding, avoids some dynamic calls in run-time.

Fixes

  • Diagnostic for printf with more than 9 arguments checks the arguments correctly.