* PHP-7.2:
Fix #78282: atime and mtime mismatch
- Standard:
. Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream)
with invalid length). (Nikita)
+ . Fixed bug #78282 (atime and mtime mismatch). (cmb)
. Fixed bug #78326 (improper memory deallocation on stream_get_contents()
with fixed length buffer). (Albert Casademont)
+ . Fixed bug #78346 (strip_tags no longer handling nested php tags). (cmb)
-01 Aug 2019, PHP 7.2.21
+01 Aug 2019, PHP 7.3.8
+
+- Core:
+ . Added syslog.filter=raw option. (Erik Lundin)
+ . Fixed bug #78212 (Segfault in built-in webserver). (cmb)
- Date:
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)