by shigemk2

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

PHP 2021-08-31

  • [2021-08-31 23:29:48 +0900]: Upgrade timelib to 2021.08, which address some defects and performance
  • [2021-08-31 21:53:22 +0900]: Mark private function as static
  • [2021-08-31 21:44:41 +0900]: Remove unused variable from property generation code
  • [2021-08-31 21:43:11 +0900]: Fix typo in method name in gen_stub.php
  • [2021-08-31 21:29:05 +0900]: Fix timelib_parse_zone() performance problem. This makes "new DateTimeZone("Europe/London");" 170 times faster.
  • [2021-08-31 20:12:31 +0900]: Add missing const qualitier in zend_register_internal_enum()
  • [2021-08-31 18:36:50 +0900]: Support generating internal enum decl from stubs
  • [2021-08-31 18:56:39 +0900]: Fix nested namespaced typed property in gen_stub.php (#7418)
  • [2021-08-31 18:44:14 +0900]: Minor cleanup in gen_stubs
  • [2021-08-31 17:58:01 +0900]: Export zend_use_resource_as_offset()
  • [2021-08-31 17:52:21 +0900]: Use array_set_zval_key() in zend_ast_add_array_element()
  • [2021-08-31 17:46:22 +0900]: Use zend_long for resource ID
  • [2021-08-31 17:19:05 +0900]: Make default value more explicit
  • [2021-08-31 17:10:34 +0900]: Fix type hint in gen_stub.php
  • [2021-08-31 17:09:06 +0900]: Add UPGRADING for ini parser changes
  • [2021-08-31 17:05:24 +0900]: Fix default value of $flags in oci_fetch_all() (#7429)
  • [2021-08-31 02:38:52 +0900]: Rename ZREG_FCARG1x/ZREG_FCARG1a into ZREG_FCARG1
  • [2021-08-31 02:35:05 +0900]: mbstring no longer provides 'long' substitutions for erroneous input bytes
  • [2021-08-31 01:41:39 +0900]: Fixed register allocation when ADD/SUB/MUL two references in tracing JIT