Searched refs:revalidate_path (Results 1 – 9 of 9) sorted by relevance
2 revalidate_path 01: OPCache must cache only resolved real paths when revalidate_path is set6 opcache.revalidate_path=139 //php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1');40 php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1 -d o…
2 Bug #74596 (SIGSEGV with opcache.revalidate_path enabled)9 opcache.revalidate_path=1
178 zend_bool revalidate_path; member
285 …idate_path" , "0", PHP_INI_ALL , OnUpdateBool, accel_directives.revalidate_path , zend_acc…708 add_assoc_bool(&directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
126 opcache.revalidate_path (default "0")
1739 if (!ZCG(accel_directives).revalidate_path) { in persistent_compile_file()2027 if (!ZCG(accel_directives).revalidate_path) { in persistent_zend_resolve_path()
1834 ;opcache.revalidate_path=0
1020 . Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled). (Laruence)
Completed in 35 milliseconds