- [2021-09-16 23:54:07 +0900]: Allow get_request_time() hook to fail
- [2021-09-16 23:52:38 +0900]: Fix initializer warning in apache2handler
- [2021-09-16 23:18:51 +0900]: JIT: Fixed memory leak in BOOL_NOT when opearnd ia a reference to bool
- [2021-09-16 23:07:09 +0900]: Fix persistent smart_str allocation
- [2021-09-16 22:47:38 +0900]: Undef result on throwing typed reference assignment
- [2021-09-16 22:29:08 +0900]: Don't leak header callback if headers already sent
- [2021-09-16 21:50:16 +0900]: Tracing JIT: Use recorded information about elements of arrays to generate better code for ASSIGN_DIM_OP.
- [2021-09-16 21:42:08 +0900]: Don't const evaluate increment of array in SCCP
- [2021-09-16 19:44:06 +0900]: Fix may_throw for ASSIGN_OBJ
- [2021-09-16 18:34:21 +0900]: Fixed condition
- [2021-09-16 18:31:06 +0900]: Handle SWITCH_STRING with optimized away FREE
- [2021-09-16 18:17:24 +0900]: Fix compiler warnings in ext/intl
- [2021-09-16 17:42:52 +0900]: Add missing field initializer
- [2021-09-16 17:40:03 +0900]: Remove unnecessary const qualifier
- [2021-09-16 17:38:28 +0900]: Release observed function name table
- [2021-09-16 17:36:49 +0900]: Add observer_ prefix to test name
- [2021-09-16 17:33:01 +0900]: Fixed support for numeric string keys
- [2021-09-16 16:32:08 +0900]: Tracing JIT: Record information about elements of arrays and use it to improve generated code (ASSIGN_DIM).
- [2021-09-16 02:50:16 +0900]: Fix #70962: XML_OPTION_SKIP_WHITE strips embedded whitespace
- [2021-09-16 00:22:51 +0900]: Fix file clash in file_put_contents test
- [2021-09-16 00:13:22 +0900]: Fix result operand undef for ARM JIT as well