Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/tests/
H A Drevalidate_path_01.phpt2 revalidate_path 01: OPCache must cache only resolved real paths when revalidate_path is set
6 opcache.revalidate_path=1
39 //php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1');
40 php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1 -d o…
H A Dbug74596.phpt2 Bug #74596 (SIGSEGV with opcache.revalidate_path enabled)
9 opcache.revalidate_path=1
/PHP-7.1/ext/opcache/
H A DZendAccelerator.h178 zend_bool revalidate_path; member
H A Dzend_accelerator_module.c285 …idate_path" , "0", PHP_INI_ALL , OnUpdateBool, accel_directives.revalidate_path , zend_acc…
708 add_assoc_bool(&directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
H A DREADME126 opcache.revalidate_path (default "0")
H A DZendAccelerator.c1739 if (!ZCG(accel_directives).revalidate_path) { in persistent_compile_file()
2027 if (!ZCG(accel_directives).revalidate_path) { in persistent_zend_resolve_path()
/PHP-7.1/
H A Dphp.ini-development1834 ;opcache.revalidate_path=0
H A Dphp.ini-production1834 ;opcache.revalidate_path=0
H A DNEWS1020 . Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled). (Laruence)

Completed in 36 milliseconds