From: Joe Watkins Date: Wed, 11 Jan 2017 08:09:55 +0000 (+0000) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.2RC1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5553b97d223e91520016e29339b904eff910bed;p=php Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #71219 configure script incorrectly checks for ttyname_r --- d5553b97d223e91520016e29339b904eff910bed diff --cc NEWS index bd7cabc225,3338ba9753..a8eeb9a787 --- a/NEWS +++ b/NEWS @@@ -18,6 -19,9 +18,9 @@@ PH - Phar: . Fixed bug #70417 (PharData::compress() doesn't close temp file). (cmb) + - posix: - . Fixed bug #71219 (configure script incorrectly checks for ttyname_r). (atoth) ++ . Fixed bug #71219 (configure script incorrectly checks for ttyname_r). (atoh) + - Session: . Fixed bug #69582 (session not readable by root in CLI). (EvgeniySpinov)