Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dspl_iterators.c1676 if (intern->u.caching.zstr) { in spl_dual_it_free()
1678 intern->u.caching.zstr = NULL; in spl_dual_it_free()
1680 if (intern->u.caching.zchildren) { in spl_dual_it_free()
1682 intern->u.caching.zchildren = NULL; in spl_dual_it_free()
2373 if (object->u.caching.zcache) { in spl_dual_it_free_storage()
2375 object->u.caching.zcache = NULL; in spl_dual_it_free_storage()
2757 ALLOC_ZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2881 if (intern->u.caching.zstr) { in SPL_METHOD()
2882 RETURN_STRINGL(Z_STRVAL_P(intern->u.caching.zstr), Z_STRLEN_P(intern->u.caching.zstr), 1); in SPL_METHOD()
3054 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.6/ext/spl/tests/
H A Dspl_cachingiterator_setFlags_basic.phpt2 SPL: SplCachingIterator, Test method to set flags for caching iterator
/PHP-5.6/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt2 Sybase-CT connection caching
/PHP-5.6/ext/soap/
H A DTODO.old24 possible using shared memory for sdl caching...
25 api for clearing/checking sdl caching...
/PHP-5.6/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
/PHP-5.6/ext/opcache/
H A DREADME4 The Zend OPcache provides faster PHP execution through opcode caching and
121 Prevents caching files that are less than this number of seconds old.
122 It protects from caching of incompletely updated files. In case all file
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt2 mysqli_pconnect() - reusing/caching persistent connections - TODO
/PHP-5.6/
H A Dphp.ini-development1322 ; Tuning: This option enables statement caching, and specifies how
1323 ; many statements to cache. Using 0 disables statement caching.
1555 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1556 ; or leave this empty to avoid sending anti-caching headers.
1865 ; Enables or disables WSDL caching feature.
H A Dphp.ini-production1322 ; Tuning: This option enables statement caching, and specifies how
1323 ; many statements to cache. Using 0 disables statement caching.
1555 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1556 ; or leave this empty to avoid sending anti-caching headers.
1865 ; Enables or disables WSDL caching feature.
H A DNEWS1110 . Fixed bug #69833 (mcrypt fd caching not working). (Anatol)
1315 . Added file descriptor caching to mcrypt_create_iv() (Leigh)
2994 . Fixed revalidate_path=1 behavior to avoid caching of symlinks values.
4028 . Fixed bug (segfault due to libcurl connection caching). (Pierrick)
4830 . Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methods.
7049 - Fixed possible bad caching of symlinked directories in the realpath cache
9822 . Added full caching support and ArrayAccess to CachingIterator.
/PHP-5.6/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.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1296 Note that using ccache (a caching C compiler) is incompatible with code

Completed in 101 milliseconds