PHP 7.2.9: Downloads, Changelog, News

Release Information

Release
7.2.9
PHP Version
PHP 7.2
Release Date
Release Type
Bug Fix Release
Release Status
EOL, Use PHP 7.2.34
Branch Status
Unsupported

PHP 7.2 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.2.9 is not recommended. PHP 7.2.34 is the latest version in the series.

Downloads

Source Code

Git Clone
Use Git to clone the 7.2.9 tag from the PHP Git repository.
git clone https://github.com/php/php-src.git --depth 1 --branch php-7.2.9
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.
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.

Docker/Podman Containers

PHP CLI
PHP CLI Containers images only include the PHP CLI, and no FPM or Apache modules. The Alpine builds are lightweight, but may introduce incompatibilities due to their musl builds. Albeit their larger size, the Debian-based (without the "-alpine" suffix) images are more complete, and widely used.

Alpine-based: Lightweight, but may introduce incompatibilities due to their musl builds.
docker pull php:7.2.9-cli-alpine

Debian-based: More compatible with other components, complete, and are widely used.
docker pull php:7.2.9-cli
PHP CLI + Web Server Integration
These container images include PHP CLI, and a web server integration. FPM container images can be integrated with web servers such as Nginx, Caddy, and Apache with Event MPM. The Apache container images include Apache web server, integrating PHP as an Apache module.

Alpine-based: Lightweight, but may introduce incompatibilities due to their musl builds.
docker pull php:7.2.9-fpm-alpine

Debian-based ZTS Apache: Includes Apache web server integrating PHP as an Apache module.
docker pull php:7.2.9-apache

Debian-based NTS FPM: PHP-FPM, can be integrated with Nginx, Caddy, and other web servers over Fast CGI.
docker pull php:7.2.9-fpm

ChangeLog

Calendar

  • Fixed bug #52974 (jewish.c: compile error under Windows with GBK charset).

Filter

  • Fixed bug #76366 (References in sub-array for filtering breaks the filter).

PDO_Firebird

  • Fixed bug #76488 (Memory leak when fetching a BLOB field).

PDO_PgSQL

  • Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option).

SQLite3

  • Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle).

Standard

  • Fixed bug #73817 (Incorrect entries in get_html_translation_table).
  • Fixed bug #68553 (array_column: null values in $index_key become incrementing keys in result).
  • Fixed bug #76643 (Segmentation fault when using output_add_rewrite_var).

Zip

  • Fixed bug #76524 (ZipArchive memory leak (OVERWRITE flag and empty archive)).

Commit List

Anatol Belski

cdoco

  • Fixed bug #76366 (references in sub-array for filtering breaks the filter) in 47fb17b108

Christoph M. Becker

Dylan K. Taylor

  • Fixed regex for checking libzip static lib in 77a841db48

Ferenc Kovacs

Nikita Popov

Remi Collet

Sara Golemon

sim1984

Stanislav Malyshev

timurib

Xinchen Hui

  • Fixed pefree_size (efree_size will be expaned to do {} while () form) in 2139c2c2de
  • Fixed bug #68553 (array_column: null values in $index_key become incrementing keys in result) in 38d97557da
  • Update NEWs in 033dac7a6f
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.