Skip to content

DevEx: phpc init --profile fileupload (006-FileUploadWeb parity)#2036

Merged
PurHur merged 1 commit into
masterfrom
issue-2004-phpc-init-fileupload
May 25, 2026
Merged

DevEx: phpc init --profile fileupload (006-FileUploadWeb parity)#2036
PurHur merged 1 commit into
masterfrom
issue-2004-phpc-init-fileupload

Conversation

@PurHur
Copy link
Copy Markdown
Owner

@PurHur PurHur commented May 25, 2026

Summary

Closes #2004.

Test plan

  • bash script/check-init-fileupload-parity.sh
  • Docker: vendor/bin/phpunit --filter PhpcInitFileUpload
  • Docker: vendor/bin/phpunit --filter testCheckInitFileupload
docker run --rm -i -w /compiler php-compiler:22.04-dev bash -c \
  'tar -xf - && composer install --ignore-platform-reqs -q && vendor/bin/phpunit --filter PhpcInitFileUpload'
# (pipe repo via tar from repo root)

Made with Cursor

Adds templates/init-fileupload/ byte-synced to examples/006-FileUploadWeb,
parity checker (INIT_FILEUPLOAD_PARITY_GATE opt-in), and PhpcInitFileUploadTest.

Closes #2004.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DevEx: phpc init --profile fileupload scaffold (006-FileUploadWeb parity)

1 participant