PHP 8.3.0RC3 is an old release of PHP 8.3 series. Using the latest version PHP 8.3.12 is highly recommended.
PHP 8.3 continues to receive bug fixes and security fixes until 2025-12-31.
Downloads
Source Code
git clone https://github.com/php/php-src.git --depth 1 --branch php-8.3.0RC3
./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:8.3.0RC3-cli-alpine
docker pull php:8.3.0RC3-cli
docker pull php:8.3.0RC3-fpm-alpine
docker pull php:8.3.0RC3-apache
docker pull php:8.3.0RC3-fpm
Commit List
David Carlier
- Fix GH-12243, segfault on
IntlDateFormatter::construct
with dateType set to UDAT_PATTERN but not timeType in 84c4336aa3 - Fix GH-12282:
IntlDateFormatter::construct
should throw an exception is the locale field has an invalid value in a80db7b52a - Fix GH-12190:
stream_context_create
with address and port at 0 in d65c80031a
divinity76
- support running testsuite with negative niceness in GH-11481
Florian Sowade
- Fix GH-12207 memory leak of doc blocks of static properties in 910f579f14
George Peter Banyard
- Fixed oss-fuzz #62294: Unsetting variable after ++/-- on string variable warning in 0b614a6c2b
Ilija Tovilo
- Fix filter_var with callback and explicit REQUIRE_SCALAR in c2fb10d2d2
- Upgrade to macOS 12 in CI in 55ed7690f4
- Fix getpriority test with negative return value in 181598d403
Jakub Zelenka
- Reduce impact of stream file path check in filestat in 5e8c992c78
- Update versions for PHP 8.3.0RC3 in caa46e0c7f
Levi Morrison
- Set func pointer to null in Closure __invoke in GH-12275
Max Semenik
- Fix GH-12186: segfault copying/cloning a finalized HashContext in 10f5a06d3c
Niels Dossche
- Fix GH-12170: Can't use xpath with comments in SimpleXML in 747335f100
- Fix GH-12192: SimpleXML infinite loop when getName() is called within foreach in 4d888cf53f
- Fix GH-12223: Entity reference produces infinite loop in var_dump/print_r in 39a9e561f9
- Fix GH-12208: SimpleXML infinite loop when a cast is used inside a foreach in 486276f0f9
- Fix GH-11956: PCRE regular expressions with JIT enabled gives different result in d61efdfe97
- Fix bug #55098: SimpleXML iteration produces infinite loop in 1a4e401bf0
- Fix GH-12215: Module entry being overwritten causes type errors in
ext/dom
(<= PHP 8.3) in da6097ffc8 - Fix return type of stub of
xml_parse_into_struct()
in b1d9a8d321 - Fix memory leak when calling
xml_parse_into_struct()
twice in 30f26b587a - Fix GH-12167 and GH-12169: Unable to get comment or processing instruction contents in SimpleXML in 82a84d0b7b
Thomas Hurst
- Fix GH-12273 - configure __builtin_cpu_init() check in d93800ec0f
- Fix GH-12273 - configure __builtin_cpu_init() check in 66a33dbdce
Tim Düsterhus
- Update GitHub Action workflows to
actions/checkout@v4
in 45e60e585e - Update GitHub Action workflows to
actions/checkout@v4
(8.3+) in 99cd81cd0a - Add abstract __construct() test for #[\Override] (024.phpt) in 0e9d658dd2
- Fix #[Override] on traits overriding a parent method without a matching interface in GH-12205