Sprint 5: Linux parity + auto-release (1.7.0)#9
Merged
Conversation
- phpvm composer: install composer.phar + POSIX shim per active PHP version, installer signature verified against composer.github.io/installer.sig - phpvm fix-ini: rewrites extension_dir to PHP_EXTENSION_DIR (in-place or append) - phpvm ext laravel [minimal|full]: enable bundled exts via conf.d drop-in, optional Redis via PECL on full preset, gracefully skips missing .so - .github/workflows/release.yml: auto-create GitHub release on v* tag push, verifies tag matches version.txt, generates notes from git log since previous tag - tests/linux/commands.bats: 13 tests covering dispatch + behavior of the new commands, stubs _phpvm_current_version so the suite runs cross-platform - README: documents the three new Linux commands; existing Linux section notes parity with Windows since 1.7.0 - Version bumped 1.6.5 → 1.7.0 across all 5 sources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes the remaining Linux parity gaps with Windows and adds tag-driven release automation.
phpvm composeron Linux — installscomposer.phar+ POSIX shim into the active PHP version'sbin/, signature-verified viacomposer.github.io/installer.sig(SHA-384).phpvm fix-inion Linux — rewritesextension_dirto PHP's compiled-inPHP_EXTENSION_DIR(in-place edit if line exists, append otherwise).phpvm ext laravel [minimal|full]on Linux — enables Laravel-typical extensions viaconf.d/drop-ins, full preset also installs Redis via PECL when not already loaded. Gracefully skips extensions not built into the active PHP..github/workflows/release.yml) — triggered onpush: tags: ['v*']. Verifies tag matchesversion.txt, generates release notes fromgit logsince the previous tag, creates the GitHub release. No more manualgh release create.Test plan
v1.7.0push triggers the new release workflow and produces the GitHub release without manualgh release createWhy bump minor (1.7.0)
This release closes the last Linux↔Windows command-surface gap (composer, fix-ini, ext laravel). Two-way parity is a feature-complete milestone worth a minor bump rather than a patch.
🤖 Generated with Claude Code