2026-04-19 18:01:56 +08:00
|
|
|
<script setup>
|
|
|
|
|
import SearchTable from "../../.vitepress/components/SearchTable.vue";
|
|
|
|
|
</script>
|
|
|
|
|
|
2026-04-19 11:49:55 +08:00
|
|
|
# Supported Extensions
|
2024-10-05 15:33:27 +08:00
|
|
|
|
2026-04-19 18:01:56 +08:00
|
|
|
> - ✅: Supported
|
|
|
|
|
> - blank: Not supported or not yet ported
|
|
|
|
|
|
|
|
|
|
<search-table />
|
|
|
|
|
|
|
|
|
|
::: tip
|
|
|
|
|
If an extension you need is missing, you can file a [feature request](https://github.com/crazywhalecc/static-php-cli/issues).
|
|
|
|
|
|
|
|
|
|
Some extensions or their library dependencies have optional features (e.g. gd can optionally use libwebp, freetype, etc.).
|
|
|
|
|
Running `bin/spc build gd --build-cli` alone will not include them — StaticPHP follows a minimal-dependency principle by default.
|
|
|
|
|
:::
|