Skip to content

Commit 8476774

Browse files
authored
Fixed merge error
1 parent 8fc6c51 commit 8476774

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.2.13"
2+
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.3.0"
33

44
ZLIB_VERSION="1.3"
55
GMP_VERSION="6.3.0"

windows-compile-vs.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
REM For future users: This file MUST have CRLF line endings. If it doesn't, lots of inexplicable undesirable strange behaviour will result.
44
REM Also: Don't modify this version with sed, or it will screw up your line endings.
5-
set PHP_MAJOR_VER=8.2
6-
set PHP_VER=%PHP_MAJOR_VER%.13
5+
set PHP_MAJOR_VER=8.3
6+
set PHP_VER=%PHP_MAJOR_VER%.0
77
set PHP_GIT_REV=php-%PHP_VER%
88
set PHP_DISPLAY_VER=%PHP_VER%
99
set PHP_SDK_VER=2.2.0

0 commit comments

Comments
 (0)