From b5311cb82e08935006fb4713bbcef43f593aca1e Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 11 Feb 2025 00:21:17 +0100 Subject: [PATCH] Document current windows-2025 JScript incompatibility See . --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 80ba8eb..ef28824 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ strategy: Currently, windows-2019 may be used for all PHP versions up to PHP 8.3. PHP 8.4 requires a newer image such as windows-2022. +Note that windows-2025 currently is not supported by phpize; to work around +that, you need to force usage of the original JScript engine, by running +``` +reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main" /v JScriptReplacement /d 0 /f +``` +prior to invoking `phpize`. ### Manually Installing Toolsets