summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-04-28 15:34:11 +0200
committerAnatol Belski <ab@php.net>2015-04-28 15:34:11 +0200
commitc4739897e72c0f6faf2d95a0f04dd1d6dd5dcbf7 (patch)
treebf4f5fbd86877308dad7f2b77dc5e364b134af4d
parent4af9ca544edb6926886cbbe76c066fa998551d07 (diff)
downloadphp-git-c4739897e72c0f6faf2d95a0f04dd1d6dd5dcbf7.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f206f3eb5..257c02480a 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP NEWS
. Fixed bug #68652 (segmentation fault in destructor). (Dmitry)
. Fixed bug #69419 (Returning compatible sub generator produces a warning).
(Nikita)
+ . Fixed bug #69472 (php_sys_readlink ignores misc errors from
+ GetFinalPathNameByHandleA). (Jan Starke)
- ODBC:
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).