Changeset 560 for branches/1.3/xcache.c
- Timestamp:
- 07/04/2008 08:39:26 AM (5 months ago)
- Files:
-
- 1 modified
-
branches/1.3/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/xcache.c
r494 r560 449 449 } 450 450 add_assoc_zval_ex(return_value, ZEND_STRS("free_blocks"), blocks); 451 #ifndef NDEBUG 451 452 assert(avail == handlers->avail(mem)); 453 #endif 452 454 } 453 455 /* }}} */

