summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-06-25 17:30:21 -0700
committerChristopher Jones <sixd@php.net>2013-06-25 17:30:21 -0700
commit12fdf8fb9570f1fef72be71e641441d500a33b60 (patch)
tree1c6aca558ab8d2a06d019e9e10906f2257ff4f70 /NEWS
parent111b385afe40674a08d5ab76f659a1e236f0da60 (diff)
downloadphp-git-12fdf8fb9570f1fef72be71e641441d500a33b60.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 116c79aa86..b3ff18d0cf 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ PHP NEWS
. Fixed bug #61387 (NULL valued anonymous column causes segfault in
odbc_fetch_array). (Brandon Kirsch)
+- PDO:
+ . Allowed PDO_OCI to compile with Oracle Database 12c client libraries.
+ (Chris Jones)
+
- Sockets:
. Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
(Damjan Cvetko)