Skip to content

Commit e8a9ae4

Browse files
committed
Update WASM to PHP 8.4.4, and enable mbstring and XML extensions
1 parent c4c91d9 commit e8a9ae4

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

js/interactive-examples.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function main() {
6363
document.querySelectorAll(".example .example-contents").forEach((example) => {
6464
const button = document.createElement("button");
6565
button.setAttribute("type", "button");
66-
const phpcode = example.querySelector(".phpcode");
66+
const phpcode = example.querySelector(".phpcode.annotation-interactive");
6767
if (phpcode === null) {
6868
return;
6969
}

js/php-web.mjs

+6-7
Large diffs are not rendered by default.

js/php-web.wasm

5.18 MB
Binary file not shown.

0 commit comments

Comments
 (0)