by shigemk2

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

PHP 2021-12-26

  • [2021-12-26 18:36:29 +0900]: Make sure SCCP can evaluate all functions pass1 can
  • [2021-12-26 18:11:59 +0900]: Extract special function evaluation from pass1
  • [2021-12-26 17:54:25 +0900]: Remove special chr/count handling in sccp function evaluation
  • [2021-12-26 17:48:06 +0900]: Minor code cleanup in pass1
  • [2021-12-26 08:38:51 +0900]: Fix chunk_split_variation*_32bit.phpt for Windows
  • [2021-12-26 08:05:03 +0900]: Fix GH-7826: Inconsistent argument name in hash_hmac_file and hash_file
  • [2021-12-26 06:18:50 +0900]: Reuse get_class_entry_from_op1() helper
  • [2021-12-26 05:51:29 +0900]: Sink op_array scope case into get_class_entry()
  • [2021-12-26 05:00:07 +0900]: Remove outdated FETCH_CLASS handling in FETCH_CLASS_CONSTANT optimization
  • [2021-12-26 04:55:22 +0900]: Extract common replacement login in pass1
  • [2021-12-26 03:00:09 +0900]: hash: Upgrade xxHash to 0.8.1
  • [2021-12-26 01:39:05 +0900]: Remove unnecessary wrapper function
  • [2021-12-26 01:32:18 +0900]: Don't exclude arrays from constant collection
  • [2021-12-26 00:45:38 +0900]: Remove FETCH_CLASS+INSTANCEOF special case
  • [2021-12-26 00:32:02 +0900]: Move FETCH_CLASS+INSTANCEOF special case out of update_op1_const()