Changeset 672

Show
Ignore:
Timestamp:
08/14/2009 04:03:45 AM (4 years ago)
Author:
moo
Message:

fix #224, support more than 2G on 64bit arch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r671 r672  
    33043304    } 
    33053305 
    3306     *p = zend_atoi(value, strlen(value)); 
     3306    *p = zend_atol(value, strlen(value)); 
    33073307    return SUCCESS; 
    33083308}