diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2015-12-14 06:09:17 -0800 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2015-12-14 06:10:26 -0800 |
commit | 56bf10f0bd9a1b2d88b4cb2ac6e45ebf46925adc (patch) | |
tree | ac9d2f7c2e4a4140536dd999f9223b6efbb5f4a2 | |
parent | 02e85045dc2d37848037e120bba7638f803078f6 (diff) | |
download | php-git-56bf10f0bd9a1b2d88b4cb2ac6e45ebf46925adc.tar.gz |
Support uwsgi sapi in opcache
-rw-r--r-- | ext/opcache/ZendAccelerator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index b7f8ce419e..d06653fef6 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; |