Home
last modified time | relevance | path

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

/PHP-8.1/ext/spl/
H A Dspl_iterators.c1329 array_init(&intern->u.caching.zcache); in spl_dual_it_construct()
1481 if (intern->u.caching.zstr) { in spl_dual_it_free()
1483 intern->u.caching.zstr = NULL; in spl_dual_it_free()
1487 ZVAL_UNDEF(&intern->u.caching.zchildren); in spl_dual_it_free()
2081 zval_ptr_dtor(&object->u.caching.zcache); in spl_dual_it_free_storage()
2316 intern->u.caching.flags |= CIT_VALID; in spl_caching_it_next()
2372 intern->u.caching.flags &= ~CIT_VALID; in spl_caching_it_next()
2470 if (intern->u.caching.zstr) { in PHP_METHOD()
2471 RETURN_STR_COPY(intern->u.caching.zstr); in PHP_METHOD()
2600 RETURN_LONG(intern->u.caching.flags); in PHP_METHOD()
[all …]
H A Dspl_iterators.h135 } caching; member
/PHP-8.1/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt2 mysqli_pconnect() - reusing/caching persistent connections - TODO
/PHP-8.1/ext/opcache/
H A Dconfig.m4336 …AC_MSG_ERROR([No supported shared memory caching support was found when configuring opcache. Check…
/PHP-8.1/
H A Dphp.ini-development1279 ; Tuning: This option enables statement caching, and specifies how
1280 ; many statements to cache. Using 0 disables statement caching.
1461 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1462 ; or leave this empty to avoid sending anti-caching headers.
1746 ; Enables or disables WSDL caching feature.
1881 ; SHM reset. The default "" disables file based caching.
1884 ; Enables or disables opcode caching in shared memory.
1924 ; Prevents caching files that are less than this number of seconds old. It
1925 ; protects from caching of incompletely updated files. In case all file updates
H A Dphp.ini-production1281 ; Tuning: This option enables statement caching, and specifies how
1282 ; many statements to cache. Using 0 disables statement caching.
1463 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1464 ; or leave this empty to avoid sending anti-caching headers.
1748 ; Enables or disables WSDL caching feature.
1883 ; SHM reset. The default "" disables file based caching.
1886 ; Enables or disables opcode caching in shared memory.
1926 ; Prevents caching files that are less than this number of seconds old. It
1927 ; protects from caching of incompletely updated files. In case all file updates
H A DNEWS145 . Fix incorrect uri check in SOAP caching. (nielsdos)
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug37083.phpt2 Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS)

Completed in 55 milliseconds