Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 156) sorted by last modified time

1234567

/PHP-7.4/
H A DNEWS737 . Fixed bug #79917 (File cache segfault with a static variable in inherited
1227 . Fixed bug #79055 (Typed property become unknown with OPcache file cache).
1273 . Fixed bug #78926 (Segmentation fault on Symfony cache:clear). (Nikita)
1547 . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
1939 . Fixed bug #78189 (file cache strips last character of uname hash). (cmb)
1940 . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
2049 . Fixed possible crashes, because of inconsistent PCRE cache and opcache
H A D.travis.yml54 cache:
H A Dphp.ini-development305 ; Note: disables the realpath cache
339 ; http://php.net/realpath-cache-size
345 ; http://php.net/realpath-cache-ttl
1260 ; http://php.net/oci8.statement-cache-size
1442 ; http://php.net/session.cache-limiter
1446 ; http://php.net/session.cache-expire
1741 ; http://php.net/soap.wsdl-cache-enabled
1745 ; http://php.net/soap.wsdl-cache-dir
1750 ; http://php.net/soap.wsdl-cache-ttl
1753 ; Sets the size of the cache limit. (Max. number of WSDL files to cache)
[all …]
H A Dphp.ini-production305 ; Note: disables the realpath cache
339 ; http://php.net/realpath-cache-size
345 ; http://php.net/realpath-cache-ttl
1260 ; http://php.net/oci8.statement-cache-size
1442 ; http://php.net/session.cache-limiter
1446 ; http://php.net/session.cache-expire
1741 ; http://php.net/soap.wsdl-cache-enabled
1745 ; http://php.net/soap.wsdl-cache-dir
1750 ; http://php.net/soap.wsdl-cache-ttl
1753 ; Sets the size of the cache limit. (Max. number of WSDL files to cache)
[all …]
H A DUPGRADING737 the INI directive opcache.cache_id. All processes with the same cache ID and
/PHP-7.4/azure/
H A Dcommunity_job.yml90 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
91 … php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php
/PHP-7.4/ext/imap/
H A Dphp_imap.c1697 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1698 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
1702 tmp[5] = cache->draft ? 'X' : ' '; in PHP_FUNCTION()
1704 mail_date(tmp+11, cache); in PHP_FUNCTION()
1709 if ((i = cache->user_flags)) { in PHP_FUNCTION()
2113 MESSAGECACHE *cache; in PHP_FUNCTION() local
2158 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " "); in PHP_FUNCTION()
2159 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U"); in PHP_FUNCTION()
2168 mail_date(dummy, cache); in PHP_FUNCTION()
2662 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_cache_slot_opt.phpt10 // Opcache merges cache slots for both assignments.
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c159 static void realpath_cache_clean_helper(uint32_t max_entries, realpath_cache_bucket **cache, zend_l… in realpath_cache_clean_helper() argument
164 realpath_cache_bucket *p = cache[i]; in realpath_cache_clean_helper()
170 cache[i] = NULL; in realpath_cache_clean_helper()
/PHP-7.4/Zend/tests/
H A Dsymtable_cache_recursive_dtor.phpt2 Symtable cache slots may be acquired while cleaning symtable
6 // Must be larger than the symtable cache.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt28 // overwrite results and check if the cache magic works
78 // overwrite results and check if the cache magic works
96 // overwrite results and check if the cache magic works
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt57 // clear the cache
71 // clear the cache
89 // clear the cache
103 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation5.phpt50 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation6.phpt41 // clear the cache
49 // clear the cache
H A Dsymlink_link_linkinfo_is_link_basic2.phpt52 // clear the cache
61 // clear the cache
H A Dsymlink_link_linkinfo_is_link_basic1.phpt66 // clear the cache
78 // clear the cache
H A Dbug39367.phpt2 Bug #39367 (clearstatcache() doesn't clear realpath cache)
H A Dlstat_stat_variation2.phpt38 // clear the cache
H A Dlstat_stat_variation1.phpt37 // clear the cache
H A Dlstat_stat_variation10.phpt29 // clear the cache
H A Dlstat_stat_variation4.phpt31 // clear the cache
44 // clear the cache
H A Dlstat_stat_variation6.phpt47 // clear the cache
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2474 int cache; member
2560 s = pc->cache; in collector_decode_htmlnumericentity()
2566 pc->cache = s; in collector_decode_htmlnumericentity()
2571 s = pc->cache; in collector_decode_htmlnumericentity()
2636 s = pc->cache; in collector_decode_htmlnumericentity()
2646 pc->cache = s; in collector_decode_htmlnumericentity()
2651 s = pc->cache; in collector_decode_htmlnumericentity()
2767 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
2792 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
2814 pc->cache = 0; in mbfl_filt_decode_htmlnumericentity_flush()
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dbug78189.phpt2 Bug #78189 (file cache strips last character of uname hash)
H A Dbug76275.phpt2 Bug #76275: Assertion failure in file cache when unserializing empty try_catch_array

Completed in 72 milliseconds

1234567