1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

Support uwsgi sapi in opcache

This commit is contained in:
Rasmus Lerdorf
2015-12-14 06:09:17 -08:00
parent 0919178963
commit a63f33b282
+1
View File
@@ -2348,6 +2348,7 @@ static inline int accel_find_sapi(void)
"apache2filter",
"apache2handler",
"litespeed",
"uwsgi",
NULL
};
const char **sapi_name;