From 05d7facb403e224001635299a4f768d945661c22 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sun, 15 Jun 2014 15:50:36 +0200 Subject: [PATCH] Update NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 786f9aea9cb..df5db9ea782 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,9 @@ PHP NEWS . Fixed bug #66636 (openssl_x509_parse warning with V_ASN1_GENERALIZEDTIME). (Paul Oehler) +- phpdbg: + . Fixed bug #67212 (phpdbg uses non-standard TIOCGWINSZ). (Ferenc) + - SOAP: . Implemented FR #49898 (Add SoapClient::__getCookies()). (Boro Sitnikovski)