by shigemk2

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

PHP 2021-05-31

  • [2021-05-31 23:48:45 +0900]: Implement "Deprecate implicit non-integer-compatible float to int conversions" RFC. (#6661)
  • [2021-05-31 23:32:43 +0900]: Adjust memory limit in one more test
  • [2021-05-31 23:30:36 +0900]: Fix output buffer discard on memory limit
  • [2021-05-31 22:27:46 +0900]: Remove zend_set_memory_limit_ex() API
  • [2021-05-31 21:55:55 +0900]: Skip pcntl_rfork() in arginfo test
  • [2021-05-31 21:53:24 +0900]: Allow initializing assignment to PDOStatement::$queryString
  • [2021-05-31 21:32:48 +0900]: Fix typo in constant name
  • [2021-05-31 20:36:49 +0900]: fix stub for pcntl_rfork
  • [2021-05-31 19:39:36 +0900]: Fix bug #81090 in JIT as well
  • [2021-05-31 19:31:56 +0900]: Fixed bug #81090
  • [2021-05-31 17:47:26 +0900]: JIT/AArch64: Use ZR directly to zero FP register (#7081)
  • [2021-05-31 17:31:53 +0900]: Correctly parse array_slice() argument in call_user_func_array() opt
  • [2021-05-31 17:05:18 +0900]: Remove "inline" defines on Windows (#7071)
  • [2021-05-31 16:16:46 +0900]: pcntl add darwin specific flags for who/which especially (#7075)
  • [2021-05-31 15:28:33 +0900]: JIT/AArch64: Use D registers for floating-point operations (#7080)
  • [2021-05-31 15:27:00 +0900]: JIT/AArch64: [macos][ZTS] Support fast path for tlv_get_addr (#7042)
  • [2021-05-31 02:30:24 +0900]: Fixed bug #81070
  • [2021-05-31 02:21:38 +0900]: Don't automatically adjust memory_limit to 2M