Skip to content

Conversation

@bukka
Copy link
Member

@bukka bukka commented Dec 3, 2025

This redifines start_now param to start_mode in php_dl / php_load_extension to allow selection of start hooks to run. And for php-fpm it uses just starting of module.

This redifines start_now param to start_mode in php_dl /
php_load_extension to allow selection of start hooks to run. And
for php-fpm it uses just starting of module.
Comment on lines +22 to +24
#define PHP_DL_START_NONE 0
#define PHP_DL_START_REQUEST 1
#define PHP_DL_START_MODULE 2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this not be defined as a C enum?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants