Searched refs:file_update_protection (Results 1 – 23 of 23) sorted by relevance
7 opcache.file_update_protection=0
6 opcache.file_update_protection=0
6 opcache.file_update_protection=2
31 … -d opcache.enable_cli=1 -d opcache.optimization_level=$opt -d opcache.file_update_protection=0" );
40 … -d opcache.enable_cli=1 -d opcache.revalidate_path=1 -d opcache.file_update_protection=0 -d realp…
190 zend_ulong file_update_protection; member
120 opcache.file_update_protection (default "2")
1511 ZCG(accel_directives).file_update_protection || in opcache_compile_file()1529 if (ZCG(accel_directives).file_update_protection && in opcache_compile_file()1530 … ((accel_time_t)(ZCG(request_time) - ZCG(accel_directives).file_update_protection) < timestamp)) { in opcache_compile_file()
295 … , PHP_INI_ALL , OnUpdateLong, accel_directives.file_update_protection, zend_a…
Completed in 34 milliseconds