Changeset 991 for trunk/xcache/xc_utils.h
- Timestamp:
- 07/18/2012 09:52:35 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/xcache/xc_utils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_utils.h
r990 r991 49 49 void xc_copy_internal_zend_constants(HashTable *target, HashTable *source); 50 50 #endif 51 52 #ifndef ZEND_ENGINE_2_353 size_t xc_dirname(char *path, size_t len);54 #define zend_dirname xc_dirname55 long xc_atol(const char *str, int len);56 #define zend_atol xc_atol57 #endif

