Changeset 4aeff5
- Timestamp:
- 01/16/08 18:06:10 (4 years ago)
- Branches:
- master, ketama-compat
- Children:
- 788c59
- Parents:
- d03c65
- git-author:
- Tomash Brechko <tomash.brechko@…> (01/16/08 18:06:10)
- git-committer:
- Tomash Brechko <tomash.brechko@…> (01/16/08 18:06:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
typemap
rfe35b8 r4aeff5 1 # Copyright (C) 2007 Tomash Brechko. All rights reserved.1 # Copyright (C) 2007-2008 Tomash Brechko. All rights reserved. 2 2 # 3 3 # This file is part of free software; you can redistribute it and/or … … 14 14 INPUT 15 15 T_CACHE_MEMCACHED_FAST 16 if (sv_derived_from($arg, \"Cache::Memcached::Fast\")) 16 /* 17 We disable the derived check because it's kinda useless but 18 slow. 19 */ 20 if (1 || sv_derived_from($arg, \"Cache::Memcached::Fast\")) 17 21 { 18 22 IV tmp = SvIV((SV *) SvRV($arg));
Note: See TracChangeset
for help on using the changeset viewer.
