From a4e7f4e866ed7859d1564aceab3729a2cf4511f2 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 23 Aug 2023 11:41:06 +0100 Subject: [PATCH] PHP 8.3.0beta3 --- compile.sh | 2 +- windows-compile-vs.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index 208188cd..4be78fc5 100755 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -[ -z "$PHP_VERSION" ] && PHP_VERSION="8.3.0beta2" +[ -z "$PHP_VERSION" ] && PHP_VERSION="8.3.0beta3" ZLIB_VERSION="1.3" GMP_VERSION="6.3.0" diff --git a/windows-compile-vs.bat b/windows-compile-vs.bat index 8a0150b9..54c1824d 100644 --- a/windows-compile-vs.bat +++ b/windows-compile-vs.bat @@ -3,7 +3,7 @@ REM For future users: This file MUST have CRLF line endings. If it doesn't, lots of inexplicable undesirable strange behaviour will result. REM Also: Don't modify this version with sed, or it will screw up your line endings. set PHP_MAJOR_VER=8.3 -set PHP_VER=%PHP_MAJOR_VER%.0beta2 +set PHP_VER=%PHP_MAJOR_VER%.0beta3 set PHP_GIT_REV=php-%PHP_VER% set PHP_DISPLAY_VER=%PHP_VER% set PHP_SDK_VER=2.2.0