Searched refs:caching (Results 1 – 8 of 8) sorted by relevance
1338 array_init(&intern->u.caching.zcache); in spl_dual_it_construct()1493 zval_ptr_dtor(&intern->u.caching.zstr); in spl_dual_it_free()1494 ZVAL_UNDEF(&intern->u.caching.zstr); in spl_dual_it_free()1498 ZVAL_UNDEF(&intern->u.caching.zchildren); in spl_dual_it_free()2104 zval_ptr_dtor(&object->u.caching.zcache); in spl_dual_it_free_storage()2334 intern->u.caching.flags |= CIT_VALID; in spl_caching_it_next()2393 Z_TRY_ADDREF(intern->u.caching.zstr); in spl_caching_it_next()2398 intern->u.caching.flags &= ~CIT_VALID; in spl_caching_it_next()2626 RETURN_LONG(intern->u.caching.flags); in PHP_METHOD()2660 intern->u.caching.flags = (intern->u.caching.flags & ~CIT_PUBLIC) | (flags & CIT_PUBLIC); in PHP_METHOD()[all …]
143 } caching; member
2 Segfault due to libcurl connection caching
2 mysqli_pconnect() - reusing/caching persistent connections - TODO
343 …AC_MSG_ERROR([No supported shared memory caching support was found when configuring opcache. Check…
1265 ; Tuning: This option enables statement caching, and specifies how1266 ; many statements to cache. Using 0 disables statement caching.1447 ; Set to {nocache,private,public,} to determine HTTP caching aspects1448 ; or leave this empty to avoid sending anti-caching headers.1732 ; Enables or disables WSDL caching feature.1867 ; SHM reset. The default "" disables file based caching.1870 ; Enables or disables opcode caching in shared memory.1905 ; Prevents caching files that are less than this number of seconds old. It1906 ; protects from caching of incompletely updated files. In case all file updates
1267 ; Tuning: This option enables statement caching, and specifies how1268 ; many statements to cache. Using 0 disables statement caching.1449 ; Set to {nocache,private,public,} to determine HTTP caching aspects1450 ; or leave this empty to avoid sending anti-caching headers.1734 ; Enables or disables WSDL caching feature.1869 ; SHM reset. The default "" disables file based caching.1872 ; Enables or disables opcode caching in shared memory.1907 ; Prevents caching files that are less than this number of seconds old. It1908 ; protects from caching of incompletely updated files. In case all file updates
2 Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS)
Completed in 64 milliseconds