Searched refs:file_update_protection (Results 1 – 24 of 24) sorted by relevance
8 opcache.file_update_protection=0
7 opcache.file_update_protection=0
6 opcache.file_update_protection=0
6 opcache.file_update_protection=2
33 … -d opcache.enable_cli=1 -d opcache.optimization_level=$opt -d opcache.file_update_protection=0" );
42 … -d opcache.enable_cli=1 -d opcache.revalidate_path=1 -d opcache.file_update_protection=0 -d realp…
162 zend_ulong file_update_protection; member
293 … , PHP_INI_ALL , OnUpdateLong, accel_directives.file_update_protection, zend_a…770 …ng(&directives, "opcache.file_update_protection", ZCG(accel_directives).file_update_protection);
1705 ZCG(accel_directives).file_update_protection || in opcache_compile_file()1723 if (ZCG(accel_directives).file_update_protection && in opcache_compile_file()1724 … ((accel_time_t)(ZCG(request_time) - ZCG(accel_directives).file_update_protection) < timestamp)) { in opcache_compile_file()
1911 ;opcache.file_update_protection=2
Completed in 47 milliseconds