* PHP-7.4:
Fix #80889: Cannot set save handler when save_handler is invalid
. Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
(cmb)
-01 Apr 2021, PHP 7.4.17
+ - Session:
+ . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
+ (cmb)
+
+01 Apr 2021, PHP 8.0.4
- Core:
- . Fixed bug #80781 (Error handler that throws ErrorException infinite loop).
- (Nikita)
. Fixed bug #75776 (Flushing streams with compression filter is broken). (cmb)
+ . Fixed bug #80811 (Function exec without $output but with $restult_code
+ parameter crashes). (Nikita)
+ . Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space
+ available for static Thread Local Storage). (Dmitry)
- Dba:
. Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN). (cmb)