]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorJoe Watkins <krakjoe@php.net>
Wed, 11 Jan 2017 08:09:55 +0000 (08:09 +0000)
committerJoe Watkins <krakjoe@php.net>
Wed, 11 Jan 2017 08:10:47 +0000 (08:10 +0000)
* PHP-7.0:
  Fixed bug #71219 configure script incorrectly checks for ttyname_r

1  2 
NEWS

diff --cc NEWS
index bd7cabc225e387832fee266b6e05d4f0e7e04f70,3338ba9753381552ff4d42c92d12ecde2c1a4124..a8eeb9a787ffc8bbce4504965ea4636e8c03661f
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -18,6 -19,9 +18,9 @@@ PH
  - Phar:
    . Fixed bug #70417 (PharData::compress() doesn't close temp file). (cmb)
  
 -  . Fixed bug #71219 (configure script incorrectly checks for ttyname_r). (atoth)
+ - posix:
++  . Fixed bug #71219 (configure script incorrectly checks for ttyname_r). (atoh)
  - Session:
    . Fixed bug #69582 (session not readable by root in CLI). (EvgeniySpinov)