mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Support uwsgi sapi in opcache
This commit is contained in:
parent
02e85045dc
commit
56bf10f0bd
1 changed files with 1 additions and 0 deletions
|
@ -2348,6 +2348,7 @@ static inline int accel_find_sapi(void)
|
||||||
"apache2filter",
|
"apache2filter",
|
||||||
"apache2handler",
|
"apache2handler",
|
||||||
"litespeed",
|
"litespeed",
|
||||||
|
"uwsgi",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
const char **sapi_name;
|
const char **sapi_name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue