Merge PDO_OCI PR

This commit is contained in:
Christopher Jones 2019-02-11 16:38:23 +11:00
parent 983ba59e3e
commit bdce2954c3

4
NEWS
View File

@ -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)