-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
questionThis issue that requires clarification or helpThis issue that requires clarification or help
Description
How can I run some php code before the server starts to listen for connections - ie. code which is not executed on each request but only when a worker starts ?
I imagine two function that - if declared would be run at appropriate times:
function __kphp_master_startup() {
}and
function __kphp_worker_startup() {
}Metadata
Metadata
Assignees
Labels
questionThis issue that requires clarification or helpThis issue that requires clarification or help