Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/
H A DZendAccelerator.h149 bool use_cwd; member
H A Dzend_accelerator_module.c244 …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 DZendAccelerator.c1168 } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) { in accel_make_persistent_key()
/PHP-8.1/ext/phar/
H A Dphar_internal.h551 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd);
H A Dphar.c2128 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 Dphp.ini-development1797 ;opcache.use_cwd=1
H A Dphp.ini-production1799 ;opcache.use_cwd=1

Completed in 45 milliseconds