Skip to content

Commit a34b43b

Browse files
pjcdawkinsclaude
andcommitted
docs: add comments to craft-options in craft.yml
Document craft-options based on static-php-cli documentation: doctor checks the environment, download fetches php-src and libraries, and build compiles the static binary. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 95769df commit a34b43b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ext/craft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ download-options:
2727
retry: 5
2828

2929
craft-options:
30-
doctor: true
31-
download: true
32-
build: true
30+
doctor: true # Check environment and automatically fix when possible.
31+
download: true # Download source code (php-src and libraries).
32+
build: true # Build the static PHP binary.

0 commit comments

Comments
 (0)