summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2019-05-26 18:47:22 +0100
committerJakub Zelenka <bukka@php.net>2019-05-26 18:47:22 +0100
commit8baf3ffde6211c9373ac7f812c2095b2a6426f78 (patch)
tree234d8c329bb15f620c27225085ae399d7aad6a69
parent9a74b23297167ca7956fd21428c8b987e7d99aa5 (diff)
downloadphp-git-8baf3ffde6211c9373ac7f812c2095b2a6426f78.tar.gz
Add fpmi to the opcache supported sapis
-rw-r--r--ext/opcache/ZendAccelerator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c
index 302a3c2c72..257f9b43f4 100644
--- a/ext/opcache/ZendAccelerator.c
+++ b/ext/opcache/ZendAccelerator.c
@@ -2357,6 +2357,7 @@ static inline int accel_find_sapi(void)
"cli-server",
"cgi-fcgi",
"fpm-fcgi",
+ "fpmi-fcgi",
"isapi",
"apache2filter",
"apache2handler",