]> granicus.if.org Git - php/commitdiff
Support uwsgi sapi in opcache
authorRasmus Lerdorf <rasmus@php.net>
Mon, 14 Dec 2015 14:09:17 +0000 (06:09 -0800)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 14 Dec 2015 14:09:17 +0000 (06:09 -0800)
ext/opcache/ZendAccelerator.c

index 726003725c071aa2762474b1d9615edd26f7b26b..77147367e64d77e000798bd9bea9727293afe691 100644 (file)
@@ -2434,6 +2434,7 @@ static inline int accel_find_sapi(TSRMLS_D)
                "apache2filter",
                "apache2handler",
                "litespeed",
+               "uwsgi",
                NULL
        };
        const char **sapi_name;