Active Versions
PHP 8.2.0
December 8, 2022
- • Read-only classes
- • Improved OPcache
- • Union types in arrays
- • Built-in JSON schema validator
PHP 8.1.28
September 30, 2024
- • Security patches
- • Performance improvements
- • Fixed JSON extension
- • FFI enhancements
PHP 8.0.29
Deprecated (Security only)
- • Final security updates
- • No new features added
- • EOL July 2025
Version Comparison
Feature | 8.2.0 | 8.1.28 | 8.0.29 |
---|---|---|---|
Read-only classes | ✅ | ❌ | ❌ |
Union types | ✅ | ✅ | ❌ |
EOL Status | Active | Active | EOL 2025-07 |
Installation
Using Source
tar -xvf php-8.2.0.tar.gz
cd php-8.2.0
./configure --prefix=/usr/local
make
sudo make install