PHP 7.3 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.3.10 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.10
./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.10-cli-alpine
docker pull php:7.3.10-cli
docker pull php:7.3.10-fpm-alpine
docker pull php:7.3.10-apache
docker pull php:7.3.10-fpm
ChangeLog
Core
- Fixed bug #78220 (Can't access OneDrive folder).
- Fixed bug #77922 (Double release of doc comment on inherited shadow property).
- Fixed bug #78441 (Parse error due to heredoc identifier followed by digit).
- Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc).
FastCGI
- Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows).
FPM
- Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr notation).
Intl
- Ensure IDNA2003 rules are used with
idn_to_ascii()
andidn_to_utf8()
when requested.
MBString
- Fixed bug #78559 (Heap buffer overflow in
mb_eregi
).
MySQLnd
- Fixed connect_attr issues and added the _server_host connection attribute.
ODBC
- Fixed bug #78473 (
odbc_close()
closes arbitrary resources).
PDO_MySQL
- Fixed bug #41997 (SP call yields additional empty result set).
sodium
- Fixed bug #78510 (Partially uninitialized buffer returned by
sodium_crypto_generichash_init()
).
Commit List
Christoph M. Becker
- Next will be 7.3.10 in 5536105b67
- Update
credits_ext.h
in 8fb297cd82 - Update NEWS in 4966647443
- Fix #78220: Can't access OneDrive folder in 81f52158b4
- Don't use C++ style comments in 963b40c9a8
- Fix #78441: Parse error due to heredoc identifier followed by digit in 310708845f
- Suppress deprecation warning on IDNA2003 ICU methods for clang in ff7029b65b
- Fix #77812: Interactive mode does not support PHP 7.3-style heredoc in 03c7749dc8
- Fix #75457: heap-use-after-free in php7.0.25 in 7bf1f9d561
- Update SDK version for AppVeyor in 88ab374627
- Fix #78473:
odbc_close()
closes arbitrary resources in b557265816 - Fix #76577: outdated documentation concerning track_errors in cd63908ab8
- Update NEWS in f712925500
- Fix #41997: SP call yields additional empty result set in 41a4379cb4
- Fix #78510: Partially uninitialized buffer returned by
sodium_crypto_generichash_init()
in 8ead77936e - Fix version in 73ede6911d
- Drop regression test in bca66002f1
- Prepare 7.3.10RC1 in bee5749c6c
- Fix #78559: Heap buffer overflow in
mb_eregi
in 90a77d87d4 - Prepare 7.3.10 in 7d61aa2b21
CHU Zhaowei
- Fix bug #72884 isCloneable() on SplFileObject should return false in 1ac6b0251b
Joe Watkins
- set version for release in 1c01a1579e
Nikita Popov
- Fixed bug #78412 in fcabe7e5e4
- Fixed bug #77922 in be7e819068
- Fix overflow in memory limit checks in 16d35eb643
- Remove properties HT from nested GC data in 589542f50c
- Fix use-after-free of immediately invoked closure with extra args in ed749edd47
- Fix pkg-config version constraint for ICU in 5a0980f1d9
Qianqian Bu
- fix the problem for connect_attr, set db condition, and add a new attribute _server_host in cdf16c010a
Remi Collet
- ensure proper settings for test in 08aafbe93e
- Raise minimal GCC version, in f4b9ad3624
Sara Golemon
- Bump for 7.2.23 in 4b64d47c99
- Revert "Move to non deprecated API on suitable ICU versions" in 9b9814fa77
- Suppress deprecation warning on IDNA2003 ICU methods in 725f439778
Sergei Turchanov
- Fixed bug #78469 in 8f564e5308
Stanislav Malyshev
- Fix CVE-2019-13224: don't allow different encodings for
onig_new_deluxe()
in 1258303e66 - Update Oniguruma to 6.9.1 in d3f2cfe20a
- Fix test in d1646e328a
- Upgrade oniguruma lib to 6.9.3 in 5748cec3ee
- fix version in 60cfa5781a
Tsuyoshi Sadakata
- Fix bug #78334 (fpm log prefix message includes wrong stdout/stderr notation) in ffcf57fa18
Tyson Andre
- Fix opcache optimizer info for time_nanosleep in f5bccc0eb5
- Also fix signature for passthru in 1e82a2d659
- Fix opcache return type for
hash_update_stream
in 9c3b7ccda5