Open
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() {
}