diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-29 14:48:23 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-29 14:48:23 +0200 |
commit | 76683ea999ad1523dc308e1011925ff9952bd6d7 (patch) | |
tree | b2d3cafefb17943293536f8bad5cccc5afc4a6f1 | |
parent | 8e63bb5e465620f27de93dea82e0d84be72da7f3 (diff) | |
download | php-git-76683ea999ad1523dc308e1011925ff9952bd6d7.tar.gz |
Update NEWS [ci skip]
The fix has been cherry-picked into PHP-7.3.8, so the bug will be fixed
already there.
-rw-r--r-- | NEWS | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,9 +21,6 @@ PHP NEWS - LiteSpeed: . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang) -- Opcode: - . Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita) - - Standard: . Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream) with invalid length). (Nikita) @@ -63,6 +60,7 @@ PHP NEWS . Fixed bug #78271 (Invalid result of if-else). (Nikita) . Fixed bug #78291 (opcache_get_configuration doesn't list all directives). (Andrew Collington) + . Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita) - PCRE: . Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx" |