Support uwsgi sapi in opcache

This commit is contained in:
Rasmus Lerdorf 2015-12-14 06:09:17 -08:00
parent 02e85045dc
commit 56bf10f0bd

View file

@ -2348,6 +2348,7 @@ static inline int accel_find_sapi(void)
"apache2filter", "apache2filter",
"apache2handler", "apache2handler",
"litespeed", "litespeed",
"uwsgi",
NULL NULL
}; };
const char **sapi_name; const char **sapi_name;