Skip to content

Commit

Permalink
PHP 8.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Apr 2, 2024
1 parent 986ac80 commit ba5f6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.26"
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.27"

ZLIB_VERSION="1.3.1"
GMP_VERSION="6.3.0"
Expand Down
2 changes: 1 addition & 1 deletion windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
set PHP_VER=%PHP_MAJOR_VER%.26
set PHP_VER=%PHP_MAJOR_VER%.27
set PHP_GIT_REV=php-%PHP_VER%
set PHP_DISPLAY_VER=%PHP_VER%
set PHP_SDK_VER=2.2.0
Expand Down

0 comments on commit ba5f6da

Please sign in to comment.