Skip to content

1.1.0: Add implementation for spl_object_id for PHP <= 7.1 by default

Latest
Compare
Choose a tag to compare
@TysonAndre TysonAndre released this 16 Aug 23:28
· 1 commit to master since this release

spl_object_id will be built into PHP as of PHP 7.2.
This alias should speed up code that would otherwise use PHP polyfills.
Add --enable-runkit-spl_object_id=no to disable the new function alias.