]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorJoe Watkins <krakjoe@php.net>
Thu, 3 Oct 2019 04:51:33 +0000 (06:51 +0200)
committerJoe Watkins <krakjoe@php.net>
Thu, 3 Oct 2019 04:51:56 +0000 (06:51 +0200)
* PHP-7.3:
  Fix #76859 stream_get_line skips data if used with data-generating filter

1  2 
NEWS
main/streams/filter.c
main/streams/streams.c

diff --cc NEWS
index 23890c7d7a5e77e45b51564ba2ea8543f9738044,87b1a83b0039882be2df4a8536f7be3ad15fac42..06cd74d5a8b2f3774bea8ebdac86dd5235c73d20
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,26 -1,18 +1,30 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.3.11
 +?? ??? ????, PHP 7.4.0RC4
 +
 +- Pcntl:
 +  . Fixed bug #77335 (PHP is preventing SIGALRM from specifying SA_RESTART).
 +    (Nikita)
 +
 +- 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 #78535 (auto_detect_line_endings value not parsed as bool).
 -    (bugreportuser)
 +  . Fixed bug #78604 (token_get_all() does not properly tokenize FOO<?php with
 +    short_open_tag=0). (Nikita)
  
 -- Exif :
 -  . Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)
 -      (Kalle)
 +- FFI:
 +  . Fixed bug #78543 (is_callable() on FFI\CData throws Exception). (cmb)
  
 -- FPM:
 -  . Fixed bug #78413 (request_terminate_timeout does not take effect after
 -    fastcgi_finish_request). (Sergei Turchanov)
 +- GMP:
 +  . Fixed bug #78574 (broken shared build). (Remi)
  
  - MBString:
    . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
Simple merge
Simple merge