You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() {
}
The text was updated successfully, but these errors were encountered:
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:
and
The text was updated successfully, but these errors were encountered: