- Core:
. Added PHP_INT_MIN constant. (Andrea)
- . Added Closure::apply() method. (Andrea)
+ . Added Closure::call() method. (Andrea)
. Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
. Fixed #67959 (Segfault when calling phpversion('spl')). (Florian)
. Implemented the RFC `Catchable "Call to a member function bar() on a
- Core
. Support for strings with length >= 2^31 bytes in 64 bit builds
- . Closure::apply() method added
+ . Closure::call() method added
- Standard
. intdiv() function for integer division added.