Searched refs:use_cwd (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/opcache/ |
H A D | ZendAccelerator.h | 149 bool use_cwd; member
|
H A D | zend_accelerator_module.c | 244 …se_cwd" , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.use_cwd , zend… 735 add_assoc_bool(&directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd);
|
H A D | ZendAccelerator.c | 1168 } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) { in accel_make_persistent_key()
|
/PHP-8.1/ext/phar/ |
H A D | phar_internal.h | 551 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd);
|
H A D | phar.c | 2128 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd) /* {{{ */ in phar_fix_filepath() argument 2136 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') { in phar_fix_filepath()
|
/PHP-8.1/ |
H A D | php.ini-development | 1797 ;opcache.use_cwd=1
|
H A D | php.ini-production | 1799 ;opcache.use_cwd=1
|
Completed in 63 milliseconds