Changeset 1522 in svn
- Timestamp:
- 2014-09-11T08:30:37Z (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_cacher/xc_cacher.c
r1521 r1522 1271 1271 1272 1272 compiler->new_entry.filepath = NULL; 1273 #ifdef ZEND_ENG NIE_2_31273 #ifdef ZEND_ENGINE_2_3 1274 1274 compiler->new_entry.dirpath = NULL; 1275 1275 #endif 1276 1276 #ifdef IS_UNICODE 1277 1277 compiler->new_entry.ufilepath = NULL; 1278 # ifdef ZEND_ENG NIE_2_31278 # ifdef ZEND_ENGINE_2_3 1279 1279 compiler->new_entry.udirpath = NULL; 1280 1280 # endif … … 1333 1333 entry_php->filepath = ZEND_24((char *), NOTHING) filepath; 1334 1334 entry_php->filepath_len = strlen(entry_php->filepath); 1335 #ifdef ZEND_ENG NIE_2_31335 #ifdef ZEND_ENGINE_2_3 1336 1336 entry_php->dirpath = estrndup(entry_php->filepath, entry_php->filepath_len); 1337 1337 entry_php->dirpath_len = zend_dirname(entry_php->dirpath, entry_php->filepath_len); … … 1339 1339 #ifdef IS_UNICODE 1340 1340 zend_string_to_unicode(ZEND_U_CONVERTER(UG(runtime_encoding_conv)), &entry_php->ufilepath, &entry_php->ufilepath_len, entry_php->filepath, entry_php->filepath_len TSRMLS_CC); 1341 # ifdef ZEND_ENG NIE_2_31341 # ifdef ZEND_ENGINE_2_3 1342 1342 zend_string_to_unicode(ZEND_U_CONVERTER(UG(runtime_encoding_conv)), &entry_php->udirpath, &entry_php->udirpath_len, entry_php->dirpath, entry_php->dirpath_len TSRMLS_CC); 1343 1343 # endif
Note: See TracChangeset
for help on using the changeset viewer.