Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dconfig.w323 ARG_ENABLE("opcache-file", "whether to enable file based caching", "yes");
10 AC_DEFINE('HAVE_OPCACHE_FILE_CACHE', 1, 'Define to enable file based caching (experimental)');
H A Dconfig.m48 PHP_ARG_ENABLE(opcache-file, whether to enable file based caching,
9 [ --disable-opcache-file Disable file based caching], yes, no)
18 AC_DEFINE(HAVE_OPCACHE_FILE_CACHE, 1, [Define to enable file based caching (experimental)])
H A DREADME4 The Zend OPcache provides faster PHP execution through opcode caching and
121 Prevents caching files that are less than this number of seconds old.
122 It protects from caching of incompletely updated files. In case all file
/PHP-7.0/ext/spl/
H A Dspl_iterators.c1501 array_init(&intern->u.caching.zcache); in spl_dual_it_construct()
1675 zval_ptr_dtor(&intern->u.caching.zstr); in spl_dual_it_free()
1676 ZVAL_UNDEF(&intern->u.caching.zstr); in spl_dual_it_free()
1680 ZVAL_UNDEF(&intern->u.caching.zchildren); in spl_dual_it_free()
2336 zval_ptr_dtor(&object->u.caching.zcache); in spl_dual_it_free_storage()
2652 intern->u.caching.flags |= CIT_VALID; in spl_caching_it_next()
2713 Z_ADDREF(intern->u.caching.zstr); in spl_caching_it_next()
2718 intern->u.caching.flags &= ~CIT_VALID; in spl_caching_it_next()
2956 RETURN_LONG(intern->u.caching.flags); in SPL_METHOD()
2989 intern->u.caching.flags = (intern->u.caching.flags & ~CIT_PUBLIC) | (flags & CIT_PUBLIC); in SPL_METHOD()
[all …]
H A Dspl_iterators.h150 } caching; member
/PHP-7.0/ext/spl/tests/
H A Dspl_cachingiterator_setFlags_basic.phpt2 SPL: SplCachingIterator, Test method to set flags for caching iterator
/PHP-7.0/ext/soap/
H A DTODO.old24 possible using shared memory for sdl caching...
25 api for clearing/checking sdl caching...
/PHP-7.0/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt2 mysqli_pconnect() - reusing/caching persistent connections - TODO
/PHP-7.0/
H A Dphp.ini-development1256 ; Tuning: This option enables statement caching, and specifies how
1257 ; many statements to cache. Using 0 disables statement caching.
1450 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1451 ; or leave this empty to avoid sending anti-caching headers.
1727 ; Enables or disables WSDL caching feature.
1869 ; SHM reset. The default "" disables file based caching.
1872 ; Enables or disables opcode caching in shared memory.
H A Dphp.ini-production1256 ; Tuning: This option enables statement caching, and specifies how
1257 ; many statements to cache. Using 0 disables statement caching.
1450 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1451 ; or leave this empty to avoid sending anti-caching headers.
1727 ; Enables or disables WSDL caching feature.
1869 ; SHM reset. The default "" disables file based caching.
1872 ; Enables or disables opcode caching in shared memory.
H A DNEWS2568 . Fixed bug #69833 (mcrypt fd caching not working). (Anatol)
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug37083.phpt2 Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS)
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1296 Note that using ccache (a caching C compiler) is incompatible with code

Completed in 71 milliseconds