Home
last modified time | relevance | path

Searched refs:use_cwd (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/ext/opcache/
H A DZendAccelerator.h175 zend_bool use_cwd; member
H A Dzend_accelerator_module.c277 …se_cwd" , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.use_cwd , zend…
700 add_assoc_bool(&directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd);
H A DREADME93 opcache.use_cwd (default "1")
H A DZendAccelerator.c994 } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) { in accel_make_persistent_key()
/PHP-7.1/ext/phar/
H A Dphar_internal.h552 char *phar_fix_filepath(char *path, int *new_len, int use_cwd);
H A Dphar.c2080 char *phar_fix_filepath(char *path, int *new_len, int use_cwd) /* {{{ */ argument
2088 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') {
/PHP-7.1/
H A Dphp.ini-development1822 ;opcache.use_cwd=1
H A Dphp.ini-production1822 ;opcache.use_cwd=1

Completed in 48 milliseconds