Home
last modified time | relevance | path

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

/PHP-8.2/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
40 //php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1');
41 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-8.2/ext/opcache/
H A DZendAccelerator.h157 bool revalidate_path; member
H A Dzend_accelerator_module.c271 …idate_path" , "0", PHP_INI_ALL , OnUpdateBool, accel_directives.revalidate_path , zend_acc…
762 add_assoc_bool(&directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
H A DZendAccelerator.c2034 if (!ZCG(accel_directives).revalidate_path) { in persistent_compile_file()
2542 if (!ZCG(accel_directives).revalidate_path) { in persistent_zend_resolve_path()
/PHP-8.2/
H A Dphp.ini-development1818 ;opcache.revalidate_path=0
H A Dphp.ini-production1820 ;opcache.revalidate_path=0

Completed in 42 milliseconds