Changeset 16 for trunk/coverage.c

Show
Ignore:
Timestamp:
05/25/2006 04:29:02 AM (7 years ago)
Author:
moo
Message:

php4 building fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coverage.c

    r13 r16  
    5656        fprintf(stderr, "mkdir %s\n", fullpath); 
    5757#endif 
     58#if PHP_MAJAR_VERSION > 5 
    5859        php_stream_mkdir(fullpath, 0700, REPORT_ERRORS, NULL); 
     60#else 
     61        mkdir(fullpath, 0700); 
     62#endif 
    5963    } 
    6064    free_alloca(fullpath);