diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-09-11 13:35:49 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-09-11 13:35:49 +0800 |
commit | c40c0b8111655d635c4990cd6bf5e416bfe564fa (patch) | |
tree | d96ffbad62af47b682cd27a859013d7371dd9a0d | |
parent | 822c13b9ef79f09ac2d06fd0c8b83d078d567518 (diff) | |
download | php-git-c40c0b8111655d635c4990cd6bf5e416bfe564fa.tar.gz |
Not sure why these lines are removed :<
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,15 @@ PHP NEWS - Core: . Fixed #75042 run-tests.php issues with EXTENSION block). (John Boehr) +- BCMath: + . Fixed bug #44995 (bcpowmod() fails if scale != 0). (cmb) + . Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1). (okano1220, cmb) + . Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus). (cmb) + +- CLI server: + . Fixed bug #70470 (Built-in server truncates headers spanning over TCP + packets). (bouk) + - CURL: . Fixed bug #75093 (OpenSSL support not detected). (Remi) @@ -12,6 +21,9 @@ PHP NEWS . Fixed bug #75124 (gdImageGrayScale() may produce colors). (cmb) . Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?). (cmb) +- Gettext: + . Fixed bug #73730 (textdomain(null) throws in strict mode). (cmb) + - Intl: . Fixed bug #75090 (IntlGregorianCalendar doesn't have constants from parent class). (tpunt) @@ -20,6 +32,10 @@ PHP NEWS . Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PHP-FPM sets it up). (Ingmar Runge) +- SPL: + . Fixed bug #75155 (AppendIterator::append() is broken when appending another + AppendIterator). (Nikita) + - Standard: . Fixed bug #75152 (signed integer overflow in parse_iv). (Laruence) . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea) |