PHP 8.0 is no longer officially supported by the PHP project.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
The latest release of PHP 8.0 is
8.0.30 which includes important security patches.
Source Code
-
PHP 8.0.9 (tar.gz)
- sha256: 1f0d72e90ab6ad0ae13329a96b281f71bc592563ce4e3a4c816b8da4b5854fb4
-
PHP 8.0.9 (tar.bz2)
- sha256: 6ac8edebd295ddc43fb010653c43ccf203cd7cdc40981b210ed5275994040806
-
PHP 8.0.9 (tar.xz)
- sha256: 71a01b2b56544e20e28696ad5b366e431a0984eaa39aa5e35426a4843e172010
Change Log
-
core
-
Fixed bug
#81145 (copy() and stream_copy_to_stream() fail for +4GB files).
-
Fixed bug
#81163 (incorrect handling of indirect vars in __sleep).
-
Fixed bug
#81159 (Object to int warning when using an object as a string offset).
-
Fixed bug
#80728 (PHP built-in web server resets timeout when it can kill the process).
-
Fixed bug
#73630 (Built-in Weberver - overwrite $_SERVER['request_uri']).
-
Fixed bug
#80173 (Using return value of zend_assign_to_variable() is not safe).
-
Fixed bug
#73226 (--r[fcez] always return zero exit code).
-
intl
-
Fixed bug
#72809 (Locale::lookup() wrong result with canonicalize option).
-
Fixed bug
#68471 (IntlDateFormatter fails for "GMT+00:00" timezone).
-
Fixed bug
#74264 (grapheme_strrpos() broken for negative offsets).
-
openssl
-
Fixed bug
#52093 (openssl_csr_sign truncates $serial).
-
pcre
-
Fixed bug
#81101 (PCRE2 10.37 shows unexpected result).
-
Fixed bug
#81243 (Too much memory is allocated for preg_replace()).
-
reflection
-
Fixed bug
#81208 (Segmentation fault while create newInstance from attribute).
-
standard
-
Fixed bug
#81223 (flock() only locks first byte of file).