]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 28 Sep 2020 20:57:59 +0000 (22:57 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 28 Sep 2020 20:58:16 +0000 (22:58 +0200)
* PHP-7.3:
  Fix #67465: NULL Pointer dereference in odbc_handle_preparer

1  2 
NEWS
ext/pdo_odbc/odbc_driver.c

diff --cc NEWS
index 162da977b7a81605d6de82bfcbd5c8423acca353,538e121a5a537edd22fd4b22e07a190ba3038e36..467f8b68b2dc55f6aa3aabc7bce2fd032b84bd71
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -23,10 -21,9 +23,13 @@@ PH
    . Fixed bug #80083 (Optimizer pass 6 removes variables used for ibm_db2 data
      binding). (Nikita)
  
 +- PCRE:
 +  . Updated to PCRE 10.35. (cmb)
 +  . Fixed bug #80118 (Erroneous whitespace match with JIT only). (cmb)
 +
+ - PDO_ODBC:
+   . Fixed bug #67465 (NULL Pointer dereference in odbc_handle_preparer). (cmb)
  - Standard:
    . Fixed bug #80114 (parse_url does not accept URLs with port 0). (cmb, twosee)
    . Fixed bug #76943 (Inconsistent stream_wrapper_restore() errors). (cmb)
Simple merge