Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.h149 bool use_cwd; member
H A Dzend_accelerator_module.c275 …se_cwd" , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.use_cwd , zend…
791 add_assoc_bool(&directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd);
H A DZendAccelerator.c1203 } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) { in accel_make_persistent_key()
/php-src/ext/phar/
H A Dphar_internal.h546 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd);
H A Dphar.c2126 char *phar_fix_filepath(char *path, size_t *new_len, int use_cwd) /* {{{ */ in phar_fix_filepath() argument
2134 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') { in phar_fix_filepath()
/php-src/
H A Dphp.ini-development1721 ;opcache.use_cwd=1
H A Dphp.ini-production1723 ;opcache.use_cwd=1

Completed in 69 milliseconds