PHP Release 8.0.4


This release was canceled due to security considerations.
Source Code
Change Logs
core
  • Fixed bug #75776 (Flushing streams with compression filter is broken).
  • Fixed bug #80811 (Function exec without $output but with $restult_code parameter crashes).
  • Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space available for static Thread Local Storage).
dba
  • Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN).
imap
  • Fixed bug #80800 (imap_open() fails when the flags parameter includes CL_EXPUNGE).
intl
  • Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
libxml
  • Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers).
mysqlnd
  • Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an error).
opcache
  • Fixed bug #80786 (PHP crash using JIT).
  • Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1).
pcre
  • Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has 0-width fullstring match).
session
  • Fixed bug #80774 (session_name() problem with backslash).
standard
  • Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI).
  • Fixed bug #78719 (http wrapper silently ignores long Location headers).
  • Fixed bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101).
zip
  • Fixed bug #80825 (ZipArchive::isCompressionMethodSupported does not exist).
To Top