Skip to content

Commit af4b6db

Browse files
committed
[CLI] sqlite-markdown: relink PHP-WASM (all PHP versions × asyncify/jspi)
PHP-WASM rebuild against the gated libsqlite3 that has sqlite_markdown.c appended to sqlite3.c. The constructor in extensions.c only registers sqlite3_auto_extension when SQLITE_MARKDOWN_AUTOLOAD=1, so the markdown_posts / markdown_postmeta vtabs stay dormant for everyone who doesn't pass --sqlite-markdown. After this, the CLI flag activates the markdown vtab on every supported modern PHP version (7.4, 8.0–8.5), not just 8.5.
1 parent 35f9307 commit af4b6db

27 files changed

Lines changed: 145568 additions & 122391 deletions

File tree

31.7 KB
Binary file not shown.

packages/php-wasm/node-builds/7-4/asyncify/php_7_4.js

Lines changed: 12418 additions & 10553 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
30.1 KB
Binary file not shown.

packages/php-wasm/node-builds/7-4/jspi/php_7_4.js

Lines changed: 11736 additions & 9854 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
30.2 KB
Binary file not shown.

packages/php-wasm/node-builds/8-0/asyncify/php_8_0.js

Lines changed: 12477 additions & 10574 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)