Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h149 zend_bool use_cwd; member
H A Dzend_accelerator_module.c276 …se_cwd" , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.use_cwd , zend…
730 add_assoc_bool(&directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd);
H A DZendAccelerator.c1137 } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) { in accel_make_persistent_key()
/PHP-7.4/ext/phar/
H A Dphar_internal.h545 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd);
H A Dphar.c2086 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd) /* {{{ */ in phar_fix_filepath() argument
2094 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') { in phar_fix_filepath()
/PHP-7.4/
H A Dphp.ini-development1791 ;opcache.use_cwd=1
H A Dphp.ini-production1791 ;opcache.use_cwd=1

Completed in 55 milliseconds