Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c88 if (ZCG(accel_directives).restrict_api && *ZCG(accel_directives).restrict_api) { in validate_api_restriction()
89 int 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()
282 … , "" , PHP_INI_SYSTEM, OnUpdateString, accel_directives.restrict_api, z…
H A DZendAccelerator.h246 char *restrict_api; member
H A DREADME212 opcache.restrict_api (default "")
/PHP-5.5/
H A DNEWS1667 . Added opcache.restrict_api configuration directive that may limit

Completed in 32 milliseconds