Home
last modified time | relevance | path

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

/PHP-5.4/ext/spl/
H A Dspl_iterators.c1607 if (intern->u.caching.zstr) { in spl_dual_it_free()
1609 intern->u.caching.zstr = NULL; in spl_dual_it_free()
1611 if (intern->u.caching.zchildren) { in spl_dual_it_free()
1613 intern->u.caching.zchildren = NULL; in spl_dual_it_free()
2274 if (object->u.caching.zcache) { in spl_dual_it_free_storage()
2276 object->u.caching.zcache = NULL; in spl_dual_it_free_storage()
2657 ALLOC_ZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2779 if (intern->u.caching.zstr) { in SPL_METHOD()
2780 RETURN_STRINGL(Z_STRVAL_P(intern->u.caching.zstr), Z_STRLEN_P(intern->u.caching.zstr), 1); in SPL_METHOD()
2952 intern->u.caching.flags = (intern->u.caching.flags & ~CIT_PUBLIC) | (flags & CIT_PUBLIC); in SPL_METHOD()
[all …]
H A Dspl_iterators.h153 } caching; member
/PHP-5.4/ext/spl/tests/
H A Dspl_cachingiterator_setFlags_basic.phpt2 SPL: SplCachingIterator, Test method to set flags for caching iterator
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt2 Sybase-CT connection caching
/PHP-5.4/ext/soap/
H A DTODO.old24 possible using shared memory for sdl caching...
25 api for clearing/checking sdl caching...
/PHP-5.4/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt2 mysqli_pconnect() - reusing/caching persistent connections - TODO
/PHP-5.4/
H A Dphp.ini-development1263 ; Tuning: This option enables statement caching, and specifies how
1264 ; many statements to cache. Using 0 disables statement caching.
1488 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1489 ; or leave this empty to avoid sending anti-caching headers.
1786 ; Enables or disables WSDL caching feature.
H A Dphp.ini-production1263 ; Tuning: This option enables statement caching, and specifies how
1264 ; many statements to cache. Using 0 disables statement caching.
1488 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1489 ; or leave this empty to avoid sending anti-caching headers.
1786 ; Enables or disables WSDL caching feature.
H A DNEWS1261 . Fixed bug (segfault due to libcurl connection caching). (Pierrick)
2063 . Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methods.
4282 - Fixed possible bad caching of symlinked directories in the realpath cache
7055 . Added full caching support and ArrayAccess to CachingIterator.
/PHP-5.4/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.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1285 Note that using ccache (a caching C compiler) is incompatible with code

Completed in 90 milliseconds