PHP 8.4.0alpha4 is an old release of PHP 8.4 series. Using the latest version PHP 8.4.3 is highly recommended.
PHP 8.4 continues to receive bug fixes and security fixes until 2026-12-31.
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
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