diff options
author | Christopher Jones <sixd@php.net> | 2013-06-25 17:30:21 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-06-25 17:30:21 -0700 |
commit | 12fdf8fb9570f1fef72be71e641441d500a33b60 (patch) | |
tree | 1c6aca558ab8d2a06d019e9e10906f2257ff4f70 /NEWS | |
parent | 111b385afe40674a08d5ab76f659a1e236f0da60 (diff) | |
download | php-git-12fdf8fb9570f1fef72be71e641441d500a33b60.tar.gz |
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |