]> granicus.if.org Git - php/commitdiff
[ci skip] update NEWS
authorAnatol Belski <ab@php.net>
Mon, 24 Jul 2017 15:46:31 +0000 (17:46 +0200)
committerAnatol Belski <ab@php.net>
Mon, 24 Jul 2017 15:46:31 +0000 (17:46 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 62f3f8010f9e0ae923f1e6fd8e5a4aade41b3f91..3fd95fac803312b8d52dc44c82783e44a8b06112 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP                                                                        NEWS
   . Fixed bug #74947 (Segfault in scanner on INF number). (Laruence)
   . Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob)
 
+- CLI:
+  . Fixed bug #74979 (Interactive shell opening instead of script execution
+    with -f flag). (Anatol)
+
 - Mbstring:
   . Fixed bug #69267 (mb_strtolower fails on titlecase characters). (Nikita)
   . Fixed bug #71606 (Segmentation fault mb_strcut with HTML-ENTITIES encoding).
@@ -15,6 +19,10 @@ PHP                                                                        NEWS
   . Fixed bug #74968 (PHP crashes when calling mysqli_result::fetch_object with
     an abstract class). (Anatol)
 
+- OpenSSL:
+  . Fixed bug #74903 (openssl_pkcs7_encrypt() uses different EOL than before).
+    (Anatol)
+
 - Session:
   . Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
     with "#"). (Andrew Nester)