From 867b09a02aa46cedd3fa9308ba11138668bcbffa Mon Sep 17 00:00:00 2001 From: Sunch <120295462+Sunch233@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:42:28 +0800 Subject: [PATCH] windows: fixed jit compile --- windows-compile-vs.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows-compile-vs.ps1 b/windows-compile-vs.ps1 index d412d46d..625c5d98 100644 --- a/windows-compile-vs.ps1 +++ b/windows-compile-vs.ps1 @@ -135,7 +135,7 @@ if ($PHP_DEBUG_BUILD -eq 0) { } if ($env:PHP_JIT_SUPPORT -eq 1) { - $PHP_JIT_ENABLE_ARG="yes" + $PHP_JIT_ENABLE_ARG="on" pm-echo "Compiling JIT support in OPcache (unstable)" } @@ -634,4 +634,4 @@ pm-echo "Xdebug is included, but disabled by default. To enable it, change 'xdeb pm-echo "NOTE: You may need to install VC++ Redistributable for the binaries to work. Download it here: https://aka.ms/vs/16/release/vc_redist.x64.exe" pm-echo "PHP binary files installed in $outpath\bin" -pm-echo "If the binary doesn't work, please report an issue at https://github.com/pmmp/PHP-Binaries and attach the `"compile.log`" file" \ No newline at end of file +pm-echo "If the binary doesn't work, please report an issue at https://github.com/pmmp/PHP-Binaries and attach the `"compile.log`" file"