mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Update patch point docs
This commit is contained in:
parent
6cf4c40cd2
commit
372760e469
@ -550,7 +550,7 @@ otherwise it will be executed repeatedly in other events.
|
|||||||
The following are the supported `patch_point` event names and corresponding locations:
|
The following are the supported `patch_point` event names and corresponding locations:
|
||||||
|
|
||||||
| Event name | Event description |
|
| Event name | Event description |
|
||||||
|------------------------------|----------------------------------------------------------------------------------------------------|
|
|---------------------------------|----------------------------------------------------------------------------------------------------|
|
||||||
| before-libs-extract | Triggered before the dependent libraries extracted |
|
| before-libs-extract | Triggered before the dependent libraries extracted |
|
||||||
| after-libs-extract | Triggered after the compiled dependent libraries extracted |
|
| after-libs-extract | Triggered after the compiled dependent libraries extracted |
|
||||||
| before-php-extract | Triggered before PHP source code extracted |
|
| before-php-extract | Triggered before PHP source code extracted |
|
||||||
@ -561,6 +561,8 @@ The following are the supported `patch_point` event names and corresponding loca
|
|||||||
| after-exts-extract | Triggered after the extension extracted to the PHP source directory |
|
| after-exts-extract | Triggered after the extension extracted to the PHP source directory |
|
||||||
| before-library[*name*]-build | Triggered before the library named `name` is compiled (such as `before-library[postgresql]-build`) |
|
| before-library[*name*]-build | Triggered before the library named `name` is compiled (such as `before-library[postgresql]-build`) |
|
||||||
| after-library[*name*]-build | Triggered after the library named `name` is compiled |
|
| after-library[*name*]-build | Triggered after the library named `name` is compiled |
|
||||||
|
| after-shared-ext[*name*]-build | Triggered after the shared extension named `name` is compiled |
|
||||||
|
| before-shared-ext[*name*]-build | Triggered before the shared extension named `name` is compiled |
|
||||||
| before-php-buildconf | Triggered before compiling PHP command `./buildconf` |
|
| before-php-buildconf | Triggered before compiling PHP command `./buildconf` |
|
||||||
| before-php-configure | Triggered before compiling PHP command `./configure` |
|
| before-php-configure | Triggered before compiling PHP command `./configure` |
|
||||||
| before-php-make | Triggered before compiling PHP command `make` |
|
| before-php-make | Triggered before compiling PHP command `make` |
|
||||||
|
|||||||
@ -500,6 +500,8 @@ bin/spc dev:sort-config ext
|
|||||||
| after-exts-extract | 在要编译的扩展解压到 PHP 源码目录后触发 |
|
| after-exts-extract | 在要编译的扩展解压到 PHP 源码目录后触发 |
|
||||||
| before-library[*name*]-build | 在名称为 `name` 的库编译前触发(如 `before-library[postgresql]-build`) |
|
| before-library[*name*]-build | 在名称为 `name` 的库编译前触发(如 `before-library[postgresql]-build`) |
|
||||||
| after-library[*name*]-build | 在名称为 `name` 的库编译后触发 |
|
| after-library[*name*]-build | 在名称为 `name` 的库编译后触发 |
|
||||||
|
| after-shared-ext[*name*]-build | 在名称为 `name` 的共享扩展编译后触发(如 `after-shared-ext[redis]-build`) |
|
||||||
|
| before-shared-ext[*name*]-build | 在名称为 `name` 的共享扩展编译前触发 |
|
||||||
| before-php-buildconf | 在编译 PHP 命令 `./buildconf` 前触发 |
|
| before-php-buildconf | 在编译 PHP 命令 `./buildconf` 前触发 |
|
||||||
| before-php-configure | 在编译 PHP 命令 `./configure` 前触发 |
|
| before-php-configure | 在编译 PHP 命令 `./configure` 前触发 |
|
||||||
| before-php-make | 在编译 PHP 命令 `make` 前触发 |
|
| before-php-make | 在编译 PHP 命令 `make` 前触发 |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user