PHP 7.4 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 7.4 is
7.4.33 which includes important security patches.
Source Code
-
PHP 7.4.7 (tar.bz2)
- sha256: 800e0d01f359c8ec41540925c0d4a24c34d5f21ef6addd6d82ff4a52be23d87a
-
PHP 7.4.7 (tar.gz)
- sha256: a554a510190e726ebe7157fb00b4aceabdb50c679430510a3b93cbf5d7546e44
-
PHP 7.4.7 (tar.xz)
- sha256: 53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf
Change Log
-
core
-
Fixed bug
#79599 (coredump in set_error_handler).
-
Fixed bug
#79566 (Private SHM is not private on Windows).
-
Fixed bug
#79489 (.user.ini does not inherit).
-
Fixed bug
#79600 (Regression in 7.4.6 when yielding an array based generator).
-
Fixed bug
#79657 ("yield from" hangs when invalid value encountered).
-
ffi
-
Fixed bug
#79571 (FFI: var_dumping unions may segfault).
-
gd
-
Fixed bug
#79615 (Wrong GIF header written in GD GIFEncode).
-
mysqlnd
-
Fixed bug
#79596 (MySQL FLOAT truncates to int some locales).
-
opcache
-
Fixed bug
#79588 (Boolean opcache settings ignore on/off values).
-
Fixed bug
#79548 (Preloading segfault with inherited method using static variable).
-
Fixed bug
#79603 (RTD collision with opcache).
-
standard
-
Fixed bug
#79561 (dns_get_record() fails with DNS_ALL).