Skip to content

Commit 9e86142

Browse files
authored
Add ngx-php to opcache supported sapis (php#11013)
This SAPI embed PHP in Nginx server. https://github.com/rryqszq4/ngx-php And in the Techempower benchmarks, it's the fastest PHP SAPI. https://www.techempower.com/benchmarks/#section=data-r20
1 parent bf123da commit 9e86142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2828,6 +2828,7 @@ static inline zend_result accel_find_sapi(void)
28282828
"uwsgi",
28292829
"fuzzer",
28302830
"frankenphp",
2831+
"ngx-php",
28312832
NULL
28322833
};
28332834
const char **sapi_name;

0 commit comments

Comments
 (0)