You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
006-FileUploadWeb AOT link is green when FILE_UPLOAD_WEB_AOT_LINK_GATE=1 (ExamplesCompileTest::test006FileUploadWebAotLink). Defaults remain 0 in script/ci-defaults.env — full ci-local.sh does not exercise 006 link unless env is set manually.
005 pattern: #1946 link gate → #1954 default-on after green.
Goal
Flip FILE_UPLOAD_WEB_AOT_LINK_GATE default to 1 in script/ci-defaults.env
Document in docs/local-ci-matrix.md and examples/006-FileUploadWeb/README.md
Problem
006-FileUploadWeb AOT link is green when
FILE_UPLOAD_WEB_AOT_LINK_GATE=1(ExamplesCompileTest::test006FileUploadWebAotLink). Defaults remain0inscript/ci-defaults.env— fullci-local.shdoes not exercise 006 link unless env is set manually.005 pattern: #1946 link gate → #1954 default-on after green.
Goal
FILE_UPLOAD_WEB_AOT_LINK_GATEdefault to1inscript/ci-defaults.envdocs/local-ci-matrix.mdandexamples/006-FileUploadWeb/README.mdphpc doctor --gates(DevEx: phpc doctor --gates lists 006-FileUploadWeb ladder (#1999–#2012) #2010) reflects default-onDepends on
FILE_UPLOAD_WEB_SMOKE_GATEdefault-on first (LLVM-independent)FILE_UPLOAD_WEB_AOT_LINK_GATE=1 ./script/ci-local.sh --filter test006FileUploadWebAotLinkinphp-compiler:22.04-devAcceptance criteria
Verification (local / Docker only)
make docker-build-22 docker run --rm -v "$(pwd):/compiler" -w /compiler php-compiler:22.04-dev \ ./script/ci-local.sh --filter test006FileUploadWebAotLinkLinks