From: Rasmus Lerdorf Date: Mon, 14 Dec 2015 14:09:17 +0000 (-0800) Subject: Support uwsgi sapi in opcache X-Git-Tag: php-7.0.2RC1~17^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a31d70845f64fa010b88ade23410fb400a7dbed;p=php Support uwsgi sapi in opcache --- diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index 726003725c..77147367e6 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -2434,6 +2434,7 @@ static inline int accel_find_sapi(TSRMLS_D) "apache2filter", "apache2handler", "litespeed", + "uwsgi", NULL }; const char **sapi_name;