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 60426a7 commit b5311cbCopy full SHA for b5311cb
README.md
@@ -54,6 +54,12 @@ strategy:
54
55
Currently, windows-2019 may be used for all PHP versions up to PHP 8.3.
56
PHP 8.4 requires a newer image such as windows-2022.
57
+Note that windows-2025 currently is not supported by phpize; to work around
58
+that, you need to force usage of the original JScript engine, by running
59
+```
60
+reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main" /v JScriptReplacement /d 0 /f
61
62
+prior to invoking `phpize`.
63
64
### Manually Installing Toolsets
65
0 commit comments