Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dspl_iterators.c1580 if (intern->u.caching.zstr) { in spl_dual_it_free()
1582 intern->u.caching.zstr = NULL; in spl_dual_it_free()
1584 if (intern->u.caching.zchildren) { in spl_dual_it_free()
1586 intern->u.caching.zchildren = NULL; in spl_dual_it_free()
2157 if (object->u.caching.zcache) { in spl_dual_it_free_storage()
2159 object->u.caching.zcache = NULL; in spl_dual_it_free_storage()
2505 ALLOC_ZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2627 if (intern->u.caching.zstr) { in SPL_METHOD()
2628 RETURN_STRINGL(Z_STRVAL_P(intern->u.caching.zstr), Z_STRLEN_P(intern->u.caching.zstr), 1); in SPL_METHOD()
2800 intern->u.caching.flags = (intern->u.caching.flags & ~CIT_PUBLIC) | (flags & CIT_PUBLIC); in SPL_METHOD()
[all …]
H A Dspl_iterators.h144 } caching; member
/PHP-5.3/ext/spl/tests/
H A Dspl_cachingiterator_setFlags_basic.phpt2 SPL: SplCachingIterator, Test method to set flags for caching iterator
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt2 Sybase-CT connection caching
/PHP-5.3/ext/soap/
H A DTODO.old25 possible using shared memory for sdl caching...
26 api for clearing/checking sdl caching...
/PHP-5.3/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt2 mysqli_pconnect() - reusing/caching persistent connections - TODO
/PHP-5.3/
H A Dphp.ini-development1367 ; Tuning: This option enables statement caching, and specifies how
1368 ; many statements to cache. Using 0 disables statement caching.
1615 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1616 ; or leave this empty to avoid sending anti-caching headers.
1872 ; Enables or disables WSDL caching feature.
H A Dphp.ini-production1367 ; Tuning: This option enables statement caching, and specifies how
1368 ; many statements to cache. Using 0 disables statement caching.
1615 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1616 ; or leave this empty to avoid sending anti-caching headers.
1872 ; Enables or disables WSDL caching feature.
H A DNEWS224 . Fixed bug (segfault due to libcurl connection caching). (Pierrick)
2421 - Fixed possible bad caching of symlinked directories in the realpath cache
5194 . Added full caching support and ArrayAccess to CachingIterator.
/PHP-5.3/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.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1262 Note that using ccache (a caching C compiler) is incompatible with code

Completed in 109 milliseconds