Show
Ignore:
Timestamp:
05/23/05 13:03:17 (4 years ago)
Author:
zoeloelip
Message:

* Bumped version to 0.9.4-dev
* Changed hash_mm prototype in eaccelerator.h to non-inline (Compaq c compiler)
* Fixes from patch 1206311 + some unused variable clean ups

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/session.c

    r99 r106  
    149149        char *skey; 
    150150        int len; 
    151         char *tmp; 
    152151        time_t ttl; 
    153152        zval sval; 
     
    241240                        unsigned char buf[2048]; 
    242241                        int n; 
    243                         int to_read = entropy_length; 
     242                        size_t to_read = entropy_length; 
    244243 
    245244                        while (to_read > 0) { 
     
    322321        char *key; 
    323322        int len; 
    324         char *tmp; 
    325323        time_t ttl; 
    326324