Changeset 106 for eaccelerator/trunk/session.c
- Timestamp:
- 05/23/05 13:03:17 (4 years ago)
- Files:
-
- eaccelerator/trunk/session.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/session.c
r99 r106 149 149 char *skey; 150 150 int len; 151 char *tmp;152 151 time_t ttl; 153 152 zval sval; … … 241 240 unsigned char buf[2048]; 242 241 int n; 243 int to_read = entropy_length;242 size_t to_read = entropy_length; 244 243 245 244 while (to_read > 0) { … … 322 321 char *key; 323 322 int len; 324 char *tmp;325 323 time_t ttl; 326 324