by shigemk2

当面は技術的なことしか書かない

PHP 2021-10-05

  • [2021-10-05 23:45:25 +0900]: Fix build without global registers
  • [2021-10-05 23:31:53 +0900]: Reuse wrong string offset logic in jit
  • [2021-10-05 23:22:55 +0900]: Fixed bug #81504: Incorrect timezone transition details for POSIX data
  • [2021-10-05 23:00:50 +0900]: Use ephemeral port in test
  • [2021-10-05 22:49:43 +0900]: Fix duplicate undef warning in assign_dim_op
  • [2021-10-05 22:14:39 +0900]: Fixed SSA construction
  • [2021-10-05 22:08:47 +0900]: Fix return type verification with undef var
  • [2021-10-05 20:43:34 +0900]: JIT: Combine type guard with overflow detection
  • [2021-10-05 19:04:44 +0900]: POST_INC_OBJ/POST_DEC_OBJ don't have optional result
  • [2021-10-05 18:34:42 +0900]: Typo
  • [2021-10-05 18:26:32 +0900]: Fix COPY_TMP live range construction after optimization
  • [2021-10-05 18:23:27 +0900]: Revert "Fix #81424: PCRE2 10.35 JIT performance regression"
  • [2021-10-05 17:31:46 +0900]: Restore CE_CACHE clear on persist
  • [2021-10-05 06:30:14 +0900]: Disable failing FPM test
  • [2021-10-05 05:54:32 +0900]: Add the actual test for FPM prod idle timeout test with 6s sleep
  • [2021-10-05 05:50:57 +0900]: Add FPM prod idle timeout test with 6s sleep
  • [2021-10-05 04:28:26 +0900]: JIT: Eliminate useless EG(exception) checks after FETCH_DIM_*