Searched refs:use_cwd (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/opcache/ |
H A D | ZendAccelerator.h | 195 zend_bool use_cwd; member
|
H A D | zend_accelerator_module.c | 277 …se_cwd" , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.use_cwd , zend… 699 add_assoc_bool(&directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd);
|
H A D | README | 93 opcache.use_cwd (default "1")
|
H A D | ZendAccelerator.c | 988 } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) { in accel_make_persistent_key()
|
/PHP-7.0/ext/phar/ |
H A D | phar_internal.h | 567 char *phar_fix_filepath(char *path, int *new_len, int use_cwd);
|
H A D | phar.c | 2090 char *phar_fix_filepath(char *path, int *new_len, int use_cwd) /* {{{ */ argument 2098 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') {
|
/PHP-7.0/ |
H A D | php.ini-development | 1789 ;opcache.use_cwd=1
|
H A D | php.ini-production | 1789 ;opcache.use_cwd=1
|
Completed in 62 milliseconds