Home
last modified time | relevance | path

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

/php-src/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-src/ext/opcache/
H A DZendAccelerator.h152 bool revalidate_path; member
H A Dzend_accelerator_module.c282 …idate_path" , "0", PHP_INI_ALL , OnUpdateBool, accel_directives.revalidate_path , zend_acc…
798 add_assoc_bool(&directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
H A DZendAccelerator.c2025 if (!ZCG(accel_directives).revalidate_path) { in persistent_compile_file()
2519 if (!ZCG(accel_directives).revalidate_path) { in persistent_zend_resolve_path()
/php-src/
H A Dphp.ini-development1733 ;opcache.revalidate_path=0
H A Dphp.ini-production1735 ;opcache.revalidate_path=0

Completed in 57 milliseconds