summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-12-05 09:01:02 +0100
committerAnatol Belski <ab@php.net>2017-12-05 09:01:02 +0100
commitb79082c99d3e977850e8e5d901f29548ac27bcdd (patch)
tree23cbd3ff6bebb0591118c1ff9e3725100187c2b1
parent2edd10f27b61f03fe79a5e0740f77f48a43a24e4 (diff)
downloadphp-git-b79082c99d3e977850e8e5d901f29548ac27bcdd.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 51cc66dd08..fd2c4605cc 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
. Fixed bug #75525 (Access Violation in vcruntime140.dll). (Anatol)
. Fixed bug #74862 (Unable to clone instance when private __clone defined).
(Daniel Ciochiu)
+ . Fixed bug #75074 (php-process crash when is_file() is used with strings
+ longer 260 chars). (Anatol)
- CLI server:
. Fixed bug #73830 (Directory does not exist). (Anatol)