1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Update WASM to PHP 8.4.4, and enable mbstring and XML extensions

This commit is contained in:
Derick Rethans
2025-02-14 15:56:31 +00:00
parent c4c91d9435
commit e8a9ae4b82
3 changed files with 7 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ async function main() {
document.querySelectorAll(".example .example-contents").forEach((example) => {
const button = document.createElement("button");
button.setAttribute("type", "button");
const phpcode = example.querySelector(".phpcode");
const phpcode = example.querySelector(".phpcode.annotation-interactive");
if (phpcode === null) {
return;
}

File diff suppressed because one or more lines are too long

Binary file not shown.