by shigemk2

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

PHP 2021-09-24

  • [2021-09-24 23:22:39 +0900]: Fix opcache path determination, again
  • [2021-09-24 23:02:43 +0900]: Update test expectation
  • [2021-09-24 22:52:06 +0900]: JIT: Eliminate useless exception check
  • [2021-09-24 22:12:55 +0900]: Remove unnecessary zend_user_iterator use in spl_array
  • [2021-09-24 21:55:29 +0900]: JIT: Improve $this->property access in closures
  • [2021-09-24 21:40:46 +0900]: Fix FileSystemIterator without SKIP_DOTS
  • [2021-09-24 20:17:15 +0900]: Fix leak when iterating uninitialized RecursiveIteratorIterator
  • [2021-09-24 20:11:11 +0900]: Automatically determine whether to reuse get_iterator()
  • [2021-09-24 19:52:37 +0900]: Initialize iterator_funcs_ptr upfront
  • [2021-09-24 19:40:46 +0900]: Don't mark SplFixedArray as REUSE_GET_ITERATOR
  • [2021-09-24 19:18:21 +0900]: Remove unnecessary zend_user_iterator use in spl_dllist_it
  • [2021-09-24 19:02:25 +0900]: Remove unused flags from spl_heap_it
  • [2021-09-24 16:45:49 +0900]: Avoid shell for proc_terminate() test
  • [2021-09-24 16:38:08 +0900]: Remove zend_binary_zval_strcasecmp() APIs
  • [2021-09-24 15:20:57 +0900]: Fixed typo
  • [2021-09-24 14:33:48 +0900]: Fix bug #81472: Support large device major/minor number
  • [2021-09-24 10:40:27 +0900]: Use ASCII lower case for misc case folding
  • [2021-09-24 05:38:03 +0900]: Tracing JIT: Fixed possible incorrect megamorphic call from a trait
  • [2021-09-24 00:19:16 +0900]: Use locale-independent case conversion in mb_send_mail()