Searched refs:restrict_api (Results 1 – 5 of 5) sorted by relevance
88 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…
202 char *restrict_api; member
217 opcache.restrict_api (default "")
1892 ;opcache.restrict_api=
Completed in 27 milliseconds