Home
last modified time | relevance | path

Searched refs:file_cache (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/phar/tests/
H A D024-opcache-win32.phpt8 $cache_dir = dirname(__FILE__) . "/024-file_cache";
9 if (!is_dir($cache_dir) && !mkdir($cache_dir)) die("skip unable to create file_cache dir");
15 opcache.file_cache={PWD}/024-file_cache
40 $cache_dir = ini_get("opcache.file_cache");
/PHP-7.4/ext/opcache/tests/
H A Dbug71443.phpt6 opcache.file_cache="{TMP}"
H A Dbug76275.phpt6 opcache.file_cache="{TMP}"
H A Dbug78185.phpt6 opcache.file_cache={PWD}
H A Dbug78189.phpt11 opcache.file_cache="{TMP}"
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c314 … , NULL , PHP_INI_SYSTEM, OnUpdateFileCache, accel_directives.file_cache, …
455 if (ZCG(accel_directives).file_cache) {
604 if (ZCG(accel_directives).file_cache) {
605 add_assoc_string(return_value, "file_cache", ZCG(accel_directives).file_cache);
763 …file_cache", ZCG(accel_directives).file_cache ? ZCG(accel_directives).file_cach…
H A DZendAccelerator.h178 char *file_cache; member
H A Dshared_alloc_win32.c141 if (ZCG(accel_directives).file_cache && ZCG(accel_directives).file_cache_fallback) { in zend_shared_alloc_reattach()
H A Dzend_file_cache.c838 len = strlen(ZCG(accel_directives).file_cache);
840 memcpy(filename, ZCG(accel_directives).file_cache, len);
846 len = strlen(ZCG(accel_directives).file_cache);
850 memcpy(filename, ZCG(accel_directives).file_cache, len);
899 if (zend_file_cache_mkdir(filename, strlen(ZCG(accel_directives).file_cache)) != SUCCESS) {
H A DZendAccelerator.c1302 if (ZCG(accel_directives).file_cache) { in zend_accel_invalidate()
1451 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1486 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1544 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1597 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1754 if (ZCG(accel_directives).file_cache) { in opcache_compile_file()
1929 && ZCG(accel_directives).file_cache in persistent_compile_file()
1940 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2034 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2122 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
[all …]
/PHP-7.4/
H A DUPGRADING619 removed in favor of the opcache.file_cache INI directive.
H A Dphp.ini-development1871 ;opcache.file_cache=
H A Dphp.ini-production1871 ;opcache.file_cache=
H A DNEWS683 . Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode

Completed in 56 milliseconds