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 986ac80 commit ba5f6daCopy full SHA for ba5f6da
compile.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.26"
+[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.27"
3
4
ZLIB_VERSION="1.3.1"
5
GMP_VERSION="6.3.0"
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.1
6
-set PHP_VER=%PHP_MAJOR_VER%.26
+set PHP_VER=%PHP_MAJOR_VER%.27
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