Home
last modified time | relevance | path

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

/PHP-7.4/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
41 //php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1');
42 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.4/ext/opcache/
H A DZendAccelerator.h152 zend_bool revalidate_path; member
H A Dzend_accelerator_module.c283 …idate_path" , "0", PHP_INI_ALL , OnUpdateBool, accel_directives.revalidate_path , zend_acc…
737 add_assoc_bool(&directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
H A DZendAccelerator.c1967 if (!ZCG(accel_directives).revalidate_path) { in persistent_compile_file()
2276 if (!ZCG(accel_directives).revalidate_path) { in persistent_zend_resolve_path()
/PHP-7.4/
H A Dphp.ini-development1803 ;opcache.revalidate_path=0
H A Dphp.ini-production1803 ;opcache.revalidate_path=0

Completed in 36 milliseconds