Changeset 256 for branches/1.1/xcache.c
- Timestamp:
- 2006-10-17T20:47:00+02:00 (7 years ago)
- Location:
- branches/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1
- Property svnmerge-integrated changed
/trunk merged: 201,218,249,254
- Property svnmerge-integrated changed
-
branches/1.1/xcache.c
r246 r256 1584 1584 stored_xce = xc_entry_find_dmz(&xce TSRMLS_CC); 1585 1585 if (stored_xce) { 1586 if ( XG(request_time) <= stored_xce->ctime + stored_xce->ttl) {1586 if (!VAR_ENTRY_EXPIRED(stored_xce)) { 1587 1587 xc_processor_restore_zval(return_value, stored_xce->data.var->value TSRMLS_CC); 1588 1588 /* return */ … … 2094 2094 STD_PHP_INI_BOOLEAN("xcache.optimizer", "0", PHP_INI_ALL, OnUpdateBool, optimizer, zend_xcache_globals, xcache_globals) 2095 2095 #endif 2096 STD_PHP_INI_ BOOLEAN("xcache.var_ttl", "0", PHP_INI_ALL, OnUpdateLong, var_ttl,zend_xcache_globals, xcache_globals)2096 STD_PHP_INI_ENTRY ("xcache.var_ttl", "0", PHP_INI_ALL, OnUpdateLong, var_ttl, zend_xcache_globals, xcache_globals) 2097 2097 #ifdef HAVE_XCACHE_COVERAGER 2098 2098 PHP_INI_ENTRY1 ("xcache.coveragedump_directory", "/tmp/pcov/", PHP_INI_SYSTEM, xc_OnUpdateString, &xc_coveragedump_dir)
Note: See TracChangeset
for help on using the changeset viewer.

