diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-31 10:30:23 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-31 10:30:23 +0000 |
commit | f5b5d34a271a2005189a9bf015c7400d5ebb5f64 (patch) | |
tree | b3ebe381aa51c2a2c3d5a8187ce2ca17bfd6e362 /NEWS | |
parent | 610b633096049cf4455be0831e2bf2ff0db9c5c9 (diff) | |
download | php-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |