]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 28 Aug 2019 15:58:13 +0000 (17:58 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 28 Aug 2019 15:58:35 +0000 (17:58 +0200)
* PHP-7.3:
  Fix #78473: odbc_close() closes arbitrary resources

1  2 
NEWS
ext/odbc/php_odbc.c

diff --cc NEWS
index 8c31ec8de00439aec2a949499119a069b964e439,fc7bc2f7848543ec330e62cd71df9bcfd3aab48a..553e5b70929bdf3c282f8534a4fd2e9792a147bf
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -18,25 -15,9 +18,28 @@@ PH
    . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr
      notation). (Tsuyoshi Sadakata)
  
 -- Intl:
 -  . Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8()
 -    when requested. (Sara)
++- ODBC:
++  . Fixed bug #78473 (odbc_close() closes arbitrary resources). (cmb)
++
 +- SPL:
 +  . Fixed bug #78436 (Missing addref in SplPriorityQueue EXTR_BOTH mode).
 +    (Nikita)
 +  . Fixed bug #78456 (Segfault when serializing SplDoublyLinkedList). (Nikita)
 +
 +22 Aug 2019, PHP 7.4.0beta4
 +
 +- Core:
 +  . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab)
 +  . Fixed bug #78396 (Second file_put_contents in Shutdown hangs script).
 +    (Nikita)
 +  . Fixed bug #78406 (Broken file includes with user-defined stream filters).
 +    (Nikita)
 +  . Fixed bug #72530 (Use After Free in GC with Certain Destructors). (Nikita)
 +  . Fixed bug #78386 (fstat mode has unexpected value on PHP 7.4). (cmb)
 +
 +- Date:
 +  . Fixed bug #78383 (Casting a DateTime to array no longer returns its
 +    properties). (Nikita)
  
  - MySQLnd:
    . Fixed connect_attr issues and added the _server_host connection attribute.
Simple merge