Release Information
- Release Type
- Bug Fix Release
- Release Status
- QA Release
- Branch Status
- Upcoming Release
PHP 8.4 is a development version, and is not recommended for production use. PHP 8.4 is scheduled to reach General Availability on 2024-11-21.
PHP 8.4.0RC1 is the latest QA release in PHP 8.4.
Downloads
Source Code
git clone https://github.com/php/php-src.git --depth 1 --branch php-8.4.0alpha4
./buildconf
), configuring the build ./configure
, and running make
.Detailed articles on how to compile PHP are available for Ubuntu/Debian based systems and Fedora/RHEL based systems.
Windows binaries
Docker/Podman Containers
docker pull php:8.4.0alpha4-cli-alpine
docker pull php:8.4.0alpha4-cli
docker pull php:8.4.0alpha4-fpm-alpine
docker pull php:8.4.0alpha4-apache
docker pull php:8.4.0alpha4-fpm
ChangeLog
GMP
- RFC: Change GMP bool cast behavior.
Commit List
David CARLIER
ext/readline
: readline_info fix usage when the buffer is not initialised in GH-15139
Niels Dossche
- Fix UAF when removing doctype and using foreach iteration in b282dd749f
- Minor cleanup in dom_character_data_append_data in GH-15173
Peter Kokot
- Autotools: Normalize
PHP_OUTPUT
arguments in GH-15177
Saki Takamachi
- RFC: Change GMP bool cast behavior in GH-15151
- Update versions for PHP 8.4.0alpha4 in 59a91a47c7
Tim Düsterhus
- Improve link styling in PHPInfo in GH-15077