PHP 7.3 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.3.0RC5 is not recommended. PHP 7.3.33 is the latest version in the series.
Downloads
Source Code
git clone https://github.com/php/php-src.git --depth 1 --branch php-7.3.0RC5
./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:7.3.0RC5-cli-alpine
docker pull php:7.3.0RC5-cli
docker pull php:7.3.0RC5-fpm-alpine
docker pull php:7.3.0RC5-apache
docker pull php:7.3.0RC5-fpm
Commit List
Anatol Belski
- Fixed bug #77081
ftruncate()
changes seek pointer in c mode in 8827cc34cf - Fix error condition in ee9d879f57
- Change the way JIT availability is checked in aea411657e
- Rework places in libmagic regarding previous CVE-2014-3538 fixes in 7f5f46013b
- Backport 7f5f4601 for 7.2 in c621182c42
- Implement handling for JIT recognition when cross compiling in 68ad401b34
- Declare function proto in header in 0e33c2822c
- Declare function proto in header in 29dcf19f8b
Cameron Porter
- Fixed bug #50675 in db47e35373
Christoph M. Becker
- Fix #71592: External entity processing never fails in 829b0df77b
- Fix and improve test case in 2816a3fdfa
- Fix #76348: WSDL_CACHE_MEMORY causes Segmentation fault in 625f614cb1
- Fix #76825: Undefined symbols ___cpuid_count in 7625f972db
- Update version for PHP 7.3.0RC5 in dbca024404
Derick Rethans
- Updated to version 2018.6 (2018f) in 41241d109a
- Empty merge in c22b9e0115
- Updated to version 2018.6 (2018f) in c3a8313136
- Updated to version 2018.7 (2018g) in e58388ea6d
- Empty merge in fcefc28ce1
- Updated to version 2018.7 (2018g) in 10255a0cd9
Dmitry Stogov
- Make
php_plain_files_wrapper
to be writable (workaround for swoole) in 770fe51bfd - Fixed reseting of interned strings buffer in 335fb94d54
Joe Watkins
- bump versions in 33fa02ea38
Jon Allen
- fix bug #77079 in 8775bead3a
Nikita Popov
- Improve "narrowing" error message in e7153e8a2f
- Fixed bug #77058 in f1ceec5533
- Don't optimize function if inference failed in b9431ef4d5
- Fix
mb_strrpos()
with encoding passed as 3rd param in 09c7108f74 - Fixed bug #77092 in 4daa413898
Rasmus Lerdorf
- This test needs to log to stdout in 1954c7e1c6
- Fix session tests that fail if error_log is set in 4e8195769d
- Fix stray newline that caused this test to fail in 99a9e85c65
Remi Collet
- bump to 7.2.13-dev in 1d5baf167a
- Fix: #77110 undefined symbol
zend_string_equal_val
in C++ build in d53ecd040b - NEWS in d78479737c
Zeev Suraski
- Future-proof email addresses in 9afce019e0
Υоаnn B
- fix typo in
sysvsem.c
in 5df17425d3