@@ -549,22 +549,24 @@ otherwise it will be executed repeatedly in other events.
549549
550550The following are the supported ` patch_point ` event names and corresponding locations:
551551
552- | Event name | Event description |
553- | ------------------------------| ----------------------------------------------------------------------------------------------------|
554- | before-libs-extract | Triggered before the dependent libraries extracted |
555- | after-libs-extract | Triggered after the compiled dependent libraries extracted |
556- | before-php-extract | Triggered before PHP source code extracted |
557- | after-php-extract | Triggered after PHP source code extracted |
558- | before-micro-extract | Triggered before phpmicro extract |
559- | after-micro-extract | Triggered after phpmicro extracted |
560- | before-exts-extract | Triggered before the extension (to be compiled) extracted to the PHP source directory |
561- | after-exts-extract | Triggered after the extension extracted to the PHP source directory |
562- | before-library[ * name* ] -build | Triggered before the library named ` name ` is compiled (such as ` before-library[postgresql]-build ` ) |
563- | after-library[ * name* ] -build | Triggered after the library named ` name ` is compiled |
564- | before-php-buildconf | Triggered before compiling PHP command ` ./buildconf ` |
565- | before-php-configure | Triggered before compiling PHP command ` ./configure ` |
566- | before-php-make | Triggered before compiling PHP command ` make ` |
567- | before-sanity-check | Triggered after compiling PHP but before running extended checks |
552+ | Event name | Event description |
553+ | ---------------------------------| ----------------------------------------------------------------------------------------------------|
554+ | before-libs-extract | Triggered before the dependent libraries extracted |
555+ | after-libs-extract | Triggered after the compiled dependent libraries extracted |
556+ | before-php-extract | Triggered before PHP source code extracted |
557+ | after-php-extract | Triggered after PHP source code extracted |
558+ | before-micro-extract | Triggered before phpmicro extract |
559+ | after-micro-extract | Triggered after phpmicro extracted |
560+ | before-exts-extract | Triggered before the extension (to be compiled) extracted to the PHP source directory |
561+ | after-exts-extract | Triggered after the extension extracted to the PHP source directory |
562+ | before-library[ * name* ] -build | Triggered before the library named ` name ` is compiled (such as ` before-library[postgresql]-build ` ) |
563+ | after-library[ * name* ] -build | Triggered after the library named ` name ` is compiled |
564+ | after-shared-ext[ * name* ] -build | Triggered after the shared extension named ` name ` is compiled |
565+ | before-shared-ext[ * name* ] -build | Triggered before the shared extension named ` name ` is compiled |
566+ | before-php-buildconf | Triggered before compiling PHP command ` ./buildconf ` |
567+ | before-php-configure | Triggered before compiling PHP command ` ./configure ` |
568+ | before-php-make | Triggered before compiling PHP command ` make ` |
569+ | before-sanity-check | Triggered after compiling PHP but before running extended checks |
568570
569571The following is a simple example of temporarily modifying the PHP source code.
570572Enable the CLI function to search for the ` php.ini ` configuration in the current working directory:
0 commit comments