From 8533702cf60fb9e0687e2922a97aba0c04c56bf9 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 6 Jul 2026 21:19:55 +0800 Subject: [PATCH] oops --- config/env.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/env.ini b/config/env.ini index a3e9aa70..0be1abdf 100644 --- a/config/env.ini +++ b/config/env.ini @@ -53,8 +53,8 @@ PHP_BUILD_PROVIDER="StaticPHP ${SPC_VERSION}" SPC_ENABLE_LOG_FILE="yes" ; The LOG DIR for spc logs SPC_LOGS_DIR="${WORKING_DIR}/log" -; Preserve old logs when running new builds -SPC_PRESERVE_LOGS="no" +; Preserve old logs when running new builds (code checks SPC_PRESERVE_LOG, not SPC_PRESERVE_LOGS) +SPC_PRESERVE_LOG="no" ; EXTENSION_DIR where the built php will look for extension when a .ini instructs to load them ; only useful for builds targeting not pure-static linking