Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A DZendAccelerator.h221 zend_bool use_cwd; member
H A Dzend_accelerator_module.c252 …se_cwd" , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.use_cwd , zend…
660 add_assoc_bool(directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd); in ZEND_FUNCTION()
H A DREADME93 opcache.use_cwd (default "1")
H A DZendAccelerator.c925 if (ZCG(accel_directives).use_cwd && in accel_make_persistent_key_ex()
/PHP-5.5/ext/phar/
H A Dphar_internal.h604 char *phar_fix_filepath(char *path, int *new_len, int use_cwd TSRMLS_DC);
H A Dphar.c2142 char *phar_fix_filepath(char *path, int *new_len, int use_cwd TSRMLS_DC) /* {{{ */
2150 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') {
/PHP-5.5/
H A DUPGRADING492 - opcache.use_cwd (default "1")
H A Dphp.ini-development1857 ;opcache.use_cwd=1
H A Dphp.ini-production1857 ;opcache.use_cwd=1

Completed in 55 milliseconds