src/worker.rs (2 lines): - line 39: // TODO Shutdown previous worker before fork if there is a PHP-FPM reload - line 41: // TODO Change the worker process name. src/plugin/plugin_pdo.rs (1 line): - line 332: // TODO compact the fields rather than mysql. worker/src/lib.rs (1 line): - line 138: // TODO Do graceful shutdown, and wait 10s then force quit. src/plugin/plugin_redis.rs (1 line): - line 195: /// TODO Support first optional argument as config for phpredis 6.0+. src/plugin/mod.rs (1 line): - line 77: #[allow(static_mut_refs)] // TODO: Swith to use thread_local