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 9ad737c commit e16e8f2Copy full SHA for e16e8f2
compile.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-[ -z "$PHP_VERSION" ] && PHP_VERSION="8.2.12"
+[ -z "$PHP_VERSION" ] && PHP_VERSION="8.2.13"
3
4
ZLIB_VERSION="1.3"
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.2
6
-set PHP_VER=%PHP_MAJOR_VER%.12
+set PHP_VER=%PHP_MAJOR_VER%.13
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