by shigemk2

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

PHP 2021-09-21

  • [2021-09-21 21:53:01 +0900]: Don't unconditionally add array value type for undef
  • [2021-09-21 21:34:46 +0900]: Fix incorrect use chain unlink
  • [2021-09-21 21:16:06 +0900]: JIT: Disable recursive call optimization for VM without global register variables (ARM64 part)
  • [2021-09-21 20:30:56 +0900]: JIT: Disable recursive call optimization for VM without global register variables
  • [2021-09-21 20:18:08 +0900]: 7.3.32 is next
  • [2021-09-21 20:09:54 +0900]: Check for undef var in typed property assignment
  • [2021-09-21 20:02:42 +0900]: [ci skip] Add missing CVE to NEWS
  • [2021-09-21 19:05:55 +0900]: Fix missing undef checks for comparisons
  • [2021-09-21 19:01:27 +0900]: JIT x86: Fixed incorrect EX(func) initialization for recursive calls
  • [2021-09-21 18:21:26 +0900]: [ci skip] Add missing NEWS entry
  • [2021-09-21 16:42:53 +0900]: JIT x86: Fixed register clobbering in code produced for "$x[$y] %= $z".
  • [2021-09-21 06:47:22 +0900]: Fix Bug #81462 mime_content_type() indicates wrong arg num on TypeError
  • [2021-09-21 03:14:26 +0900]: JIT: Move unusual checks for IS_REFERENCE to cold paths.
  • [2021-09-21 02:43:19 +0900]: Voidify zend_optimize_script()
  • [2021-09-21 02:33:15 +0900]: Voidify zend_worklist_prepare()
  • [2021-09-21 02:30:37 +0900]: Voidify zend_ssa_unlink_use_chain()
  • [2021-09-21 02:24:40 +0900]: Voidify zend_ssa_compute_use_def_chains()
  • [2021-09-21 02:17:53 +0900]: Voidify zend_mark_cv_references()
  • [2021-09-21 02:16:16 +0900]: Voidify zend_infer_ranges()
  • [2021-09-21 02:14:42 +0900]: Voidify zend_ssa_find_false_dependencies()
  • [2021-09-21 02:12:31 +0900]: Voidify zend_ssa_find_sccs()
  • [2021-09-21 01:49:10 +0900]: Voidify zend_build_dfg()
  • [2021-09-21 01:44:15 +0900]: Voidify zend_cfg_identify_loops()
  • [2021-09-21 01:41:47 +0900]: Voidify zend_cfg_compute_dominators_tree()
  • [2021-09-21 01:40:21 +0900]: Voidify zend_cfg_build_predecessors()
  • [2021-09-21 01:38:47 +0900]: Voidify zend_build_cfg()
  • [2021-09-21 00:34:57 +0900]: Voidify zend_analyze_calls()
  • [2021-09-21 00:31:19 +0900]: Voidify zend_build_call_graph()
  • [2021-09-21 00:17:57 +0900]: Check against FAILURE instead of different then SUCCESS
  • [2021-09-21 00:04:33 +0900]: Use zend_string_equals_literal() macro