Searched refs:caching (Results 1 – 12 of 12) sorted by relevance
/PHP-5.3/ext/spl/ |
H A D | spl_iterators.c | 1580 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 D | spl_iterators.h | 144 } caching; member
|
/PHP-5.3/ext/spl/tests/ |
H A D | spl_cachingiterator_setFlags_basic.phpt | 2 SPL: SplCachingIterator, Test method to set flags for caching iterator
|
/PHP-5.3/ext/sybase_ct/tests/ |
H A D | test_connection_caching.phpt | 2 Sybase-CT connection caching
|
/PHP-5.3/ext/soap/ |
H A D | TODO.old | 25 possible using shared memory for sdl caching... 26 api for clearing/checking sdl caching...
|
/PHP-5.3/ext/curl/tests/ |
H A D | curl_multi_segfault.phpt | 2 Segfault due to libcurl connection caching
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_pconn_reuse.phpt | 2 mysqli_pconnect() - reusing/caching persistent connections - TODO
|
/PHP-5.3/ |
H A D | php.ini-development | 1367 ; 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 D | php.ini-production | 1367 ; 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 D | NEWS | 224 . 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 D | bug37083.phpt | 2 Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS)
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1262 Note that using ccache (a caching C compiler) is incompatible with code
|
Completed in 109 milliseconds