by shigemk2

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

PHP 2021-09-14

  • [2021-09-14 23:28:45 +0900]: Apply fix for ARM JIT as well
  • [2021-09-14 22:12:49 +0900]: Fix JIT for recursive call with too few args
  • [2021-09-14 21:27:53 +0900]: Display DASM_S_UNDEF_PC argument
  • [2021-09-14 20:20:28 +0900]: Check for no uses before removing result operand
  • [2021-09-14 20:14:54 +0900]: Mark ASSIGN result as UNUSED in SCCP
  • [2021-09-14 19:14:12 +0900]: Fix memory leak in array unpack with refcounted numeric string key
  • [2021-09-14 18:20:11 +0900]: Fix func/class name use after free on opcache OOM condition
  • [2021-09-14 18:04:11 +0900]: Free recorded warnings if script not cached
  • [2021-09-14 17:09:32 +0900]: Fix BIND_STATIC may_throw check
  • [2021-09-14 09:59:06 +0900]: Fix #81429: Handle resizing in SplFixedArray::offsetSet (#7487)
  • [2021-09-14 05:46:26 +0900]: Use wildcard for error message
  • [2021-09-14 04:44:40 +0900]: Separate zend_array_type_info() to avoid loop inlining
  • [2021-09-14 04:07:46 +0900]: Try to fix test
  • [2021-09-14 03:57:26 +0900]: Properly check if BIND_STATIC may throw
  • [2021-09-14 00:21:38 +0900]: BIND_STATIC may throw