summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-04-28 15:14:45 +0200
committerAnatol Belski <ab@php.net>2015-04-28 15:14:45 +0200
commit5cfb81d5b0df2c602df57b634b419e0c9c9d097f (patch)
tree02c4ab5a326af93e5b348d6663e4813021be43a6
parentb78f8220e7985c5851864ad9e79583c5df8cb045 (diff)
downloadphp-git-5cfb81d5b0df2c602df57b634b419e0c9c9d097f.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7854844413..5f206f3eb5 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,8 @@ PHP NEWS
(Anatol)
. Fixed bug #69474 (ODBC: Query with same field name from two tables returns
incorrect result). (Anatol)
+ . Fixed bug #69381 (out of memory with sage odbc driver). (Frederic Marchall,
+ Anatol Belski)
- OpenSSL:
. Fixed bug #69402 (Reading empty SSL stream hangs until timeout).