mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 23:05:41 +08:00
7 lines
327 B
Markdown
7 lines
327 B
Markdown
# Lifecycle Hooks
|
|
|
|
<!-- TODO: Detailed explanation of hook execution order and method signatures.
|
|
#[BeforeStage('lib-name', 'build')], #[AfterStage(...)], #[PatchBeforeBuild].
|
|
How hooks from different packages are merged and ordered.
|
|
Common patterns: patching config.m4, injecting compile flags, post-install fixups. -->
|