LoginSignup
2
0

More than 5 years have passed since last update.

php-master-changes 2018-08-25

Posted at

2018-08-25

petk: Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKS

petk: Remove Doxygen configuration

petk: Remove some old parts of the php

cmb69: Fix #76712: Assignment of empty string creates extraneous text node

  • https://github.com/php/php-src/commit/692e5d5c88a939a7c3ce3de61c5fd39effe7c7ae
  • ext/simplexml で、ノードを追加した時点で内容を空文字列にしておくのと、ノードの追加後に空文字列を代入した場合で、出力される XML での空要素の表現が異なる問題の回避
  • <foo></foo> なのか <foo /> なのか的な
  • 下層の libxml の API に根があるっぽい

cmb69: Fix #53891: iconv_mime_encode() fails to Q-encode UTF-8 string

cmb69: Fix #55146: iconv_mime_decode_headers() skips some headers

cmb69: Fix #63839: iconv_mime_decode_headers function is skipping headers

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0