Skip to content

Commit b5311cb

Browse files
committed
Document current windows-2025 JScript incompatibility
See <php/php-src#17759>.
1 parent 60426a7 commit b5311cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ strategy:
5454
5555
Currently, windows-2019 may be used for all PHP versions up to PHP 8.3.
5656
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`.
5763

5864
### Manually Installing Toolsets
5965

0 commit comments

Comments
 (0)