- Timestamp:
- 2006-05-25T02:29:02Z (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coverage.c
r13 r16 56 56 fprintf(stderr, "mkdir %s\n", fullpath); 57 57 #endif 58 #if PHP_MAJAR_VERSION > 5 58 59 php_stream_mkdir(fullpath, 0700, REPORT_ERRORS, NULL); 60 #else 61 mkdir(fullpath, 0700); 62 #endif 59 63 } 60 64 free_alloca(fullpath);
Note: See TracChangeset
for help on using the changeset viewer.