Changeset 671 for trunk/utils.h

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

move and add back compatibile function to utils.c

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils.h

    r669 r671  
    134134#endif 
    135135 
     136#ifndef ZEND_ENGINE_2_3 
     137size_t zend_dirname(char *path, size_t len); 
     138long zend_atol(const char *str, int len); 
     139#endif 
     140 
    136141typedef struct { 
    137142    zend_uint size;