Home
last modified time | relevance | path

Searched refs:restrict_api (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c88 if (ZCG(accel_directives).restrict_api && *ZCG(accel_directives).restrict_api) { in validate_api_restriction()
89 size_t len = strlen(ZCG(accel_directives).restrict_api); in validate_api_restriction()
93 memcmp(SG(request_info).path_translated, ZCG(accel_directives).restrict_api, len) != 0) { in validate_api_restriction()
309 … , "" , PHP_INI_SYSTEM, OnUpdateString, accel_directives.restrict_api, z…
H A DZendAccelerator.h202 char *restrict_api; member
H A DREADME217 opcache.restrict_api (default "")
/PHP-7.1/
H A Dphp.ini-development1892 ;opcache.restrict_api=
H A Dphp.ini-production1892 ;opcache.restrict_api=

Completed in 24 milliseconds