Skip to content

Commit 441644a

Browse files
committed
✨ feat: implement ADDITIONAL_PREPROCESS_CMDS with v4.x compatibility and security warnings
1 parent 0185dd5 commit 441644a

10 files changed

Lines changed: 1103 additions & 4 deletions

File tree

docs/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ This directory contains architectural documentation for the PHP buildpack v5.x.
4444

4545
### Migration Guides
4646

47+
- **[V4_V5_MIGRATION_GAP_ANALYSIS.md](V4_V5_MIGRATION_GAP_ANALYSIS.md)** - Comprehensive v4.x to v5.x feature comparison
48+
- Complete feature matrix (what's implemented, missing, or changed)
49+
- Missing features: `ADDITIONAL_PREPROCESS_CMDS`, `APP_START_CMD`, User Extensions
50+
- Implementation roadmap and priorities
51+
- Testing recommendations
52+
4753
- **[REWRITE_MIGRATION.md](REWRITE_MIGRATION.md)** - v4.x to v5.x migration guide
4854
- Rewrite system changes
4955
- Breaking changes
@@ -60,9 +66,10 @@ This directory contains architectural documentation for the PHP buildpack v5.x.
6066
3. Review [Best Practices](#best-practices) below
6167

6268
**Migrating from v4.x?**
63-
1. Read [REWRITE_MIGRATION.md](REWRITE_MIGRATION.md) for breaking changes
64-
2. Check [VCAP_SERVICES_USAGE.md](VCAP_SERVICES_USAGE.md) for service binding patterns
65-
3. Review feature parity in [USER_GUIDE.md](USER_GUIDE.md)
69+
1. **Start here:** [V4_V5_MIGRATION_GAP_ANALYSIS.md](V4_V5_MIGRATION_GAP_ANALYSIS.md) for complete feature comparison
70+
2. Read [REWRITE_MIGRATION.md](REWRITE_MIGRATION.md) for breaking changes
71+
3. Check [VCAP_SERVICES_USAGE.md](VCAP_SERVICES_USAGE.md) for service binding patterns
72+
4. Review feature parity in [USER_GUIDE.md](USER_GUIDE.md)
6673

6774
**Using VCAP_SERVICES?**
6875
- See [VCAP_SERVICES_USAGE.md](VCAP_SERVICES_USAGE.md) for complete guide

0 commit comments

Comments
 (0)