From: Rasmus Lerdorf Date: Mon, 14 Dec 2015 14:09:17 +0000 (-0800) Subject: Support uwsgi sapi in opcache X-Git-Tag: php-7.1.0alpha1~639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a63f33b2822e59ebe1c48bb12730f3fcc64d8a69;p=php Support uwsgi sapi in opcache --- diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index 5df11f2e24..51500a95ff 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -2348,6 +2348,7 @@ static inline int accel_find_sapi(void) "apache2filter", "apache2handler", "litespeed", + "uwsgi", NULL }; const char **sapi_name;