PHP 7.2.0RC6: Downloads, Changelog, News

Release Information

Release
7.2.0RC6
PHP Version
PHP 7.2
Release Date
Release Type
Security Update
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.0RC6 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.0RC6 tag from the PHP Git repository.
git clone https://github.com/php/php-src.git --depth 1 --branch php-7.2.0RC6
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.0RC6-cli-alpine

Debian-based: More compatible with other components, complete, and are widely used.
docker pull php:7.2.0RC6-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.0RC6-fpm-alpine

Debian-based ZTS Apache: Includes Apache web server integrating PHP as an Apache module.
docker pull php:7.2.0RC6-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.0RC6-fpm

Commit List

Anatol Belski

Christoph M. Becker

David Carlier

  • date module, replacing abs call with the llabs's like one due to bigger type in c189845951

Dmitry Stogov

  • Fixed indirect modification of magic method arguments in bc59289b7a
  • Backport tests in 502cfddf28
  • Fixed indirect modification of magic ArrayAccess method arguments in 98eee90734
  • Fixed type inference in 230e505fd8

Fabien Villepinte

Ferenc Kovacs

  • fix the travis build for PHP-5.6 using precise instead of trusty in 9839d3a953
  • fix the travis build for PHP-5.6 using precise instead of trusty in 787e3a1ee4
  • use trusty explicitly in b53fb886a4
  • 5.6.33 is next in f600785f65

Jakub Zelenka

  • Extend openssl_x509_fingerprint test to cover resource cert with sha1 in be0758b75a
  • Extend openssl_x509_check_private_key to test resource cert in d23d4fd61b
  • Rename and test resource cert in openssl_x509_checkpurpose test in c1d98588a2
  • Extend openssl_x509_parse to cover cert resource in cd66aad141
  • Set different invalid path in openssl_pkcs12_export so it is more unlikely to exist in 80191eebec
  • Extend openssl_csr_sign test to cover cert resource in 628a52d365
  • Fix cleaning tmp output file in openssl_csr_export_to_file test in 55d92413b9
  • Extend opensslpkcs7* tests to cover resource cert in 548798818b
  • Add openssl_csr_get_public_key test in 528aa540b4
  • Rewrite openssl_csr_get_subject test to improve coverage in e78e839e53
  • Extend and speed up pkey export tests in d8ccffa79a
  • Prevent leaking x509 and csr resources if it is not requested in fc169d2133

Jelle van der Waa

  • openssl: add basic openssl_csr_export_to_file tests in 5812f7a8d3

Joe Watkins

  • make sure run-tests reports exit status upon prerequisite error in 59d413ceb8

Michael Moravec

MITSUNARI Shigeo

  • fix wrong check of definition_phi->constraint.range.max_ssa_var in 21dbd2ffcd

Nikita Popov

Rasmus Lerdorf

  • These tests all assume that IPV6 is available in ad7ed6fe21

Sara Golemon

  • Don't optimize input arrays with suffix holes in cc96166f74
  • Update versions for PHP 7.2.0RC6 in fb33ebf641

Simon JAILLET

Tyson Andre

  • Mention spl_object_id in UPGRADING notes in 88e94a0bd1
  • Fix proto documents for new global functions in 5cdf37e603

Xinchen Hui

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.