by shigemk2

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

php 2021-05-21

  • [2021-05-21 23:05:56 +0900]: note in upgrading for b227a722859e83fdba230f746477f6322ae33609
  • [2021-05-21 23:01:39 +0900]: Fix upload_2G test
  • [2021-05-21 16:28:08 +0900]: ReflectionFunctionAbstract::getClosureUsedVariables
  • [2021-05-21 19:36:58 +0900]: Disable ASSIGN + SEND_VAL fusion for cases when destroying of old value may throw an exception.
  • [2021-05-21 19:00:46 +0900]: Add FreeBSD to CI (#6974)
  • [2021-05-21 18:59:15 +0900]: JIT/AArch64: [macos] Fix arguments to variadic function (#7023)
  • [2021-05-21 18:39:22 +0900]: Pass flags to #[Attribute] on internal attributes
  • [2021-05-21 18:10:32 +0900]: Remove special UNREACHABLE_FREE handling in block pass
  • [2021-05-20 20:00:31 +0900]: XFAIL two intl tests on FreeBSD
  • [2021-05-21 17:12:22 +0900]: Fix register save/restore around calls. (This fixes ext/opcache/tests/jit/fetch_dim_rw_001.phpt with -d opcache.jit=1202 without PROFITABILITY_CHECKS)
  • [2021-05-21 17:08:56 +0900]: Fix register save/restore around calls. (This fixes ext/opcache/tests/jit/fetch_dim_rw_001.phpt with -d opcache.jit=1202 without PROFITABILITY_CHECKS)
  • [2021-05-20 20:10:30 +0900]: Detect musl libc to not set tls_model attribute on that platform
  • [2021-05-21 16:03:00 +0900]: Add missing undefined variable warning an result initialization. (This fixes Zend/tests/bug78531.phpt without PROFITABILITY_CHECKS).
  • [2021-05-21 15:06:33 +0900]: JIT/AArch64: Fix typo in commit dc0e259 (#7021)
  • [2021-05-21 06:48:24 +0900]: Don't assign to string offset after exception (This fixes Zend/tests/bug31098.phpt failure without PROFITABILITY_CHECKS)
  • [2021-05-21 06:01:00 +0900]: JIT: Fixed incorrect condition (this leaded to Zend/tests/type_declarations/typed_properties_083.phpt failure without PROFITABILITY_CHECKS)
  • [2021-05-21 04:52:47 +0900]: Fixed Zend/tests/type_declarations/union_types/incdec_prop.phpt failure masked by PROFITABILITY_CHECKS.
  • [2021-05-21 02:17:50 +0900]: Fixed 32-bit x86 disassembler