Skip to content

Commit ba5f6da

Browse files
committed
PHP 8.1.27
1 parent 986ac80 commit ba5f6da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.26"
2+
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.27"
33

44
ZLIB_VERSION="1.3.1"
55
GMP_VERSION="6.3.0"

windows-compile-vs.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.
55
set PHP_MAJOR_VER=8.1
6-
set PHP_VER=%PHP_MAJOR_VER%.26
6+
set PHP_VER=%PHP_MAJOR_VER%.27
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)