summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <christopher.jones@oracle.com>2019-02-11 16:38:23 +1100
committerChristopher Jones <christopher.jones@oracle.com>2019-02-11 16:38:23 +1100
commitbdce2954c3f12a80da5c0e10c4434c02d57c9eea (patch)
tree028f260c98c8b832c203c552e06c7d7669f60b06
parent983ba59e3e5edcb330ec0a86ad2eed4f2a5fcd3f (diff)
downloadphp-git-bdce2954c3f12a80da5c0e10c4434c02d57c9eea.tar.gz
Merge PDO_OCI PR
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4b8659102c..74626403ac 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ PHP NEWS
. Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
records). (Abyl Valg, Jakub Zelenka)
+- PDO_OCI:
+ . Support Oracle Database tracing attributes ACTION, MODULE,
+ CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
+
- phpdbg:
. Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)