]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 4 Oct 2019 07:10:49 +0000 (09:10 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 4 Oct 2019 07:11:18 +0000 (09:11 +0200)
* PHP-7.3:
  Fix #78620: Out of memory error

1  2 
NEWS
Zend/zend_alloc.c

diff --cc NEWS
index 30be5acaf7a00aabe4f584bfff7b24e95a561d39,c6752c8c6c623ed0e488896cd187501d9287346f..230a4844d320d7d4509eef2bc1c975824457de48
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,38 -1,19 +1,39 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.3.11
 +?? ??? ????, PHP 7.4.0RC4
  
  - Core:
 -  . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
 -    (bugreportuser)
 +  . Fixed bug #78614 (Does not compile with DTRACE anymore).
 +    (tz at FreeBSD dot org)
+   . Fixed bug #78620 (Out of memory error). (cmb, Nikita)
  
 -- Exif :
 -  . Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)
 -      (Kalle)
 +- Pcntl:
 +  . Fixed bug #77335 (PHP is preventing SIGALRM from specifying SA_RESTART).
 +    (Nikita)
  
 -- FPM:
 -  . Fixed bug #78413 (request_terminate_timeout does not take effect after
 -    fastcgi_finish_request). (Sergei Turchanov)
 +- MySQLi:
 +  . Fixed bug #76809 (SSL settings aren't respected when persistent connections 
 +    are used). (fabiomsouto)
 +
 +- SimpleXML:
 +  . Fixed bug #75245 (Don't set content of elements with only whitespaces). 
 +    (eriklundin)
 +
 +- Standard:
 +  . Fixed bug #76859 (stream_get_line skips data if used with data-generating 
 +    filter). (kkopachev)
 +
 +03 Oct 2019, PHP 7.4.0RC3
 +
 +- Core:
 +  . Fixed bug #78604 (token_get_all() does not properly tokenize FOO<?php with
 +    short_open_tag=0). (Nikita)
 +
 +- FFI:
 +  . Fixed bug #78543 (is_callable() on FFI\CData throws Exception). (cmb)
 +
 +- GMP:
 +  . Fixed bug #78574 (broken shared build). (Remi)
  
  - MBString:
    . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
Simple merge