We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc6c51 commit 8476774Copy full SHA for 8476774
compile.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-[ -z "$PHP_VERSION" ] && PHP_VERSION="8.2.13"
+[ -z "$PHP_VERSION" ] && PHP_VERSION="8.3.0"
3
4
ZLIB_VERSION="1.3"
5
GMP_VERSION="6.3.0"
windows-compile-vs.bat
@@ -2,8 +2,8 @@
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.2
6
-set PHP_VER=%PHP_MAJOR_VER%.13
+set PHP_MAJOR_VER=8.3
+set PHP_VER=%PHP_MAJOR_VER%.0
7
set PHP_GIT_REV=php-%PHP_VER%
8
set PHP_DISPLAY_VER=%PHP_VER%
9
set PHP_SDK_VER=2.2.0
0 commit comments