by shigemk2

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

PHP 2021-08-12

  • [2021-08-12 22:29:06 +0900]: Remove MYSQLND_SZ_T_SPEC
  • [2021-08-12 22:25:03 +0900]: Remove unused mysqlnd portability macros
  • [2021-08-12 22:16:36 +0900]: Remove mysqlnd local_tx functionality
  • [2021-08-12 22:05:05 +0900]: Fixed conditional jump on uninitialised value (Zend/tests/match/028.phpt failure with function JIT)
  • [2021-08-12 21:34:48 +0900]: Fixed bug #81192
  • [2021-08-12 19:01:42 +0900]: Fix port clash in socket tests
  • [2021-08-12 18:18:26 +0900]: Fix bug #81142 by adding zend_string_init_existing_interned()
  • [2021-08-12 17:39:08 +0900]: Fixed incorrect condition
  • [2021-08-12 17:34:21 +0900]: Clear ce cache when persisting for file cache only
  • [2021-08-12 15:56:13 +0900]: JIT: Use zend_hash_index_lookup() instead of zend_hash_index_add_new(EG(uninitialized_zval))
  • [2021-08-12 08:29:24 +0900]: Eliminate "h < ht->nNumUsed" check in zend_hash_next_index_insert_new()
  • [2021-08-12 08:28:26 +0900]: Use ZEND_HASH_FILL_* API.