summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-07-31 10:30:23 +0000
committerAntony Dovgal <tony2001@php.net>2006-07-31 10:30:23 +0000
commitf5b5d34a271a2005189a9bf015c7400d5ebb5f64 (patch)
treeb3ebe381aa51c2a2c3d5a8187ce2ca17bfd6e362 /NEWS
parent610b633096049cf4455be0831e2bf2ff0db9c5c9 (diff)
downloadphp-git-f5b5d34a271a2005189a9bf015c7400d5ebb5f64.tar.gz
MFH: fix #37581 (oci_bind_array_by_name clobbers input array when using SQLT_AFC, AVC)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fd5e96946..01e6ca861e 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,8 @@ PHP NEWS
- Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from
inside error handler). (Dmitry)
- Fixed bug #37846 (wordwrap() wraps incorrectly). (ddk at krasn dot ru, Tony)
+- Fixed bug #37581 (oci_bind_array_by_name clobbers input array when using
+ SQLT_AFC, AVC). (Tony)
- Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2
compatibility issue). (Jani, patch by scott dot moynes+php at gmail dot com)