- [2021-09-28 23:28:34 +0900]: Fix leak with ASSIGN_OBJ on null
- [2021-09-28 22:55:24 +0900]: Fix leak of invalid stream_read() return value
- [2021-09-28 21:21:11 +0900]: JIT: Fixed label mess
- [2021-09-28 21:12:58 +0900]: Fix ASSIGN_DIM result inference with typed refs
- [2021-09-28 21:04:16 +0900]: Remove outdated code in ASSIGN_DIM type inference
- [2021-09-28 20:19:23 +0900]: JIT: Fixed result when assigning to typed reference
- [2021-09-28 19:58:14 +0900]: Fix type inference and SCCP with typed references
- [2021-09-28 19:20:58 +0900]: Check exception before using undef_result_after_exception()
- [2021-09-28 19:16:22 +0900]: Consistently set bailed_out flag
- [2021-09-28 18:34:44 +0900]: Undef result if undef dim warning promoted to exception
- [2021-09-28 17:55:08 +0900]: Check exception after QM_ASSIGN of undef var
- [2021-09-28 17:35:54 +0900]: Fix block marking for two arm math
- [2021-09-28 16:43:13 +0900]: Don't use else after return in php_string_tolower()
- [2021-09-28 16:32:54 +0900]: zend_std_get_static_method() should return NULL in case of exception thrown from user error handler
- [2021-09-28 15:19:04 +0900]: JIT ARM64: Move property load into right place
- [2021-09-28 05:16:47 +0900]: JIT: Call zend_hash_index_find() instead of _zend_hash_index_find() if we didn't check for packed array before
- [2021-09-28 05:16:23 +0900]: fpm allow to ptrace/make the the process dumpable for FreeBSD. (#7375)
- [2021-09-28 04:09:51 +0900]: JIT: Split zend_jit_hash_index_lookup_rw() into zend_jit_hash_index_lookup_rw() and zend_jit_hash_index_lookup_rw_no_packed().
- [2021-09-28 02:05:50 +0900]: JIT: Fixed missed zval type initialization