PHP 8.2.30: Downloads, Changelog, News

Release Information

Release
8.2.30
PHP Version
PHP 8.2
Release Date
Release Type
Security Update
Release Status
Latest
Branch Status
Security-Fixes Only

PHP 8.2 is currently only receiving security fixes, and scheduled to reach EOL on 2026-12-31

Downloads

Source Code

Git Clone
Use Git to clone the 8.2.30 tag from the PHP Git repository.
git clone https://github.com/php/php-src.git --depth 1 --branch php-8.2.30
How to compile PHP
PHP can be compiled by setting up the dependencies, building the configure script (./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

Non-Thread Safe Builds
Non-Thread Safe (NTS) builds are single-threaded PHP builds. They can be used on web servers that integrate PHP over FastCGI protocol, such as Nginx, Caddy, and IIS.
php-8.2.30-x64NTS.zip
Size: 30.38 MiB SHA256: 8a6e409adb5f7fb196c07315c69195c4eb87eec8acae2e74a0e04ec50745a055
php-8.2.30-x86NTS.zip
Size: 27.27 MiB SHA256: 6f00e490c4cad59f0ebe2f6891208e0630a14af54e81070b20480ecc5f67912b
Thread-Safe Builds
Thread-Safe (TS) builds are multi-thread PHP builds, often used to integrate PHP as a Server API for multithreaded servers. The most common use case is using PHP as an Apache module.
php-8.2.30-x64TS.zip
Size: 30.49 MiB SHA256: abf3b5c31dc93fc0141cf7844e3322fd862b8510a091099599a16b3847fc58c1
php-8.2.30-x86TS.zip
Size: 27.25 MiB SHA256: e380bc8e635b4c7e5ff423465e71e2cc3f5b7fe7cea1ee301dcea658fe1029de

ChangeLog

Curl

  • Fix curl build and test failures with version 8.16.

Opcache

  • Reset global pointers to prevent use-after-free in zend_jit_status().

PDO

Standard

Commit List

Ahmed Lekssays

Arnaud Le Blanc

Derick Rethans

Dmitry Stogov

  • Disable inlining and inter-procedure-analyses for zend_string_equal_val() function that may be overriden for valgrind in GH-13099

Florian Engelhardt

  • Reset global pointers to prevent use-after-free in 3aaa8d3526

George Wang

Ilija Tovilo

  • Disable JIT on Apple Silicon + ZTS in b6660634b4
  • Upgrade to macOS 14 and backport necessary changes in e9e432a35d
  • COMMUNTIY build grouping adjustments in a63e97667e
  • Fix ERROR_CODE handling in COMMUNITY build in 2cd9233e42
  • Fix curl 8.16.0 compilation with zts in da75e41a6f
  • Fix more curl 8.16 issues in b810a23587
  • Backport more curl 8.16 fixes in 1edcce5554
  • Create separate workflow for nightly slack notification in 90bc40ecc0
  • Revert "Fix Windows test for openssl-3.5 upgrade (#19384)" in 3f6c86a885
  • Suppress libxml deprecations in f7fb13eb07
  • Fix yet another xml deprecation in fe070fcc75
  • Update clang in macOS build in cb413b5d5f
  • Fix xcode-select in 6cdb8bf0a2
  • Fix curl protocols test expectation in 06b8b75d2e

Jakub Zelenka

Max Kellermann

  • sapi/fpm: remove use of variable-length arrays in GH-10645

Michael Orlitzky

  • ext/pcre/tests: support libpcre2-10.47 in bdf62b55bb

Niels Dossche

Pierrick Charron

Shivam Mathur

  • Fix master branch check in find-target-branch.bat in GH-19385
  • Change master branch check to 8.6 in 107075605d
  • Skip lc_ctype_inheritance.phpt on macos 15+ in 2f2fb1fbf1
  • Fix Windows test for openssl-3.5 upgrade in GH-19384

Tim Düsterhus

  • ext/xml: Suppress libxml deprecation for _xmlParserCtxt.inState in GH-19131
  • Update GitHub Action workflows to actions/checkout@v5 in 2650248a92
  • CI: Do not save ccache for PRs for LINUX_X32 in db65d22ce2
  • github: Bust the nightly CI cache on Sunday instead of Monday in GH-20242
Subscribe to PHP.Watch newsletter for monthly updates

You will receive an email on last Wednesday of every month and on major PHP releases with new articles related to PHP, upcoming changes, new features and what's changing in the language. No marketing emails, no selling of your contacts, no click-tracking, and one-click instant unsubscribe from any email you receive.