1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00

Support uwsgi sapi in opcache

This commit is contained in:
Rasmus Lerdorf
2015-12-14 06:09:17 -08:00
parent 82d58e6cbc
commit 9a31d70845

View File

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