From: Joe Watkins Date: Fri, 27 Oct 2017 15:07:10 +0000 (+0100) Subject: Merge branch 'PHP-7.2' X-Git-Tag: php-7.3.0alpha1~1159^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ce7113467ab9837c212a267ccb2ae4090c615fa;p=php Merge branch 'PHP-7.2' * PHP-7.2: Fix bug #75307 Wrong reflection for openssl_open function --- 5ce7113467ab9837c212a267ccb2ae4090c615fa diff --cc NEWS index ef0827faaf,9a7b89ecc6..4c73f1dd67 --- a/NEWS +++ b/NEWS @@@ -57,22 -101,116 +57,25 @@@ PH only litespeed SAPI). (petk) . Fixed bug #75251 (Missing program prefix and suffix). (petk) -- OCI8: - . Fixed incorrect reference counting. (Dmitry, Tianfang Yang) - -- Opcache - . Fixed bug #75255 (Request hangs and not finish). (Dmitry) - -- PCRE: - . Fixed bug #75285 (Broken build when system libpcre don't have jit support). - (Remi) - -- Sodium: - . Added missing bindings for libsodium > 1.0.13. (Frank) - -28 Sep 2017, PHP 7.2.0RC3 - -- Core - . Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()). - (Laruence) - . Fixed bug #74878 (Data race in ZTS builds). (Nikita, Dmitry) - . Fixed bug #75236 (infinite loop when printing an error-message). (Andrea) - . Fixed bug #75252 (Incorrect token formatting on two parse errors in one - request). (Nikita) - -- FPM: - . Fixed bug #75212 (php_value acts like php_admin_value). (Remi) - -- MySQLi: - . Fixed bug #75018 (Data corruption when reading fields of bit type). (Anatol) - -- Opcache: - . Fixed bug #75230 (Invalid opcode 49/1/8 using opcache). (Laruence) - -- PCRE: - . Fixed bug ##75223 (PCRE JIT broken in 7.2). (Dmitry) - -- PDO_mysql: - . Fixed bug #75177 (Type 'bit' is fetched as unexpected string). (Anatol) - -- SPL: - . Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags). - (J. Jeising, cmb) - -14 Sep 2017, PHP 7.2.0RC2 - -- Core: - . Fixed Bug #75142 (buildcheck.sh check for autoconf version needs to be updated - for v2.64). (zizzy at zizzy dot net, Remi) - -- BCMath: - . Fixed bug #44995 (bcpowmod() fails if scale != 0). (cmb) - . Fixed bug #46781 (BC math handles minus zero incorrectly). (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) - -- Date: - . Fixed bug #75149 (redefinition of typedefs ttinfo and t1info). (Remi) - -- GD: - . Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?). (cmb) - -- Intl: - . Fixed bug #75193 (segfault in collator_convert_object_to_string). (Remi) - -- Gettext: - . Fixed bug #73730 (textdomain(null) throws in strict mode). (cmb) - -- Opcache - . Fixed incorect constant conditional jump elimination. (Dmitry) - -- OpenSSL - . Automatically load OpenSSL configuration file. (Jakub Zelenka) - -- SPL: - . Fixed bug #75155 (AppendIterator::append() is broken when appending another - AppendIterator). (Nikita) - . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop). - (jhdxr) - -- Standard: - . Fixed bug #75152 (signed integer overflow in parse_iv). (Laruence) - . Fixed bug #75170 (mt_rand() bias on 64-bit machines). (Nikita) - -- ZIP: - . Fixed bug #75143 (new method setEncryptionName() seems not to exist - in ZipArchive). (Anatol) - -31 Aug 2017, PHP 7.2.0RC1 - -- Core: - . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr) - -- CURL: - . Fixed bug #75093 (OpenSSL support not detected). (Remi) - . Better fix for #74125 (use pkg-config instead of curl-config). (Remi) +- Mbstring: + . Fixed bug #65544 (mb title case conversion-first word in quotation isn't + capitalized). (Nikita) + . Fixed bug #71298 (MB_CASE_TITLE misbehaves with curled apostrophe/quote. + (Nikita) + . Fixed bug #73528 (Crash in zif_mb_send_mail). (Nikita) + . Fixed bug #74929 (mbstring functions version 7.1.1 are slow compared to 5.3 + on Windows). (Nikita) -- GD: - . Fixed bug #75111 (Memory disclosure or DoS via crafted .bmp image). (cmb) - . Fixed bug #75124 (gdImageGrayScale() may produce colors). (cmb) +- ODBC: + . Removed support for ODBCRouter. (Kalle) + . Removed support for Birdstep. (Kalle) -- Intl: - . Fixed bug #75090 (IntlGregorianCalendar doesn't have constants from parent - class). (tpunt) ++- OpenSSL: ++ . Fixed bug #75307 (Wrong reflection for openssl_open function). (villfa) + -- PCRE: - . Fixed bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after - first input string). (Dmitry) +- PDO_DBlib: + . Implemented request #69592 (allow 0-column rowsets to be skipped + automatically). (fandrieu) - PDO_OCI: . Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized