by shigemk2

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

PHP 2021-08-30

  • [2021-08-30 23:09:02 +0900]: Fix typo in gen_stub.php
  • [2021-08-30 23:02:35 +0900]: JIT: Better code for ADD/SUB/MUL and references in tracing JIT.
  • [2021-08-30 22:56:47 +0900]: Generate optimizer func info from stubs for ext/standard - part 3 (#7426)
  • [2021-08-30 21:29:18 +0900]: Specify a few array func info entries (#7425)
  • [2021-08-30 21:01:12 +0900]: Use camelCase method names in OCICollection and OCILob (#7405)
  • [2021-08-30 20:56:51 +0900]: JIT: Allow keeping result of FETCH_CONSTANT in a CPU register
  • [2021-08-30 20:50:34 +0900]: Add support for generating MAY_BE_ARRAY_OF_REF func info flag (#7416)
  • [2021-08-30 19:58:23 +0900]: JIT: Avoid useless EX(func) load
  • [2021-08-30 19:19:04 +0900]: JIT: Avoid reloading of EX(run_time_cache)
  • [2021-08-30 18:26:37 +0900]: JIT: Eliminate load of op_array->run_time_cache__ptr and use immediate value for immutable op_arrays if it's known at compile time
  • [2021-08-30 18:21:33 +0900]: Use HAVE_SYS_PARAM_H
  • [2021-08-30 18:17:06 +0900]: Enable getrandom() api on solaris-ish systems (#7417)
  • [2021-08-30 18:11:33 +0900]: Don't expose wchar encoding to users (#7415)
  • [2021-08-30 17:43:21 +0900]: Fix strict-prototypes warning
  • [2021-08-30 17:28:22 +0900]: Ensure stub files are processed in predictable order
  • [2021-08-30 17:22:45 +0900]: str_replace() can return the original string
  • [2021-08-30 17:02:30 +0900]: JIT: Avoid reloading of EX(run_time_cache)
  • [2021-08-30 16:15:54 +0900]: JIT: Avoid redundand checks of number of passed arguments
  • [2021-08-30 01:21:01 +0900]: Avoid redundand argument type verification