summaryrefslogtreecommitdiff
path: root/sapi/fpm/config.m4
diff options
context:
space:
mode:
authorJérôme Loyet <fat@php.net>2011-06-26 15:48:11 +0000
committerJérôme Loyet <fat@php.net>2011-06-26 15:48:11 +0000
commitf5b05ce1629aef23289eb69b596a23a45d23e9a5 (patch)
tree6348cd5400f576c1e0e61c1769e8418abf03241e /sapi/fpm/config.m4
parent0d7226ed6067342db69bf948762bf5deb030a85b (diff)
downloadphp-git-f5b05ce1629aef23289eb69b596a23a45d23e9a5.tar.gz
- Replaced shm_slots with a real scoreboard
- Added several improvements to the status page
Diffstat (limited to 'sapi/fpm/config.m4')
-rw-r--r--sapi/fpm/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/config.m4 b/sapi/fpm/config.m4
index a64e31a4d0..1105ec8d28 100644
--- a/sapi/fpm/config.m4
+++ b/sapi/fpm/config.m4
@@ -439,7 +439,7 @@ if test "$PHP_FPM" != "no"; then
fpm/fpm_process_ctl.c \
fpm/fpm_request.c \
fpm/fpm_shm.c \
- fpm/fpm_shm_slots.c \
+ fpm/fpm_scoreboard.c \
fpm/fpm_signals.c \
fpm/fpm_sockets.c \
fpm/fpm_status.c \