Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_iterators.c1602 if (intern->u.caching.zstr) { in spl_dual_it_free()
1604 intern->u.caching.zstr = NULL; in spl_dual_it_free()
1606 if (intern->u.caching.zchildren) { in spl_dual_it_free()
1608 intern->u.caching.zchildren = NULL; in spl_dual_it_free()
2298 if (object->u.caching.zcache) { in spl_dual_it_free_storage()
2300 object->u.caching.zcache = NULL; in spl_dual_it_free_storage()
2682 ALLOC_ZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2800 if (intern->u.caching.zstr) { in SPL_METHOD()
2801 RETURN_STRINGL(Z_STRVAL_P(intern->u.caching.zstr), Z_STRLEN_P(intern->u.caching.zstr), 1); in SPL_METHOD()
2973 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-5.5/ext/spl/tests/
H A Dspl_cachingiterator_setFlags_basic.phpt2 SPL: SplCachingIterator, Test method to set flags for caching iterator
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt2 Sybase-CT connection caching
/PHP-5.5/ext/soap/
H A DTODO.old24 possible using shared memory for sdl caching...
25 api for clearing/checking sdl caching...
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
/PHP-5.5/ext/opcache/
H A DREADME4 The Zend OPcache provides faster PHP execution through opcode caching and
111 Prevents caching files that are less than this number of seconds old.
112 It protects from caching of incompletely updated files. In case all file
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt2 mysqli_pconnect() - reusing/caching persistent connections - TODO
/PHP-5.5/
H A Dphp.ini-development1264 ; Tuning: This option enables statement caching, and specifies how
1265 ; many statements to cache. Using 0 disables statement caching.
1497 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1498 ; or leave this empty to avoid sending anti-caching headers.
1795 ; Enables or disables WSDL caching feature.
H A Dphp.ini-production1264 ; Tuning: This option enables statement caching, and specifies how
1265 ; many statements to cache. Using 0 disables statement caching.
1497 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1498 ; or leave this empty to avoid sending anti-caching headers.
1795 ; Enables or disables WSDL caching feature.
H A DNEWS373 . Added file descriptor caching to mcrypt_create_iv() (Leigh)
1416 . Fixed revalidate_path=1 behavior to avoid caching of symlinks values.
2450 . Fixed bug (segfault due to libcurl connection caching). (Pierrick)
3252 . Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methods.
5471 - Fixed possible bad caching of symlinked directories in the realpath cache
8244 . Added full caching support and ArrayAccess to CachingIterator.
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt2 Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1296 Note that using ccache (a caching C compiler) is incompatible with code

Completed in 69 milliseconds